Rise: How to embed a link to "Outlook" email server?

Apr 04, 2018

Hi everyone, thought I'd reach out and see if someone can help me. I've built a course in RISE and uploaded in SABA.

I created a link in Rise for learners' access to the email server "Outlook." However, instead of linking to "Outlook" but its not working. which should link to "Outlook" to send an email to the learning mailbox.

How do I create a link for learners to be able to send an email in RISE?

Thanks!

Apoorv Jain

5 Replies
Apoorv Jain

Thanks Matthew but I already tried this but its not working.

But I found the solution for this problem.

I created the custome js code

<script type="text/javascript">
function changeWhen(){
try {
var temp = document.getElementsByClassName('fr-view')[1].childNodes[0].childNodes[0].href;
document.getElementsByClassName('fr-view')[1].childNodes[0].childNodes[0].href = temp.split('://')[1];
}catch(e){}
};

window.onhashchange = changeWhen;
changeWhen();
</script>

This discussion is closed. You can start a new discussion or contact Articulate Support.