Search code examples
scormscorm1.2

Retrieve CMI.Interaction.N.Student_Response Value in SCORM


I am currently building SCORM content. I have managed to get my SCORM API to save question response to the SCORM LMS. However, I can't find a way to get "cmi.interaction.n.student_response" value.

From what I have been reading, "student_response" is write only. So what SCORM reference should I use to retrieve my value?

I am using SCORM 1.2.


Solution

  • In SCORM 1.2 unfortunately interactions are write only and cannot be read. If you need to retrieve these values for later you should store them in suspend data. In SCORM 2004, the interactions values are read-write.