Jump to result slide after x-amount of correct questions

Nov 26, 2020

Hi,

I have a question bank with 20 questions. My client wants the quiz to jump to the result slide after 5 correct questions.

Is there a way to do this without adding custom buttons on the question slides? I can only see an option to jump to a result slide after a fixed number of questions, regardless of whether they're right of wrong.

I suppose I could add a 'next button' on the feedback layers which I can ask to jump to the result slide after a number variable has reached a certain value. But apparently there is no way to do that with the 'standard next button'.

2 Replies
Judy Nollet

Hi, Stefaan,

It sounds like your questions don't provide immediate feedback. So try controlling the next behavior by using the Next button instead of the Submit button on each question in the bank. 

  • In the the Slide Properties, select the Next button, and deselect the Submit button.
  • Add a "Submit interaction" trigger to the Next button so the program will score the question. (Be sure this is the first trigger for the Next button.)
  • Add a trigger to the Next button to jump to the next slide with the condition that Results.ScorePoints indicates the user hasn't answered 5 questions correctly yet. (The default points/question is 10, so the condition would be that Results.ScorePoints <50.)
  • Add a trigger to the Next button to jump to the Results slide with the condition that the user has answered 5 questions correctly (for example, Results.ScorePoints = 50).

That should work, though you'll probably want to adjust what appears on the Results slide since the user only has to answer 5 out of 20 questions. 

By the way, if you don't like using the Player's Next button, you could add a custom Submit button to each question, with the triggers described above. 

Good luck!

Stefaan Leleu

Thanks for the reply Judy.

I solved the issue by adding a variable that counts the amount of correct answers. Then I added a custom 'next button' on the slide that jumps either to the next questions or to the result slide if the threshold has been reached.

It would be nice though to have an option to jump to result slide after x-amount of correct answers as standard.