Got a complicated one for ya!
I have a project that has about 100 quiz questions. I want to add slides with an image for backgrownd, a voice over and a "Click Button" to be used like a Simulation. If the "Click Button" is not clicked on, I want the slide to act like a Quiz and be marked as wrong.
At the end of the Quiz I want the Pass/Fail function to be: If Pass: "Continue" then if Fail "Jump to Slide". This Failed Slide would jump to the last slide; the end of the project with a "Thank you". If Passed, the project continues to display more information on other slides.
The tests I have done the Pass/Fail seems to not be working. If failed, the project continues just like the Passed even though the "Pass/Fail" options are marked correctly.
What do you think?