Forum Discussion
Numbering Quiz Questions in Storyline
I have only tried this with one question pool but I think it should work when using 3 - the trick is that you have to keep one question outside the question and this will always be the first question - the rest of the questions will randomize.
First you have to create two numeric variables.
Call the first one Page and set the initial value to zero
Call the second one PageCount and set the inital value to the number of quiz questions in your test.
One each of your quiz pages - add the following text box in the spot where you want the page number info to display.
Question %Page% of %PageCount%
Now on the very first quiz question (this is the one that sits outside of the question banks) add a slide trigger that sets the value of the variable Page to 1 as follows:
On the rest of the quiz slides, add a trigger that increments the Page variable by 1 as follows:
I think that is about it - you just have to make sure that first single quiz question is included in your results slide.
- KatieHeron8 years agoCommunity Member
This is a gem! Thank you so much!