Forum Discussion
TomRaguz
8 years agoCommunity Member
Retry INCORRECT questions only
Hi team
can anyone give me instructions on how to only include the INCORRECT questions when students retry the quiz. I know there is a video using storyline 1 but the interface and variables boxes...
LouiseLindop
Community Member
Hi Tom,
As far as I'm aware there's no automatic way to do this.
I would:
- create a variable for each question, initially set to 0.
- for each question, on the base layer, add a trigger(s) to change the state of the radio button(s) to selected when the timeline starts for the correct option(s). Add a condition to only do this if the appropriate variable is set to 1.
- for each question, on the base layer, add a trigger to submit the interaction when the timeline starts. Add a condition to only do this if the appropriate variable is set to 1. Make sure this trigger is below the one above.
- for each question, on the correct layer, add a trigger to jump to the next slide when the timeline starts in the appropriate variable is equal to 1.
- for each question, on the correct layer, add a trigger to set the appropriate variable to 1 when the timeline starts. Make sure this trigger is below the one above.
- on the results slide, make sure there is a button that displays when they don't pass. this button should reset the results and take them back to the first question slide.
I've attached a basic example.
Louise
AndreaGomez-e13
8 years agoCommunity Member
Could this work if we are using a bank of 20 questions and we draw 7 questions randomly from the bank?