Group: Forum Members
Posts: 39,
Visits: 230
|
To whom it may concern, Hi, I just want to use slider (ranging from 1 to 10) to display decimals so that it can show, e.g., 1.1 to participants. But when I tried to change the value of increment, it didn't work. Do you have any suggestions? Thank you for your consideration!
<slider response> / caption="How many times does the second interval last longer than the first one?" / labels=("0", "10") /responsefontstyle = ("Arial", 1.5%, false, false, false, false, 5, 1) / txcolor = (0, 0, 0) / range = (0, 10) / increment = 0.1 /showticks = true /slidersize = (70%, 20%) /position = (10%, 50%) /defaultresponse = 0 </slider>
|