Forum Discussion
How to disable Feedback layers
Hi,
Is there a way to turn off feedback layers during a final assessment without using JavaScript?
Thanks
5 Replies
- JudyNolletSuper Hero
Because you specified "during a final assessment," I assume you're using a Question Bank and that you want the feedback layers to show for a knowledge check/pre-test but not for the final.
That can be done without JavaScript.
Create a T/F variable to track whether the user is taking the Final. Keep the default value of False.
On the Correct and Incorrect layers of every question slide, add these triggers (and be sure they appear in this order:
- Hide this layer when the timeline of this layer starts if [variable] = True.
- Jump to slide next slide when the timeline of this layer starts if [variable] = True.
On the slide before the question draw for the Final Assessment (or at some other appropriate point), add a trigger that changes the variable to True.
This is demonstrated in the attached file.
- elizabethPartner
+1 to everything Judy said. I would only add:
If you've got run of the mill quiz questions as slides, and you're not using a question bank and are only using the quiz question slides one time, you can also just set your Feedback on each question slide to "None."- JudyNolletSuper Hero
Thanks for adding the simple method. I thought about including that note. Unfortunately, the thought didn't get beyond my brain. 😅
- DebraHolcomb-5dCommunity Member
Thank you for the help. It is greatly appreciated!