Results Slide from Slides in any Order

Aug 03, 2021

Hello there - I have a question about a results slide. I would like to have a results slide pop up after a series of questions/quizzes are answered in any order - so basically it could pop up after question 2 or question 5, etc, but they would have to complete all questions in that scene in order for it to appear. I am struggling with how to trigger it. Is this even possible?

Thank you in advance!

1 Reply
David Schwartz

Hi Heather,

I'm attaching a really quick and dirty example of a way to do it. I used one numeric variable that gets incremented only when the user answers. On the correct and incorrect layers, there is a trigger for going to the next slide when the variable < the number of questions, and another trigger for going to the results slide when the variable is equal to or greater than the number of question.

In this case, you'd want to make sure that the questions are set only to be answered once. If people can change answers, you'd probably want to use T/F variables for each question, which would mean a lot more triggers to test if they are all true, and then another T/F variable to indicate that all questions have been answered. The logic of the branching would be the same, though.