Hi everyone,
I need some help.
I have published a course from captivate 6 to SCORM 1.2. When I run it within the LMS every attempt just overwrites the previous attempt and the attempt number is always just set to 1 no matter how many times I re-attempt the course. What it should do is update the attempt based on the number of times you launch the course.
I have had a hunt around and found someone with my exact same problem (Different authoring tool. same LMS)
Attempts not recording to LMS
The issue seems to be around:
var DEFAULT_EXIT_TYPE = EXIT_TYPE_SUSPEND; in Configuration.js to:
var DEFAULT_EXIT_TYPE = EXIT_TYPE_UNLOAD;
Would anyone know how I could make captivate report EXIT_TYPE_UNLOAD.
I am happy to update the exported scormdriver.js file. Just not sure what I need to change.
If anyone has some advice it would be most appreciated,
Thanks,
Kevin