Forum Discussion
DavidJumeau
9 months agoCommunity Member
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 th...
SinchuRaj-
9 months agoCommunity 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();