Direct learners to content after failing test out option

Oct 18, 2023

Hello heroes!

I have a course with a test out option with a 80% pass requirement. What I would like is for learners to be directed to the content as soon as they miss the second question, rather than have them go through the remainder of the questions when they have already failed the test out. 

What triggers/variables do I need to use to make this happen?

Thank you!

1 Reply
Judy Nollet
  • Create a number variable with a default value of 0.
  • Create a "you failed the pretest" slide with the NEXT button set to go to the content.
    • Use the Slide Properties to remove the PREV button, so the user can't return to the pretest. 
  • Do this on each question slide:
    • Put a trigger that adds 1 to the variable when the user answers incorrectly. For example, if you're giving immediate feedback, put the trigger on the Failure layer. Otherwise, it could be run when the user clicks the Submit button, with the condition that the correct answer(s) is(are) not Selected.
    • Put a trigger that jumps to the "you failed the pretest" slide when the variable changes with the condition that the variable = 2. 

If you need more info about conditions and variables, here are the User Guide articles: