* I am running version 6.0.1.240
* I have created 1 quiz. The questions are broken across many topics, but tabulated in a single result at the end of the course.
* The main menu in the course has 5 topics.
The requirement is for the topics to be completed in any order, but they must be completed in order to continue to the end of the course. At the end of each topic, there is a short (2-5) question quiz. Completing the quiz is mandatory before returning to the topic menu.
I have created an advanced action that will set a value for the menu item's variable and jump to the menu slide. However, when I assign it to the On Success action of the Submit button on the final question in the topic area (Quiz Properties > Execute Advanced Actions), the question appears to freeze and I can't move past the question.
Behaviour:
- Question appears.
- User clicks submit button.
- Feedback appears.
- User clicks submit or presses key on keyboard to move forward. Feedback disappears and course appears to be locked. User can not move forward.
I then attempted to changed the On Success action of the Submit button to Continue, set an attempt level to 1 (Quiz Properties > Execute Advanced Actions), set the Failure Level to None, and set the Last Attempt to execute the Advanced Actions.
In this case, the course was no longer blocked from moving forward when the question's feedback is reviewed. However, the course continues on to the next slide and does not return to the main menu as desired.
I then attempted to remove the Jump to Slide instruction from the Advanced Action, assign the value count to the Action field on slide entry, and set the Jump to Slide option as the Action on Success and Last Attempt options on the quiz. Once again, the course appears to freeze once the question feedback is delivered to the user.
These actions appear to function as desired when not assigned to a quiz slide.
Is anyone aware of a way I can work around this? Both the quiz question data must be recorded as well as the user being returned to the menu, so I don't want to place the script on the final content slide (pre quiz).