Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dasher0074

    (@dasher0074)

    The first question no matter, I found out. What about

    1.How to write something below the “finish button”.

    https://ibb.co/nrxPzqG

    Plugin Support Jasmine

    (@hyenokian)

    Dear @dasher0074,

    Thank you for the topic.

    Please find the answers to your questions below:

    1. You can achieve your desired scenario with the Quiz Maker plugin.

    If you want to make the text of the Intervals option bold, then, please insert the text in this tag <b></b>.

    In case you want to make the text of the Intervals option italic, then, you can insert the text in this tag <em></em>.

    2. Regarding the second question, as far as I understand you are referring to the Restart button being displayed on the Results page.

    In order to type the text under the Restart Quiz button, you can go to the Quizzes > particular quiz > Settings tab and tick the Enable quiz assessment option.
    Here you can write the text you prefer for the Rating form title suboption.
    This text will be displayed on the Results page under the Restart button.

    See the screenshots:
    https://ibb.co/TRYcBST
    https://ibb.co/55gyRfD

    If I understand your question incorrectly, please correct me.

    Thank you.

    • This reply was modified 4 years, 2 months ago by Jasmine.
    Thread Starter dasher0074

    (@dasher0074)

    Thank you for your help!
    Can I remove “raiting stars” somehow and keep just a text?

    https://ibb.co/pWwmBgH

    Plugin Support Jasmine

    (@hyenokian)

    Dear @dasher0074,

    Thank you for your response.

    At the moment, unfortunately, the Quiz Maker plugin doesn’t have the option to hide the rating stars and leave only the text to be displayed on the Results page.

    But, I have passed your case to our Development Team and they have created a new Custom CSS code special for you to achieve your desired result.

    Please take this CSS code and insert it into the Quizzes > particular quiz > Styles tab > Custom CSS option.

    Then, replace YOUR_QUIZ_ID with the corresponding Quiz ID (e.g. 3). Do not delete the space after it.
    Do not forget to clear the cache afterward.

    form[id*=”ays_finish_quiz_YOUR_QUIZ_ID”] .for_quiz_rate{
    display: none;
    }

    Please check this and let us know about the outcome.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Interval Message HTML CODE’ is closed to new replies.