Copy link to clipboard
Copied
CP7 running on SCORM 1.2 Compliant LMS (Success Factors).
I have been trying to find an answer to the project close issue for some time now. I have tried all the options available for Project End Option, including Close Project, and Stop Project. I have tried running a JavaScript function like Call.Captivate.Complete(), Window.Close(), and Finish().
I need to submit my SCO completion and assessment data to the LMS, end the project and close the browser window in some reliable, browser agnostic manner. In the past I had to settle for displaying a caption at the end of the timeline on the last slide that instructs the learner, "Close Your Browser". My research indicates that you can only close the browser by controlling the script that opened the window. Therefore, if the LMS is generating the Child window to display the course, it should be able to close the browser window. Can anyone explain how this process is supposed to work and provide the best practice for ending my Captivate projects?
Copy link to clipboard
Copied
Call these in the JavaScript window (SCORM 1.2):
SCORM_CallLMSSetValue( "cmi.core.lesson_status", "completed" );
SCORM_CallLMSSetValue( "cmi.core.exit", "logout" )
SCORM_CallLMSFinish() ;