Forum Discussion
Numbering Quiz Questions in Storyline
Yaki Gordon said:
Here is how i set it finally.
1. In Slide Master> Question layout
-Add "Question %varQuestionNo% of X
-Add trigger "Add 1 to varQuestionNo when timeline starts"
-Add trigger "Subtract 1 from varQuestionNo when user click Previous button If varQuestionNo greater than 1" (otherwise the number will keep going down to 0 and -)
2. In Results slide
- Add trigger"set varQuestionNo equal to 0 when user click" for both the Retry and Review buttons
Do the triggers go on the slide master or on each individual question in the pool? Thus far I have implemented the following on the slide master:
%quesnum% of %TotalQues% where quesnum = the increasing variable and TotalQues is a hard set variable of 55 in my case.
I then have two triggers on the master slide:
adjust variable >> quesnum >> +Add >> Value >> 1 >> When user clicks next button
adjust variable >> quesnum >> -Subtract >> Value >> 1 >> When user clicks previous button with the condition of quesnum > Great than 0
I set the value to 1 when the opening slide (non-question slide) is shown.
I have not set any triggers for any of the questions in the pools (I have 13 pools).
This results in 1 of 55 always being displayed for every question - no increase or decrease. Is this because I have the triggers on the master slide or am I missing something?
Thanks,
Related Content
- 10 months ago