• Resolved merisjoros

    (@merisjoros)


    I’m making a quiz for a client that has multiple right answers. My client wants explanation for answers (so checkbox is not an answer as it doesn’t show the explanation) and the issue is, I can’t disable the “right/wrong” colors. Is that possible? Little distracting as there are more than 1 right answer and some of them are all kinda right. Is there any solution to this?

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

    (@hyenokian)

    Dear @merisjoros,

    Thank you for the topic.

    As far as I understand, you don’t want to display the correct/incorrect answers with colors during the quiz.
    If yes, then, please head to the Quizzes > particular quiz > Settings tab and untick the Show correct answers option.

    See the screenshot below:

    Thank you.

    Thread Starter merisjoros

    (@merisjoros)

    Thanks @hyenokian ,

    I was aware of this, but when I untick that, the quiz won’t display the explanations either… This is my problem!

    Plugin Support Jasmine

    (@hyenokian)

    Dear @merisjoros,

    Thanks for your reply.

    Please provide us with the following information for further investigation of your case.

    1. The link, where the given quiz is located.
    2. Please provide us with a screenshot of what part colors exactly you want to hide.

    Looking forward to your response.

    Thank you.

    Thread Starter merisjoros

    (@merisjoros)

    It’s here https://www.redoflow.com/kysely/ under a password Redocap2010!

    If I hide the correct answers, I won’t see the explanations after answering which is something we really like. On the other hand we don’t want to see right/wrong answers as colors as there really aren’t rights/wrongs.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @merisjoros,

    Thank you for your response and the info.

    Our Dev Team has created a new CSS code special for you to help you achieve your desired result.
    Please take this Custom 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, like this div#ays-quiz-container-3).?
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    div#ays-quiz-container-YOUR_QUIZ_ID .answered,
    div#ays-quiz-container-YOUR_QUIZ_ID .checked_answer_div {
    color: #ffffff !important;
    }

    div#ays-quiz-container-YOUR_QUIZ_ID .correct_div.checked_answer_div,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-field.wrong_div {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter merisjoros

    (@merisjoros)

    It works perfectly! Thank you so much for your help!

    Plugin Support Jasmine

    (@hyenokian)

    Dear @merisjoros,

    Thank you for your reply.

    Glad to hear that!
    If your query is resolved, please take a moment to rate and review the plugin or support.

    Many thanks in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I don’t want to show right/wrong answers as green/red’ is closed to new replies.