cmi.core.entrySyntax: LMSGetValue("cmi.core.entry"); Responsibility: The LMS has the sole responsibility for setting the value of cmi.core.entry. Data: CMIVocabulary: must be either an empty string, "ab-initio" or "resume".
Description: The command LMSGetValue("cmi.core.entry") returns one of the above three strings. The value is an indication of whether the student has been in the SCO before. When a student enters a SCO for the first time, the LMS sets this string to "ab-initio". If the student re-enters a suspended SCO then the string is set to "resume". The LMS would set the string to empty (""), if the SCO has been completed. Example Javascript: The following JavaScript reads the entry status. If the status is "resume" then the student bypasses this page, an initialization page, and goes to the 1st content page.
|
|