Completion status problem

Are you publishing to AICC or SCORM? If SCORM, what version? The CMI_Completion_Status variable is for SCORM 2004 only. SCORM 1.2 and AICC both use the AICC_Lesson_Status. For AICC, the most common value for completion is the letter c. For SCORM 1.2, the most common value is completed. If you are publishing to SCORM 1.2, place the action on the page after the test to modify the AICC_Lesson_Status variable and then add an additional action with a .3 second delay that states On Show, Go To, Web Address and for the url enter, javascript:LMSCommit();. This will pass the updated value to the LMS API. If the value still displayes as incomplete you may need to speak with the LMS as the course would have passed the updated value to the LMS to record several times at that point.

Discussions have been disabled for this post