Millisecond Forums

How to make slider responses (numbers along the slider) invisible for participants

https://forums.millisecond.com/Topic15384.aspx

By mar - 1/20/2015

Dear all,

For my study, I would like to use a slider from 0 to 100 that does not display the response (numbers along the slider) to participants. Is this possible? I have not found this option. If it would indeed not be possible, is there a way to make the color of the response white? (In this way, on a white background, participants will not see the response either).

Thanks in advance for your help!

Best,
Mar
By Dave - 1/20/2015

<slider q1>
/ caption="How do you feel about bananas?"
/ labels=("Cold", "Hot")
/ range = (0, 100)
/ increment = 1
/ showticks = false
/ showtooltips = false

</slider>