Skip to main content
Inspiring
April 12, 2016
Question

Captivate setting 'passed' at launch?

  • April 12, 2016
  • 1 reply
  • 427 views

My Captivate SCORM files are passing immediately upon launch - LMSSetValue('cmi.core.lesson_status', 'passed').


I have the lesson set to complete when the slide views reaches 100%.


Anyone have recommendations to prevent that behavior?


Thanks.

This topic has been closed for replies.

1 reply

Lilybiri
Legend
April 13, 2016

Very strange. Could you try to upload the published file to SCORM Cloud? It is a way to check if this issue is due to Captivate settings or to the LMS itself?

skeathlyAuthor
Inspiring
April 13, 2016

Yes, I published the file to SCORM Cloud and noticed the issue there.  Could be a bug in Captivate SCORM output, not sure how I could escalate this.

Wonder if I should add JavaScript code to change back to undefined at load:


LMSSetValue('cmi.core.lesson_status', 'undefined')


I have heard that several LMS don't like that setting, however.


Thanks for the response.


TLCMediaDesign
Inspiring
April 13, 2016

That's because "undefined" is not a valid value. It should be "incomplete". Valid values are:

  • passed
  • failed
  • completed
  • incomplete
  • browsed
  • not attempted