In my project, the user has the option of choosing to branch and take the course or take a Knowledge Advancement branch. If they choose to take the course branch, the questions are interspersed throughout the content, after the content being tested for. They are not graded on the quiz. Most of the questions are set to allow 1 or 2 attempts. The quiz slides are set to just advance to the next content slide forward.
If they choose the Knowledge Advancement branch, it takes them directly to the first question. If they answer correctly, they continue to the next question. When they answer incorrectly, they should be taken back to the beginning of the content for that section.
I have the "On Success" action set to Execute an Advanced action that checks a user variable to verify which branching method they chose, then "Jump to" the correct slide (on success goes to the next question). This part is working correctly.
"Failure levels" is set to 1. For the "Last Attempt" I have also set it to Execute an Advanced action that checks a user variable to verify which branching method they chose, then "Jump to" the correct slide (on failure goes back to the beginning of the content for that question). This part is not working correctly. The project is not navigating to the content on failure. My quiz is graded, but none of the questions are assigned points (they should be able to attempt to answer the questions twice, but are able to continue even if they answer incorrectly the second time).
In Quiz preferences, I have "Branch aware" checked and "Allow backward motion", in the Pass or Fail area, the user only has one attempt to take the quiz.
On the question slide, I have "Attempts" set to 2 and "Failure levels" set to 1. I have tried different things in the "Last Attempt" drop down and none have worked. The question slide just goes to the next slide and ignores what I have set in the Last Attempt drop down.
Is there anything else I can check or change to make sure this works correctly?
Thank you in advance for any suggestions.