Forum Discussion
cwang
5 years agoCommunity Member
Use JavaScript to send data to LMS with SCORM 2004 4th edition
Hi all,
There are many discussions on this topic but I haven't seen a full script using SCORM 2004 so I thought I could share what I've used to report data that includes detailed question text an...
RaffaelePast576
2 years agoCommunity Member
I tried to get the variables for the cmi interactions but I always get a null value. in particular I need to have the value of these two elements.
var Q1_Description = player.GetVar("Q1_QuestionDescription");
var Q1_Response = player.GetVar("Q1_Response");
Am I doing something wrong? I attach the story file.