Forum Discussion
Exit Button - What SCORM command(s) sent?
Yes we have.
Course: 7 slides, has quiz, results slide is slide #5.
SCORM Cloud:
- if user exits the course on slide #7 by clicking the browser's close button, the session time is not recorded.
- If the user clicks an exit button with an "Exit Course" trigger, the session time is recorded correctly.
Therefore, I an assuming the Exit Course trigger is somehow posting the session time.
Hi Todd,
Happy to help!
You can enable the LMS debug mode for your course to see which events are logged right when you exit your course using the "Exit Course" trigger.
There also isn't a fixed action associated with the "Exit Course" trigger. The behavior of this trigger is defined in the 'lms/scormdriver.js' file in the published output and can be modified according to your needs.
This section in the file is where you can specify the behavior of the trigger:
If you're comfortable using Javascript, you can also check out this community post where members shared Javascript solutions that modified the behavior of this trigger.