Unique Slide ID's when using Slide Draws

Nov 12, 2021

I'm currently running an assessment that does a random slide draw from a question bank. My question text matches to the Slide Title and I'd expect that this becomes the Question Name within my LMS, but instead I'm getting a name like "Scene1_QuestionDraw21_Slide1_MultiChoice_0_0". I see that in the Storyline output\html5\data\js\data.js file that there is code that's setting these titles as such.

Is there anybody who can shed light onto how I can get this ID to be reflected differently, like back to the actual slide's title? When looking at reporting in my LMS, I can't tell what the actual question is anywhere and have to look up the answers in Storyline to find it.

 

 

2 Replies
Becca Levan

Happy to shed some light here, Neil!

When publishing to an LMS, Storyline communicates the following question details

id: Storyline sends a series of data to identify the Scene#, the QuestionDraw# (if applicable), and the Slide# in that particular scene or question draw.

This explains the name you see in your LMS. If you want to send question text to your LMS, publish for SCORM 2004, Tin Can API (xAPI), or cmi5.

Let me know if this helps!