Reputation: 481
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.
Upvotes: 2
Views: 2076
Reputation: 2328
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.
Upvotes: 2