Forum Discussion
Total Quiz Questions
Hi Sam,
I have just figured out out how to do this while working on my current project with 5 sections of questions and thought it may be helpful (although a bit late).
1. Create a variable called, “SceneQuestionsTotal” (call it what you like)
Type = Numeric
Default value = 0
2. Then on the Master Slide add 2 triggers
Adjust variable "SceneQuestionsTotal" = project variable "Scene.TotalSlides"
When the timeline starts for each slide
(This sets the static “SceneQuestionsTotal" variable to the number value of the current "Scene.TotalSlides" variable)
3. Directly BELOW this trigger, subtract 1 from "Scene.TotalSlides"
BUT ADD the IF “SceneQuestionsTotal = "Scene.TotalSlides" so it only runs once !!!
And make sure it runs AFTER the variable is set first
The master slide triggers panel should look like this:
4. Lastly update the slide master text to show “Question # of %SceneQuestionsTotal%”
and you should get: (I have 10 questions and 1 results slide in each scene)
I hope that helps,
Danny
- Tracy_Hodges6 months agoCommunity Member
Hi Danny,
This is super helpful. Thanks.