Forum Discussion

AndriiVladyka's avatar
AndriiVladyka
Community Member
6 months ago

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?

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?

  • Using Slide Properties on your Question Slides you can choose to disable the player navigation. It is enabled by default.

    • AndriiVladyka's avatar
      AndriiVladyka
      Community Member

      Thank you for the response, but it still doesn`t work for me. When jumping through questions, I still see answers where user answered correctly.

  • 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.

     

    • AndriiVladyka's avatar
      AndriiVladyka
      Community Member

      Thanks! Also was thinking about this, but thought there was an easier way

  • I'm sorry, I misunderstood your question.  I thought you were trying to prevent the navigation from appearing on the player.  If you are only wanting to review the incorrect questions, then you will want to edit your "Review Results" trigger by selecting "Review only incorrect questions"

    • WendyCramer-06a's avatar
      WendyCramer-06a
      Community Member

      Hi Ron,

      I am not sure if that is only me, I am noticing when I select only show incorrect questions, the player show the correct questions too. Am I the only one? About to submit a bug report. :) 

       

    • AndriiVladyka's avatar
      AndriiVladyka
      Community Member

      Yes, I know about this feature, but it doesn`t work with custom next and prev buttons, it still shows correct ones too

  • Doh! Forehead slap on that one. A good example of losing sight of the features :)

  • If you're using custom next buttons then you'd have to use custom triggers and variables should be able to help.