Skip to main content
tristiav
Participant
January 11, 2016
Answered

Non-linear question slide order in big quiz project?

  • January 11, 2016
  • 1 reply
  • 159 views

Does anyone know of a way to manipulate the order of question slides in a non-linear way, like creating a branching scenario / choose your own adventure? Can you use the 'jump to slide feature' on the 'submit' button in this manner successfully if you're using dozens, possibly a hundred question slides? I also can't seem to find information on whether there is a maximum number of question slides?

This topic has been closed for replies.
Correct answer Lilybiri

The submit button on the question slides is triggering the two-step submit process:

  • clicking it: feedback shows (with the warning to press Y or click on the slide), playhead remains paused at the pausing point of the question slide
  • when user clicks on slide or presses Y the actions specified On Success or After last attempt (if only one attempt, otherwise user is invited to try again) are executed. You can use those actions to navigate to another question slide

You have to be careful about setting up the Quiz Preferences to allow free navigation: allow back navigation, do not use Branch aware nor Pretest slides, and be sure to leave the Required option set to 'Optional'.

I have no idea about the maximum amount of question slides.

1 reply

Lilybiri
LilybiriCorrect answer
Legend
January 11, 2016

The submit button on the question slides is triggering the two-step submit process:

  • clicking it: feedback shows (with the warning to press Y or click on the slide), playhead remains paused at the pausing point of the question slide
  • when user clicks on slide or presses Y the actions specified On Success or After last attempt (if only one attempt, otherwise user is invited to try again) are executed. You can use those actions to navigate to another question slide

You have to be careful about setting up the Quiz Preferences to allow free navigation: allow back navigation, do not use Branch aware nor Pretest slides, and be sure to leave the Required option set to 'Optional'.

I have no idea about the maximum amount of question slides.

tristiav
tristiavAuthor
Participant
January 11, 2016

Thanks for the quick reply!