switch off score after quiz
Hi,
W would like to disable the individual score that is shown to each competitor immediately after completing a quiz. We would like to announce the scores to everyone at once to build up the suspense.
Hi Kevin,
first, I recommend disabling all marking from the Quiz Settings -> Marking tab. This will stop HD Quiz from show which questions were correct.
Next, add the following CSS to your site.
.hdq_result {display: none !important}
That will hide the score that appears once a quiz has been finished. On most sites, if you go to appearance -> customize -> additional CSS, you can paste that above code in to add it to your site
Brilliant, thank you
This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.