Forum Discussion
Question-level LMS tracking in Rise
It's been awhile, but I'll try. When you publish your project to SCORM 2004 you will have a 'scormdriver' folder. Look for the scormdriver.js. Search the content for 'SCORM2004_RecordInteraction' and copy the whole line.
Now in Storyline create a execute javascript on both the incorrect and correct layers of the question, and add the following two lines in the script:
/*Get player to reference*/
var player = GetPlayer();
/*get LMS API*/
var lmsAPI = parent; //this could be different now, but should work.
Then paste in the SCORM2004_RecordInteraction line prefixed by the lmsAPI. It might be different now so grab it from the Rise scormdriver.
"lmsAPI.SCORM2004_RecordInteraction(strID, strResponse, blnCorrect, strCorrectResponse, strDescription, intWeighting, intLatency, strLearningObjectiveID, dtmTime, SCORM2004InteractionType)"
Then just add your Storyline block to rise.
Scorm Cloud will record the interactions as objectives when run through registration links. You won't see anything recorded in admin mode so test it as if you were running it from a registration link sent out. This was about 3 years ago I tested this, so no gaurantee's.
Thank you very much for the response! I've passed this on, and will let you know what happens. :)
Related Content
- 4 months ago
- 3 months ago
- 11 months ago