Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CP7 how to submit SCORM data to LMS and close browser when project ends

New Here ,
Feb 23, 2016 Feb 23, 2016

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?

233
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Feb 23, 2016 Feb 23, 2016
LATEST

Call these in the JavaScript window (SCORM 1.2):

SCORM_CallLMSSetValue( "cmi.core.lesson_status", "completed" );

SCORM_CallLMSSetValue( "cmi.core.exit", "logout" )

SCORM_CallLMSFinish() ;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources