Forum Discussion
Review Quiz Layer
Hi Yazia,
I tried to replicate your project as follow:
1. Add the "Review" feedback layer on each question slide. This layer should have a rectangle placed on the bottom (similar to the Storyline Review layer). A rectangle has two states: "Correct" and "Incorrect" state.
2. Create a trigger "Change state of Rectangle to Correct when the timeline starts on this layer if Question.Correct = value True; Else Change state of Rectangle to Incorrect". The "Question.Correct" is a SL built-in variable.
3. Create a custom variable "QuizComplete" with initial value of False.
4. On the base layer, create a trigger "Show layer Review when the timeline starts on this slide if "QuizComplete" = value True. Duplicate this question slide as many times you need.
5. Insert a blank slide that holds your custom Review button after your last question slide.
6. Create two triggers: Set variable QuestionComplete to value True when the timeline starts on this slide, and Jump to slide (first question) when the user clicks the Review button
I've attached my story file just in case I've missed some steps. Off course, you can always use the result slide to get the Review button. Just move all score related objects off the slide and customize as you like.