Is there any way to jump through only incorrect qestions when reviewing quiz but with next and previous buttons created on slide, not on a player?

Mar 27, 2024

Have a question, I have a quiz, and on each question slide there are Next and Prev buttons to jump through questions. When I want to review my answers I want to see only incorrect ones. But when I use slide buttons I see also correct ones. This can be avoided by using player navigation buttons, but still is there any way to review quiz questions via slide buttons?

9 Replies
Tom Kuhlmann

You can use variables.

Create a variable to track if the user clicked a negative question (or positive)

Create a trigger to skip the slide if a variable = X when timeline starts. I also added a condition that one of the choices was visited.

I created a simple mockup, probably needs some tweaking based on nuances of how the course navigates. In this demo, A is always correct.

Select A on slide 1, B or C on slide 2, and A on slide 3. When you review, the slide 1 should auto advance to 2, and then when you click next it should move past slide 3.

https://360.articulate.com/review/content/67dcad89-4456-4957-8119-2e7af4943f81/review

Like I said there may be some nuance and you'd have to know how to use variables. But you're tracking is a negative or non positive choice is made with a T/F variable and then when they revisit the slide you can jump to next slide on the condition of the variables.

If you don't know anything about variables, here's a link to learn more. I'd definitely learn about them first and do some simple practice activities before starting in your project.