How can I remove the visible values from my sliding scale questions? | XM Community
Skip to main content
Hi!



I'm working on my dissertation survey, and my questionnaire involves a number of questions that use a sliding scale to answer them. Each response should be scored 0-10 with which gendered children the respondent believe should be able to play with the toy referenced in the images above it. While I want the values of each response to be recorded, I do not want respondents to see the numerical value associated with their score as the number is irrelative to the gender, and I do not want response bias from respondents associating a higher score as better or worse, merely their opinion on the gender of the child that would play with the toy.



Is there a way to keep the value assigned to the scale, but not display the values to the respondent?



!
Add this css either to your Look & Feel (to apply to all sliders in survey) or in a style tag in your question text (to apply only to the page):

```

.Skin .q-slider ul.numbers {display:none}

```
Hello!



I have a similar question. I would like to remove the values on a slider scale but it would be great if the grid lines still showed. Is that possible with a css?



Thank you so much!

Anja4 were you ever able to solve your question? Trying to do the same 🙂


Leave a Reply