Forum Discussion
KateLeifheit
13 years agoCommunity Member
Numbering Quiz Questions in Storyline
Hey, Everyone,
We have a final assessment at the end of our course and I am wondering if it is possible to number the quiz questions so the person knows where they are at and how many questions ...
BrettRockwood
13 years agoCommunity Member
I was thinking about this for a bit and thought it should be pretty straightforward and would give it a try. Here's what I did:
- Created a number variable called QuestionCount at set the default value to 0.
- Added a slide trigger on each question slide that adjust the variable QuestionCount to +Add, Value 1 when the timeline starts
- To display the numbering I entered "Question %QuestionCount% of X" where X is the number of questions pulled from the pool on each question slide.
- On the results slide I put a trigger on the Review Quiz button to set the variable QuestionCount to 0. This causes the review to restart the numbering again from 1 because when the timeline begins on the review pass of the first question it will automatically be reset to 1 because of step 2 above.
Seems to work properly for me.