ToddHaynes-40dc
5 months agoCommunity Member
Exit Button - What SCORM command(s) sent?
We're trying to address the situation where our LMS is not tracking the session time a learner is in a course if they close the course using the browser's X button.
If learners close the course using a button with Storyline "Exit Course" trigger, time in session is tracked correctly with the LMS. Guess what? Leaners often skip this.
Anyone know the SCORM 2004 commands the Exit Course trigger executes?
SetReachedEnd, SCORM2004_Normal_Exit, lmsAPI.Setsession_time();, lmsAPI.SetExit(normal); , SCORM2004_CallTerminate()
Thanks in advance!