Forum Discussion
Question-level LMS tracking in Rise
Hi Taren, great questions!
- You can track the quiz score by choosing the quiz tracking option when you publish from Storyline to Review 360, and then choosing to track the Rise course by the Storyline block. In that scenario, the quiz score will be sent to the LMS, but question-level details aren't sent to the LMS for Storyline blocks.
- It sounds like Jean-Guy Boulay and Justin McGee are referring to a Rise 360 quiz reporting issue, not a Storyline Block issue. Rise 360 does not send question-level details from the Storyline Block to your LMS, but I'll let our team know you need that option.
- Jean-Guy-Boulay6 years agoCommunity Member
I was actually referring to just SL360, and should point out that I tested this several builds ago on two LMS's to verify it. The Quiz and question results will report just fine, but in past SL360 builds the question level details would fail to report if the answers started with a number. By details I mean if the administrator wanted to see exactly what was chosen, they would see a blank entry. The answer would still report as correct or incorrect, but fail to record the choice.
I haven't tested this in the latest build of SL360 because I've since changed the format of my question structure in order to save time in the QA process, I simply don't start my answers with numbers. If this issue was fixed then that's great news.
Now if you want to record question level details in storyline through Rise you'll need to setup cmi statements in a javascript trigger and send those details through the Rise Scorm api, which can be accessed by referencing window.top:/*Get player to reference*/
var player = GetPlayer();/*get LMS API*/
var lmsAPI = window.top;I used the cmi.interactions in the scorm runtime api to record the question level data.
I hope I understood the question.
Related Content
- 4 months ago
- 3 months ago
- 11 months ago