Forum Discussion
Exit or Close Button?
I haven't seen an option for this anywhere. Am I missing something?
- KeesdeKoningCommunity Member
That's indeed great news!
Can you quantify 'soon' please? :)
Hello again Carolyn!
Just wanted to update you here that we pushed out a fix for this issue in Rise, so you should be all set to re-export your course and have it work as expected. Let me know if you run into any issues with that, or if you need anything else!
You can stay up to date with all of our new fixes and releases right here. 😀
Hey Tristan - nope Rise doesn't have that currently. So we can consider it, can you walk us through the need for it? Thanks!
Tristan - can you record a Peek video of this behavior? Trying to understand why this is needed.
Because in my mind either
1) Moodle opened a new tab with the course. User can go back to Moodle tab after course is done
or
2) Moodle opened a new window containing the course. User can close the window
- StuartMarshall-Community Member
Yes - that would work fine for me. Thanks Adam.
- PlusPortCTCommunity Member
+1 for close button
- AndrewSmith-032Community Member
Hi Adam, on mobile in particular, but even on the desktop I try and steer clients away from popups. If the course is inline then when you click the "Save & Exit" button or equivalent, the LMS just takes you back to the appropriate page, most often the course list page.
Using a popup model still works, the scorm API (provided by the LMS) completes its exit routine, redirects/refreshes the opener and closes the popup window. Popups just aren't a very nice experience on mobile in my experience, so I try to avoid them. They're only really useful when using development tools that aren't responsive and require a fixed/optimal stage size. Popups then allow you to open a window sized appropriately which can give a nicer experience on the desktop.
Whether on mobile or on the desktop though I feel really strongly about supporting the user with screen elements that clearly explain what your options are. The big 3 being next, back and exit (preferably "Save & Exit"). Particularly when you are working in sectors that don't do a lot of online training I find people get worried/frustrated if there isn't a clear safe way to save their session and resume later. I also think it's pretty important from an accessibility point of view.
Thanks a ton for the feedback, Andrew!
- BretWeinraub-10Community Member
Does Rise use SCORMDriver?
If so it should be able to just call:
window.parent.ConcedeControl();
I talk about it in this blog post:
https://help.aura-software.com/using-scorm-cloud-without-the-popup-window/You'll want the exit behaviour to be "SCORM Recommended": see:
Hi Bret and Kati,
Rise works similar to Storyline in that we're sending the lmscommit to your LMS when you exit the course (using the browser close in Rise, or in Storyline you could also have an exit course button) or when you reach the completion element. You can see and test this behavior at SCORM Cloud, which is an industry standard in LMS testing, and has a built in debug mode which I included snippet of a tested Rise course below, and on this attempt I closed the browser window:
On another attempt, the quiz was passed but we were still viewing the 2nd to last slide. At that time, my colleague looked at the reporting within SCORM Cloud to show it had the completion status correctly based on the quiz. So based on that the LMS should not need to close the browser window to record the completion. In case you'd like to test this as well, here is a great article on how to upload and test content at SCORM Cloud.
If your LMS is still not recognizing completion with either the quiz or the browser close, we'll want to know a bit more information to help figure out next steps. What LMS are you using and SCORM Version have you published with? Does the LMS have access to any debug data like SCORM Cloud to see what is/isn't being passed? If you'd like to share a copy of your Rise export with our team to do some additional testing we're happy to take a look. You can upload the Rise export here.
Sorry Bret and Kati - I hit post too soon, so I updated the above. :)