Forum Discussion
Bypassing a quiz
It depends on what you mean by “play in properly.” If you just want to see the layer, on any slide create a key press trigger that sets a variable to true. Then on the last slide, set a trigger to show the success layer when the timeline on that slide starts if the variable is true.
On the other hand, if you want to skip answering the questions, and have them tell the results slide that you got enough answers correct to pass, and then have it act as it normally should when everything is submitted, that’s considerably more difficult. It depends a great deal on what kind of questions you are asking. You can’t directly change the scores variables, but for some question types (like pick one), you can have that beginning trigger set the answer to correct if the variable is true, and then submit the interaction.