Any idea how to build a slider that has 100 on both ends as shown in the photo? | XM Community
Skip to main content
Question

Any idea how to build a slider that has 100 on both ends as shown in the photo?

  • May 20, 2020
  • 4 replies
  • 8 views

Screen Shot 2020-05-20 at 1.12.49 PM.pngThe best I've managed after toggling through the options:
Screen Shot 2020-05-20 at 1.05.45 PM.png

4 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • May 20, 2020

The closest you can get is to set the slider to go from -100 to 100.
If needed, JavaScript can be used to hide the minus signs.


  • Author
  • May 22, 2020

https://www.qualtrics.com/community/discussion/comment/25587#Comment_25587Hi Tom, thanks for your response! For the JavaScript to hide the minus signs, that would require some knowledge of coding no?


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • May 22, 2020

Sulas - Yes, correct.


  • May 26, 2020

And that code....would be?