Forum Discussion
Question not populating in LMS Tracking
- 3 months ago
Hi there AlisonDodge-0c4,
The different reporting you are seeing may be because other courses were published as SCORM 2004? You are right that the ID given to the cmi.interaction, used for storing quiz question responses is based on the Scene and Slide number. It's not great, but it's been like this for as long as I can remember for Storyline. I think the only way to get the question name in there is by writing your own JavaScript to to override the ID set by Storyline. I think in SCORM 2004 it also uses the cmi.interactions.n.description to store the question text. This field is not available in SCORM 1.2. This is why I think you may have seen the results from a SCORM 2004 course in the past?
Thanks,
Sam
Hi there AlisonDodge-0c4,
The different reporting you are seeing may be because other courses were published as SCORM 2004? You are right that the ID given to the cmi.interaction, used for storing quiz question responses is based on the Scene and Slide number. It's not great, but it's been like this for as long as I can remember for Storyline. I think the only way to get the question name in there is by writing your own JavaScript to to override the ID set by Storyline. I think in SCORM 2004 it also uses the cmi.interactions.n.description to store the question text. This field is not available in SCORM 1.2. This is why I think you may have seen the results from a SCORM 2004 course in the past?
Thanks,
Sam
- AlisonDodge-0c43 months agoCommunity Member
Thanks, Sam! That's exactly what it is. I appreciate your help.