Hi,
I have a slider that goes from 0 to 5000. I have 10 grid lines showing the numbers on top in increments of 500.
However, I would like for respondents to only be able to choose values in increments of 25.
Is there a way to do that without adding so many grid lines that the numbers on top become illegible? I'm ideally looking for a JavaScript solution here.
Thanks!
The max you can use for grid lines is 20, so I would suggest to go with 20 grid lines and use snap to grid lines with 0 to 5000 max range. Let me know if this helps!
https://community.qualtrics.com/XMcommunity/discussion/comment/55509#Comment_55509Thank you for your answer. However, this doesn't solve my problem, because it makes it so the available choices are only $0, $250, $500, ..., $4500, $5000.
The reality is I need the following options for the slider to snap to:
$0, $25, $50, $75, ... , $4950, $4925, $5000.
I think this requires a custom Javascript code but I don't know where to start.
How about you use a textbox and give the range as specified. That way user can enter any amount they want. milacsantana
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.