Forum Discussion
AdamSchwartz
8 years agoStaff
New Rise Feature - Exit Course
Many of you told us you needed a way for Rise learners to return to your LMS. So we've added a few features that make that super easy.
You can now set buttons in block lessons to leave the course,...
WesSimmons
8 years agoCommunity Member
I am using LearnDash LMS to launch my Tin Can files that I exported out of Rise. To get Tin Can files to work w/ LearnDash, I am using the Grassblade LRS plugin with the xAPI Companion plugin. On my site, my Tin Can files work best when launching to play in a new window, so this exit button is key. However, when I exit to the parent page the progress in LearnDash doesn't update until I refresh the parent page. I am using Storyline 360 in many of my other courses and accomplish this with the following javascript
window.opener.location.reload();
window.close();
How can I refresh the parent page when using the exit button on Rise? Or... is there another way altogether to accomplish this? Thanks!