cmi.interactions.n.id (CMIIdentifier Unique label for the interaction
cmi.interactions.n.time (CMITime 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” Which type of interaction is recorded
cmi.interactions.n.correct_responses._count (CMIInteger Current number of correct responses being stored by the LMS for this interaction
cmi.interactions.n.student_response (format depends on interaction type Data generated when a student responds to an interaction
cmi.interactions.n.result (“correct”, “wrong”, “unanticipated”, “neutral”, “x.x [CMIDecimal]“ Judgment of the correctness of the learner response
cmi.interactions.n.latency (CMITimespan Time elapsed between the time the interaction was made available to the learner for response and the time of the first responsescorm.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





