Forum Discussion
ParashuramVhava
11 years agoCommunity Member
How to hide Green/Red feedback bar at the bottom of quiz while review?
Hi out there,
Is there any way to hide red/green feedback layer coming in quiz while reviewing answers.
Thanks in advance. :)
StevenWalsh-711
7 years agoCommunity Member
You can use jQuery to hide the red/green feedback bar at the bottom of the assessment. Using this you still get the correct answers marked by SL.
$('[aria-label="Correct"]').hide();
$('[aria-label="Incorrect"]').hide();
LewisMasling-5d
6 years agoCommunity Member
Hi Steve,
Its great that you have managed to do this with JQuery, but culd you please explain how and where you add your JQuery code? Perhaps with a creenshot too.
Thanks
Related Content
- 3 years ago
- 8 months ago
- 3 months ago