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>