SCORM and multiple Assignable Units
August 12, 2005 12:00 AM
Turlon,Not sure what you are asking. The individual status of an AU is always contained in the AICC_Lesson_Status variable. Keep in mind this value will not get changed dynamically during the course of running the content unless you (the Author) set it explicitly. What I mean is that say you have a Mastery Score of 75 set for the SCO. While running the SCO, your status is "incomplete" ... if you have a test in the content that allows you to get a score of say 80, the status will not change automatically to "completed" at that time (unless you the Author set it). The status of the content typically gets updated by the LMS AFTER you exit the content (issue the LMSFinish call). So displaying the status of an individual SCO within the SCO can be done within the content, but it will not get updated while you are running the content unless you specifically update it.BTW ... you can't see the completion status of any other SCO from with the current SCO.Tim
Discussions have been disabled for this post