Red "X" in multiple answer questions | XM Community
Solved

Red "X" in multiple answer questions

  • 14 October 2019
  • 1 reply
  • 5 views

Hi,

I would like to change the checkboxes in multiple answer questions to show red "X"s instead of black "check"s which is the default. How should I go about doing it? I would prefer to use images for the red "X"s, so that I can change it to other images (e.g. smiley faces) next time, if needed. Thanks!
icon

Best answer by KoalaTricks 15 October 2019, 18:32

View original

1 reply

Userlevel 4
Badge +3
In the HTML editor for the question you want to change, add this (substituting the URL for your image of choice):

```
<style>
.Skin label.q-checkbox.q-checked {
background-image:url(https://www.qualtrics.com/m/assets/global/icons/xm-logo-cx.svg) !important;
}
</style>
```
!

!

Leave a Reply