custom Previous Next navigation on review slides

Apr 10, 2013

Hello, 

I am trying to make a quiz so that you can only move forward using the continue button on the feedback popup while a student takes the quiz.  However, I am looking for a way to add previous and next buttons (custom) to each of the question slides after a student has clicked the Review Quiz button at the end so they can navigate the review using the added Previous and Next buttons.  

Is this possible?

PS- I know how to take out the built in nav... everything is working proper.  I am simply looking for the capability to add the Previous Next buttons after you hit the Review Quiz button.

Any help is greatly appreciated

5 Replies
Christine Hendrickson

Hi John!

You can certainly do this, but you'll need to use custom buttons. There currently isn't a way to toggle the visibility of the player navigational buttons using triggers, etc. Also, you may want to use a custom "Submit" button so that the default navigation buttons don't appear during the review. 

Here's a quick example:

Example for John

You can do this by using variables and custom shapes/buttons. In the example I created, I used a number variable and had the value of that variable increase when the user clicks on the "Continue" button on the correct feedback layer. I didn't set this up for the incorrect layer, but you can do this as well, if you want the buttons available when the user is reviewing questions they did not answer correctly. 

I used custom buttons that are set to an initial state of "Hidden". I called a trigger that will change the state of those buttons to "Normal" when the variable reaches a certain number, or a number higher than that value. 

I'm also attaching the example file, just in case you want to see how I have it set up. 

If I've missed anything, or if you have any questions, please let me know.

Thanks!

Josh Uhlig

I was able to accomplish this with the following:

  1. Add a true false variable initially set to false
  2. Add a trigger to the results slide to change the variable to true on timeline start
  3. Add the custom buttons to each question slide and add a trigger to change the state to hidden on timeline start if the variable is equal to false.

When I did this, the buttons were hidden upon initially answering the questions, but became visible when reviewing.  It is worth mentioning, when I tried to add the 'adjust variable' trigger to the review button (on click), it didn't work.  I'm not sure why that is the case, but changing it to the review slide itself seems to do the trick.

This discussion is closed. You can start a new discussion or contact Articulate Support.