• Resolved Squiggy45

    (@squiggy45)


    Hi, looks like a great plugin! But before I can use it:

    1. Can it show the progress of the quiz in percentages?
    2. Can it show the answers to the questions in 4 squares rather than a list, like this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi squiggy45.

    1. This is not something built into HD Quiz
      However, you (or another developer) can always add custom code to your site to add this functionality in. If you go this rout, add your custom JavaScript using the hdq_after action, and use the Timer-per-question feature. From here, your custom script just needs to look at the active question and divide its index by the total number of questions.
    2. By default, only the “image based answers” question type uses a grid format for answers. However, adding the following CSS to your site will force regular text questions to be in a grid as well.
      .hdq_answers {display: grid; grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr);}
      The easiest way to do this is to go to Appearance (from your WP Admin area) -> Customize -> Additional CSS
    Thread Starter Squiggy45

    (@squiggy45)

    Thank you! Very helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two customization questions’ is closed to new replies.