Skip to main content
lefthook77
Inspiring
May 12, 2014
Answered

CP7 SCORM 2004: When should success status be sent to the LMS?

  • May 12, 2014
  • 2 replies
  • 465 views

I'm seeing success sent only on quiz passed along with completion status. However, I'd like it to be sent on one slide view, with Completion being sent on quiz passed.

    This topic has been closed for replies.
    Correct answer lefthook77

    Success appears to be sent when completion status is changed from unknown to either complete or incomplete, even if you have it set to trigger on one slide view.

    2 replies

    lefthook77
    lefthook77AuthorCorrect answer
    Inspiring
    May 13, 2014

    Success appears to be sent when completion status is changed from unknown to either complete or incomplete, even if you have it set to trigger on one slide view.

    TLCMediaDesign
    Inspiring
    May 12, 2014

    Why exactly do you want success to be set immediatey, which you could do with JavaScript?

    To me the only thing that is important is completion, however you determine the criteria.

    lefthook77
    Inspiring
    May 13, 2014

    I'm trying to make success trigger on slide one, because it is meaningless to our LMS. In our system, their forward progress is dependent on completion, which is set to "quiz is passed. However, I've noticed that I can't get success to trigger, even though it is set to one slide view, if the student leaves the lesson before they complete the quiz.

    Also, we're having trouble getting individual reports for those abandoned sessions, and I suspect that if I can trigger "success" as I'm aiming to, we'll see those individual abandoned reports as well. Right now, a student can overwrite their abandoned attempt until they complete the session by passing the quiz.

    If you could pass on the script to set success, I'd definitely like to give it a try.

    TLCMediaDesign
    Inspiring
    May 13, 2014

    SCORM2004_CallSetValue("cmi.success_status", "passed");

    Your options are:

    "passed"

    "failed"

    "unknown"