Forum Discussion
Storyline SCORM terminate() error
Hi, I am having an issue with performing a conformance test. When I upload my SCORM 2004 3rd edition .zip file to check the content package, it runs fine until the end of the "SCO Runtime Environment test." It gives an error that says Terminate () not set. We have tried adding a complete course trigger and also a JavaScript with "Terminate ()" in the editor.
Thank you for any insight you may have.
2 Replies
- SamHillSuper Hero
Hi M-Fedu provided the content is published as SCORM 2004 3rd edition, the content will issue a Terminate() when the Exit course trigger is executed. I think it will also execute automatically if the browser window is closed. If you use the online tool SCORM Cloud for testing your content, and then check the logs, you should see this.
The complete course trigger does not execute Terminate(). Complete course send the completion status to the LMS.
It's possible that you are seeing this error in the test you are performing, because the content is not being closed/exited?