Viewing 3 replies - 1 through 3 (of 3 total)
  • Greetings vladkish58,

    Thank you for choosing to use this plugin! At the moment, you cannot edit the %USER_ANSWER% variable itself. However, if you are familiar with CSS, you can apply styling to the answer. The user’s answer is wrapped in a span element. A class of ‘qmn_user_correct_answer’ is applied if it is correct and a class of ‘qmn_user_incorrect_answer’ is applied if it is incorrect.

    The answers should already accept LaTex I believe. I’ll have to double check this shortly.

    Thread Starter vladkish58

    (@vladkish58)

    I added to custom CSS:
    .qmn_user_incorrect_answer {
    color: #ff0000;
    }

    Perfect, I’m so happy it’s working. Can I also add X-icon or picture to a wrong answer?

    Thread Starter vladkish58

    (@vladkish58)

    I found how to do it. In CSS add background-image

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘%USER_ANSWER% variable’ is closed to new replies.