• Resolved delsergio

    (@delsergio)


    Hello,

    My site is currently local on an external hard drive.

    I want to change the color of backgrounds and text in the results page.

    These are the correct or incorrect answers.

    Can you help me on this issue.

    Cordially
    serge delplanque

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @delsergio,

    Thank you for the topic.

    Please provide us with the screenshot so that we can understand which part color you want to change and guide you accordingly.

    Looking forward to hearing from you.

    Thank you.

    Thread Starter delsergio

    (@delsergio)

    Hello Jasmine,

    Thank you for your answer but I don’t know how to insert an image with the editor proposed on the forum.
    What should I do ???
    Cordially

    Plugin Support Jasmine

    (@hyenokian)

    Dear @delsergio,

    Thank you for your reply.

    You can make use of, for instance, the following online tool to attach an image:
    https://imgbb.com/

    Looking forward to your reply.

    Thank you.

    Thread Starter delsergio

    (@delsergio)

    Hello

    Thanks for the help. Here is the link for the picture:

    https://ibb.co/PxC9kPm

    Cordially

    Plugin Support Jasmine

    (@hyenokian)

    Dear @delsergio,

    Thank you for your response.

    At the moment, the plugin doesn’t have the option to change the color of the right/wrong answers,
    By the way, I have passed your request to our Development Team, and, though, generally, we don’t provide this kind of support, they have created a new CSS code to achieve your desired result.

    Please take these CSS codes and insert them into the Quizzes > particular quiz > Styles tab > Custom CSS option.?
    Then, replace?YOUR_QUIZ_ID?with the corresponding?Quiz?ID (e.g. 5, like this?div#ays-quiz-container-5). You can change the color and set your preferred one.
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .ays-field.checked_answer_div.wrong_div input:checked~label,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-field.ays-text-field textarea.ays-text-input[disabled="disabled"][style="rgba(39, 174, 96, 0.5)"], div#ays-quiz-container-YOUR_QUIZ_ID .ays-field.ays-text-field input.ays-text-input[disabled="disabled"][style="rgba(39, 174, 96, 0.5)"],
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .wrong_div .wrong,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .wrong_div{
    ? ? background-color: rgb(0 0 0 / 40%) !important;
    }

    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .ays-field.checked_answer_div.correct_div input:checked~label,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-field.ays-text-field textarea.ays-text-input[disabled="disabled"][style="rgba(243, 134, 129, 0.8)"], div#ays-quiz-container-YOUR_QUIZ_ID .ays-field.ays-text-field input.ays-text-input[disabled="disabled"][style="rgba(243, 134, 129, 0.8)"],
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .correct_div .correct,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .correct_div{
    ? ? background-color: rgb(0 186 163 / 40%) !important;
    }


    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter delsergio

    (@delsergio)

    Hello Jasmine,

    Thanks for the CSS, that’s very nice of you.
    I modified it and adapted it to my needs.
    Always responsive and efficient. Nothing has changed.
    Indeed I have already worked with you to improve the plugin, but some time ago.
    I had been forced to stop at the time for financial reasons.
    I had also asked the possibility of displaying or not the display of the results. It has been done but it would be nice to present the page first without result.
    I will post more later.
    Take care of yourself !!!
    Cordially
    Serge Delplanque

    Plugin Support Jasmine

    (@hyenokian)

    Dear @delsergio,

    Thank you for your response and kind attitude.
    Customer satisfaction is our highest priority and we always do our best to make your experience better.

    If your query is resolved please take a moment to?rate?and?review?the plugin or support.

    By the way, you are welcome to open a new topic in case you have any further suggestions.
    We would appreciate it so much!

    Thank you in advance.

    • This reply was modified 2 years, 3 months ago by Jasmine.
    Thread Starter delsergio

    (@delsergio)

    Plugin Support Jasmine

    (@hyenokian)

    Dear @delsergio,

    Thank you very much for your reply and such a?wonderful?review???
    Your support and trust in us are much appreciated.

    We are thrilled that you loved your experience; our staff will definitely be happy to read what you wrote.
    We put customer experience and satisfaction as our priority, and your?review?reaffirms the hard work we put in every day.

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Result page background and text’ is closed to new replies.