Skip to main content
jamese8759018
Participant
March 2, 2016
Question

How to code EXIT button for SCORM 2004 (Exit SCO to SCO tree)

  • March 2, 2016
  • 1 reply
  • 991 views

I am trying to develop courseware in SCORM 2004 in Captivate 9 for use on a Meridian LMS but the default Exit button in Captivate 9 thru 7 does not work.

In SCORM 1.2 I coded the EXIT button a Java Script of SCORM_CallLMSFinish(); to close the SCO but not the course.

This enabled a lesson SCO to close and return the course to SCO tree if a multi SCO course and allowed single SCO courses to exit to the LMS.

What I am seeking is either an Advanced Action or JAVA script code to do the same thing in SCORM 2004.

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
March 2, 2016

SCORM2004_CallTerminate()

jamese8759018
Participant
March 3, 2016

Tried that as a JAVA script and it does not work.  As a matter of fact it does nothing. 

jamese8759018
Participant
March 3, 2016

Thought is might be useful to show how I am attempting to implement the call.  Just in case I missed something.