Millisecond Forums

Slider element

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

By TDang - 12/8/2020

I am using a slider element with a range from 0-100. Is it possible to display the value that is currently selected so participants can see the exact number they are selecting before they actually make the selection? Thank you!

<slider CurrentStressT2>
/ caption="Rate your current level of stress (0 = not stressed at all to 100 = extremely stressed)"
/ labels=("0=not stressed at all", "100=extremely stressed")
/ range = (0, 100)
/ increment = 1
/ size = (80%, 80%)
/ slidersize = (60%, 10%)
/ position = (10%, 50%)
/ txcolor = white
</slider>
By Dave - 12/8/2020

TDang - 12/8/2020
I am using a slider element with a range from 0-100. Is it possible to display the value that is currently selected so participants can see the exact number they are selecting before they actually make the selection? Thank you!

<slider CurrentStressT2>
/ caption="Rate your current level of stress (0 = not stressed at all to 100 = extremely stressed)"
/ labels=("0=not stressed at all", "100=extremely stressed")
/ range = (0, 100)
/ increment = 1
/ size = (80%, 80%)
/ slidersize = (60%, 10%)
/ position = (10%, 50%)
/ txcolor = white
</slider>

In short: No. Longer answer: Under Windows, participants will see the value when they move the slider unless you suppress it per /showtooltips=false:



Slider controls on other platforms, however, do not support this.