Forum Discussion

DavidJumeau's avatar
DavidJumeau
Community Member
7 months ago

SL 360 and SCORM Cloud: After course completion, returning to the course and encountering a knowledge check slide resets course to "incomplete"

I have uploaded a sample course in SCORM Cloud that just examines theory and inserted 4 free-form custom Knowledge Checks. I have not added a results slide since I do not intend to keep score. On the last slide, I have a course completion trigger. LMS publish settings are set to "complete/incomplete".

The issue I am having when I exit and enter the "completed" course, once I land on a Knowledge Check slide, it resets the course completion status to "incomplete". This is not the behavior I am expecting. Once I set a course completion status to "completed" with the trigger, I expect it to stay that way.

I am wondering if there is an adequate workaround? Or I should report this as a bug to Articulate?

 

  • SinchuRaj-'s avatar
    SinchuRaj-
    Community Member

    Hi David, 

    This should not happen; however, you can add a JavaScript function to mark the course completion and also add a SCORM commit. Here is the code:

     

    parent.SCORM_SetCompleted();

    parent.SCORM_CallLMSCommit();

  • DavidJumeau's avatar
    DavidJumeau
    Community Member

    Yeah, well, looks like I have to do an initial call to check the course completion status on my first slide, create a boolean variable and then place this code each time I land on a Knowledge Check slide. 

    Once I investigate this further, I'll put up some code up.

    Thanks @Sinchu.