Error message when publishing to SCORM.
May 20, 2009 12:00 AM
With both AICC and SCORM formatted courses you have to have a graded test (AICC_SCORE) and an end of course flag (AICC_Lesson_Status) in order for the course to complete properly in the LMS.
If you have a graded test and you select the proper publishing options to pass the test score to the LMS you are all set in that area. Just make sure in the test property fields you check the option to include the test in the overall score.
At the end of the course on the last page the user sees you most likely need to manually set the AICC_Lesson_Status variable. You will need to know what value your LMS is expecting in order to set this value correctly. The most common values are P (Pass), Complete, Completed, depending on the LMS.
If you do not have a graded test you will also need to manually set the AICC_SCORE to meet the requirements of the AICC/SCORM standards and for the LMS to record the completion properly.
Remember the SCORE must be set BEFORE the completion or the course will not complete.
The actions are as follows
Set ScoreOn ShowModify VariableVarialbe Name: AICC_ScoreValue: 100 (or whatever you choose)Set Variable Value
Set CompletedOn ShowModify VariableVariable Name: AICC_Lesson_StatusValue: Completed (or whatever yoru LMS is expecting)Set Variable Value.
Hope this helps.Shawn
Discussions have been disabled for this post