Is there a way of knowing which randomised questions were shown in an assessment? - Storyline

Feb 03, 2022

Hi All,

I have a pre-assessment that shows randomly 8 out of a bank of 10. Fail and the user has to sit the elearning. Pass and they have completed the learning. Those that pass see a page with all the correct answers. Those that fail do not see this page and are directed to the start of the elearning.

Is there any way to get to the LMS code that says which of the random questions were presented? I'd like to know, so that I can make some variables that make the answers page just show the answers to the questions that were presented rather than show the answers to all 10 questions. If I could do this, then I could scale it up for larger question banks.

 

Cheers,

 

Stephen.

2 Replies
Thaddeus Ashcliffe

Create a variable that will track if the user sees the slide.
In each question slide create a trigger like this.  

                     Set [Tracking Variable Name] to Value [X]

                     When the time line starts on this slide.


Then Choose how you want them to see your feedback.  Sometimes you want to give more than correct or incorrect for your feedback.  Recently I used layers for my feedback so I could make sure they saw the feedback for each choice in the order I wanted them to see it. 

Show layer [Layer Name]

When the time line starts on this slide.

                               If [Tracking Variable Name] = [X]