<< Back
Message for this thread
Posted by Messages text
FromDon John

Noavatar
Total post : 33
> Profile
Written on : 15/11/2011 18:28 ( more than one month )
Object : Is there issues with SCORM 1.2?
Has anyone else had issues with SCORM 1.2 when using the following calls?

cmi.interactions.n.id (CMIIdentifier, WO) Unique label for the interaction

cmi.interactions.n.time (CMITime, WO) Point in time at which the interaction was first made available to the student for student interaction and response

cmi.interactions.n.type (“true-false”, “choice”, “fill-in”, “matching”, “performance”, “sequencing”, “likert”, “numeric”, WO) Which type of interaction is recorded

cmi.interactions.n.correct_responses._count (CMIInteger, RO) Current number of correct responses being stored by the LMS for this interaction

cmi.interactions.n.student_response (format depends on interaction type, WO) Data generated when a student responds to an interaction

cmi.interactions.n.result (“correct”, “wrong”, “unanticipated”, “neutral”, “x.x [CMIDecimal]“, WO) Judgment of the correctness of the learner response

cmi.interactions.n.latency (CMITimespan, WO) Time elapsed between the time the interaction was made available to the learner for response and the time of the first response



scorm.set("cmi.interactions."+ interactionCounter +".id", String(questioncounter)+" / "+runcount); scorm.set("cmi.interactions."+ interactionCounter +".type", "choice"); scorm.set("cmi.interactions."+ interactionCounter +".student_response", String(image)); scorm.set("cmi.interactions."+ interactionCounter +".result", answer); scorm.set("cmi.interactions."+ interactionCounter +".time", convertToHHMMSS((datefortimer.getMinutes()*60)+datefortimer.getSeconds()+(datefortimer.getHours()*3600)));

scorm.set("cmi.interactions."+ interactionCounter +".latency", thetime);


TIA
John

Regards
John
 
<< Back