Forum Discussion
PatrickKroezen
3 years agoCommunity Member
Solution: How to delete the goodbye page in Totara LMS while using articulate Rise 360 and redirect to coursepage
Good afternoon,
I am using Rise 360 to create courses. However, I do not want the goodbye page to be displayed. My courses are used by 3,500 employees and I get a lot of comments on this annoying ...
PatrickKroezen
3 years agoCommunity Member
Hi everybody,
Thank you for your response. I use Totara as LMS and it indeed requires the goodbye.html file. With trial and error i've found the solution:
I have edited the file with wordpad and implemented this code:
<!DOCTYPE html>
<html>
<head>
<title>Redirect</title>
</head>
<body>
<script>
top.location.href = 'https://your-link-here.com';
</script>
</body>
</html>
This code can be used to redirect to the coursepage instead of just showing the close notification.
- purplemon19899 months agoCommunity Member
Hi there - how did you edit this file? I have the same issue and using Totara. I want the exit course page to appear but also it would be better if it just auto-directed back to the LMS page. Any help would be appreciated as it's one of the last issues I'm having prior to launch
Related Content
- 11 months ago