Skip to main content
Inspiring
December 14, 2016
Answered

Hide Knowledge Check quiz questions from back and forward playbar nav

  • December 14, 2016
  • 1 reply
  • 279 views

Is it possible to have Knowledge Check quiz questions, once the user has completed them, have the back and forward button in the playbar ignore their presence in the course? So screens presented before and after the knowledge check are basically removed from the course when navigating with the playbar?

I have Hide playbar in quiz checked.  I'm enabling Self paced learning, enabling navigation, and also navigate visited slides only.  It's just that once the user completes the knowledge check I don't want to force them to complete them again if they are using the playbar to review screens.

Thanks

    This topic has been closed for replies.
    Correct answer Lilybiri

    Sorry, this is perfectly possible if you create custom navigation buttons, but not with the default playbar. Moreover scrubbing with the progress bar is possible as well, which lets user end up in the middle of a slide. Do you want to prevent them to see the Knowledge slides? You can use the On enter action, but will need to track if the slide has already been visited which will need a user variable per KC slide.

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    December 14, 2016

    Sorry, this is perfectly possible if you create custom navigation buttons, but not with the default playbar. Moreover scrubbing with the progress bar is possible as well, which lets user end up in the middle of a slide. Do you want to prevent them to see the Knowledge slides? You can use the On enter action, but will need to track if the slide has already been visited which will need a user variable per KC slide.

    Inspiring
    December 14, 2016

    Thanks for the assistance.  I am creating and tracking variables for all my Drag and Drop as well as many other of my custom built interactions.  Most of my On Enter actions are advanced actions (conditionals) that determine the visibility of the playbar.  I'll try these with the KC slides.

    Looks like I'll probably be creating custom nav buttons from here on out.  Thanks again