Forum Discussion
Retrieving completion percentage of a Rise 360 course exported as SCORM in Moodle (lesson)
Hi AurélienBernard a score is sent in percentage to the LMS using both SCORM 1.2 (which you would use in Moodle) and SCORM 2004. This data field will be available in Moodle to report on. Only a single score per SCORM package can be tracked under the cmi.core.score.raw data field. This will be available in your Rise course when you add a scored quiz to it.
Interaction data is different to what you have displayed in the post. Moodle does also track cmi.interactions. The data that is sent from each question in a quiz (when responded to) looks like this:
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.n.pattern (format depends on interaction type, WO) One correct response pattern for the interaction
cmi.interactions.n.weighting (CMIDecimal, WO) Weight given to the interaction relative to other interactions
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
You should see data related to each quiz question, for each user, when they complete the questions.
Attached is a very simple example of a Rise course that includes a quiz of two questions that will track the score (%) and the interaction data for each of the questions.
This is the log from SCORM Cloud. You will see the data the module writes to the LMS. This is from a single session, complete the quiz, score 100% and exit.