HD Quiz

Need to send invoices?
Check out my new WordPress plugin HDInvoice
Limited time launch sale

Hello ! I would like to hide the score (example: 4/10) on…

Published: February 26, 2022
Support status: closed

Hello ! I would like to hide the score (example: 4/10) on some quizzes. To display only the reply text. Is it possible ? With a CSS or a setting in the plugin? Thank you in advance !

This thread has been imported from harmonicdesign.ca/hd-quiz/

thread author: Thibault

Hi Thibault,
this can be hidden with CSS. The class name is hdq_result, so .hdq_result {display: none !important} will hide this across all quizzes. Each quiz also has a unique ID, so you can use this to hide the result for only the quizzes you want.

So for example, if you wanted to target a quiz with the id of 42, then you would do #hdq_42 .hdq_result {display: none !important}. The quiz ID is the number that appears in the shortcode.

26 February 2022 — 17:04 support admin - Dylan

If you are enjoying HD Quiz please leave a review here on the official WordPress.org page. HD Quiz is developed by me, just some dude, and is supported and available for free. It may seem dumb, but truly nothing makes me happier than knowing that people are using and loving HD Quiz and my hard work.

This thread has either been marked as complete or has been automatically closed due to inactivity.