Skip to main content
Participating Frequently
June 9, 2014
Question

Captivate Question: User arrives at end slide, how to export completion data to LMS?

  • June 9, 2014
  • 1 reply
  • 233 views

Hello Captivate Community! I have a question: How I can send completion data when the user arrives at the end slide. I'm using SCORM 1.2 and sending to ABSORB LMS.

Any help is greatly appreciated!

@

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    June 9, 2014

    Set your quiz setting to 100% of slides viewed.

    or

    Execute JavaScript: SCORM_CallLMSSetValue("cmi.core.lesson_status", "completed");

    or

    SCORM_objAPI.LMSSetValue("cmi.core.lesson_status", "completed");

    If that's not what you meant could you please explain what you mean by "completion data"?