Skip to main content
AP_AW
Inspiring
November 1, 2016
Answered

Set course as complete before last slide

  • November 1, 2016
  • 1 reply
  • 698 views

I have a SCORM 1.2 course with 50 slides. Ten of them are extras with optional information and not something users are required to view.

When the user gets to slide 40 I need to set the course as completed but I'm unsure how to do that.

The publish settings allows for user access, slide views, or quiz:

- To set it as 'user access' would mean, I think, that as soon as the user accessed the course it will be marked as completed.

- 'slide views' could be set to 40 x 100 / 50 = 80% but if the user viewed some of the extras then they could be deemed as having completed the course without having got to slide 40;

- 'quiz means I need a quiz but there is none.

Should I just make a JS call at slide 40 to set the completion status?

This topic has been closed for replies.
Correct answer TLCMediaDesign

You can use JavaScript, you may or may not need the SCORM_SetPassed() function.

SCORM_SetPassed()

SCORM_SetCompleted()

1 reply

TLCMediaDesign
TLCMediaDesignCorrect answer
Inspiring
November 1, 2016

You can use JavaScript, you may or may not need the SCORM_SetPassed() function.

SCORM_SetPassed()

SCORM_SetCompleted()