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();
WendyFarmer
6 years agoSuper Hero
+1 to knowing where/how to do this Steve - great if you can share
Related Content
- 3 years ago
- 8 months ago
- 3 months ago