Forum Discussion
Modifications to the Quiz and Review
1. You can't change the look of the checkmark icon used for the SUBMIT button in the Player. However, you can adjust the Player settings to show the text and the icon.
Note that this also applies to the PREV and NEXT buttons. And the button names won't show when viewed on phones, due to the limited space.
2. To hide your custom Submit button during a review, you'll need to get comfortable with variables and conditions.
- Create a T/F variable. This will be used to track whether the learner is taking the quiz (variable = False) or reviewing the quiz (variable=True). Set the default value to False.
- On the Results slide, add a trigger to the Review Quiz button. This trigger should adjust the value of the variable to True. Be sure to move the trigger up, so it appears before the trigger that jumps to another slide.
- On the Results slide, add a trigger to the Retry Quiz button. This trigger should adjust the value of the variable to False. Be sure to move the trigger up, so it appears before the trigger that jumps to another slide.
- On every question slide, add two triggers.
- One trigger should change the state of the Submit button to Normal when the timeline starts with the condition that the variable = False.
- The other trigger should change the Submit button to Hidden with the condition that the variable = True.
Here's the User Guide info about conditions and variables:
3. The Review Quiz button should automatically jump to the first question in the quiz.
- In older versions of Storyline, you had to indicate the slide to jump to with the Review trigger. If that's what you see in your file, then edit the trigger as needed so it jumps to the first question slide instead of the intro slide.
- If you don't see that option, yet your Review Results trigger is jumping to the intro slide instead of the first question slide, I suggest you submit the case directly to the Articulate staff. You can do that here: Articulate - Submit a Case
- LekshmiNair773 years agoCommunity Member
Thanks a lot, Judy! Appreciate your advice and support.
I figured out the last item by just removing the intro slide from the quiz and adding it as a regular slide in the course so that once the learner completes the last content slide, they will click Next to go to the Intro slide and then onto the quiz. This way when they review the quiz, it takes them directly to the questions and not the intro.
As for the custom Submit, I removed it since it looked a bit clunky. Shall try the icon and text for the default submit tick mark. wish we had a way to modify it though. :/
Thanks again for your patience! :)
Lakshmi V
Related Content
- 10 months ago
- 10 months ago
- 6 months ago