Captivate 4 - SCORM 1.2/2004 Mark as Complete in the LMS?
Hello,
We are having a HECK of a time trying to get our courses to track properly within the LMS. Here's what we have...
The Scenario
- The course contains a lot of interactions, but ALL of them are set to not be scored.
- The course contains 4 question objects, but ALL of the are set to not be score. These are review questions and we don't want to know if the learner got them correct or incorrect.
- We simply want to track that the learner opened the course, viewed the slides and exited the course plus the time spent within the course. So, we simply want the course to mark as complete in the LMS if the learner viewed at least 80% of the slides.
The Requirements
- The course must track properly within the Rapid Intake's ClickCourse LMS. This has not been consistent with any Captivate 4 published content to date.
- Since we've been having inconsistencies with tracking in the LMS, the LMS developer is telling us that the courses must pass the ADL Test Suite SCORM conformance tests.
What we've tried so far
1. Publish to SCORM 1.2 using the following settings:

Once published, I have opened the htm file and removed the first two lines of code:
<!-- Copyright [2008] Adobe Systems Incorporated. All rights reserved -->
<!-- saved from url=(0013)about:internet -->
Then, I open the SCORM_support/scorm_support.js file and changed the "0" in line 2 to "1".
I have also set the Flash Player privacy settings to accept the install location of the ADL Test Suite per Jan's instructions found here.
Then, when I attempt to run the course in the ADL Test Suite version 1.2.7, it fails stating ERROR: The manifest is NOT valid against the controlling documents The complete log shows a running list of ERROR after ERROR. ![]()
Although the course will not pass the ADL Conformance test, we have had the most luck with this publish method in the LMS, but it's inconsistent.
2. Publish to SCORM 2004 using the following settings:

Once published, I have opened the htm file and removed the first two lines of code:
<!-- Copyright [2008] Adobe Systems Incorporated. All rights reserved -->
<!-- saved from url=(0013)about:internet -->
I have also set the Flash Player privacy settings to accept the install location of the ADL Test Suite per Jan's instructions found here.
Then, when I attempt to run the course in the ADL Test Suite 2004 version 1.1.1, it passes!!!
Yes!
Although the course will pass the ADL Conformance test, the course will not mark as complete in the LMS. ![]()
3. Add a button on the last slide of the course that states "Click here to receive credit" and is set to be graded and add 100 points to the score. Publish to SCORM 2004 using the following settings:

Once published, I have opened the htm file and removed the first two lines of code:
<!-- Copyright [2008] Adobe Systems Incorporated. All rights reserved -->
<!-- saved from url=(0013)about:internet -->
I have also set the Flash Player privacy settings to accept the install location of the ADL Test Suite per Jan's instructions found here.
Then, when I attempt to run the course in the ADL Test Suite 2004 version 1.1.1, it passes!!!
Yes!
Although the course will pass the ADL Conformance test, the course will not mark as complete in the LMS even when we click the custom button. ![]()
Bottom Line
- Publishing to SCORM 1.2 seems to track in the LMS inconsistently, but it will never pass the ADL Test Suite Conformancy Test.

- Publishing to SCORM 2004, we can get it to pass the ADL Test Suite Conformancy Test, but it never tracks in the LMS.

- We need the course to pass the ADL Test Suite AND track in the LMS. How do we do that?

