Forum Discussion
SetStatus not working for SCORM 1.2 completion - Storyline 360 HTML5 Output
This is also an issue for us as, like everyone else, we are migrating our courses to HTML5. We are using SL3 not 360. Again, the issue is not with the java script per se, but with the javascript under HTML5. To test this, you need to generate the module in HTML mode only, no flash fall back, and then test it in a browser with flash disabled.
I've attached a test module that uses various attempts at setting the module to complete :
- lmsAPI.SCORM_SetCompleted();
- SetStatus("completed");
- lmsAPI.SCORM_SetPassed();
- lmsAPI.SetReachedEnd();
And I have also used both methods for connecting the LMS :
- var lmsAPI = parent
- var lmsApi=[object Window]
None of these options work under HTML5.
Articulate, this is a real issue as almost all of our modules use this way of determining completion since counting slides is too simplistic, and not all modules have quizzes.
This has been talked about in the forum for several years now. It's pretty inexcusable that there is not a solution.