Forum Discussion
Hiding quiz questions on revisit of section
Good morning all!
I have a course with 3 sections for which each has 1 or 2 quiz questions and for which the menu is restricted. Is there a way to not show the quiz questions should the employee revisit an entire section or a portion of a section? At the moment, when they revisit and land on a quiz question, they are not able to move forward to the next section.
Thanks!
Without seeing it, you can set a variable after they have completed the quizzes for each, and on the slide before each quiz, use if...else. For instance. Jump to next slide if Quiz1 is False, Else Jump to <slidename>. It might still be on the menu, if you have the Quizzes in the menu, but they will skip it when reviewing the section.
3 Replies
- RickMarantaCommunity Member
Without seeing it, you can set a variable after they have completed the quizzes for each, and on the slide before each quiz, use if...else. For instance. Jump to next slide if Quiz1 is False, Else Jump to <slidename>. It might still be on the menu, if you have the Quizzes in the menu, but they will skip it when reviewing the section.
- JudyNolletSuper Hero
RickMaranta is right. Use a variable to track whether they're going through for the first time (see everything) or just reviewing content (skip questions).
This post has a file that demonstrates and explains how to do that: https://community.articulate.com/discussions/discuss/tip-review-and-retry-non-adjacent-quiz-questions-without-seeing-the-content-slid/1038723
If you are using the built-in Menu, I suggest you delete the questions from it. Here's more info about customizing the Menu: Storyline 360: Customizing the Menu | Articulate - Community
- JohanneBrune953Community Member
Thanks, RickMaranta Rick and JudyNollet Judy! The proposed solution worked!