Forum Discussion
GaryFisher-d531
9 months agoCommunity Member
Viewable Result Meter Displaying Correct Answers on Every Question Slide
Hello. I have searched and experimented with trying to make an active results meter work. Ive seen several templates on creating a result meter that performs at the end of a quiz, like Rise 360 prov...
JudyNollet
9 months agoSuper Hero
On the Master Layout for Questions, do this:
- Add a slider or dial with the number of steps = to the number of questions.
- Storyline will automatically create a number variable for this. I suggest you rename it to something meaningful (for example, "quizGauge").
- Add labels at the steps to indicate progress.
- Add a transparent shape over it, so that the user can't drag it.
On each question slide, do this:
- Add a trigger to the Submit button that adds 1 to the variable with the condition that the correct answer = Selected.
- That would look something like this:
-
- Be sure this trigger comes before the trigger that submit the question.
On the Results slide, do this:
- Add a trigger to the Retry Quiz button that adjusts the gauge variable back to 0.
- Be sure this trigger comes before the trigger that jumps to the first question.
Note: Unfortunately, the program remembers the gauge's position for each question during a quiz Review. So either don't allow a Review, or add a Review layer to the question slides that covers the gauge.