cmi.core.creditSyntax: LMSGetValue("cmi.core.credit"); Responsibility: The LMS has the sole responsibility for setting this value to indicate whether or not the student is taking the SCO for credit. This would be set when the student enrolled to study the course containing this SCO. Data: CMIVocabulary: either the string "credit" or "no credit" are allowed. Description: The LMS indicates whether the student is being credited for completing this SCO, based on performance in this SCO (pass/fail and score). Example Javascript: The following JavaScript displays "congratulations on passing the course" if the SCO is being taken for credit and "congratulations on completing the course" otherwise.
|
|