Hi everyone,
On a constant sum question I would like to display slider values above the slider handle as the respondent moves the slider, rather than to the right of the scale as appears to be the default. Is there a way to implement this?
Thanks for any assistance with this,
Danny
Page 1 / 1
@DannyDelve - Add a span element before slider and change its value on the event change of the text input of qualtrics and hide this text input using JS
> @SaurabhPujare_Ugam said:
> Hi Danny,
>
> Hope this thread helps
Thank you Saurabh - would you mind please re-posting the thread link, as it's not working for me? Much appreciated!
> Hi Danny,
>
> Hope this thread helps
Thank you Saurabh - would you mind please re-posting the thread link, as it's not working for me? Much appreciated!
Hello @DannyDelve,
I was wondering if you could open that thread? I also can't open it. I have similar question to yours and I thought it might be helpful for me as well - I want to have the value of a Custom Start Position shown just above the slider handle - it writes the value above when I move the handle, but I also need to have the initial value shown. Thank you!
I was wondering if you could open that thread? I also can't open it. I have similar question to yours and I thought it might be helpful for me as well - I want to have the value of a Custom Start Position shown just above the slider handle - it writes the value above when I move the handle, but I also need to have the initial value shown. Thank you!
Hi @Elitza_17 - no, sorry I never got to find that thread. Maybe @SaurabhPujare_Ugam could re-post it here? Thanks!
Hi @DannyDelve, thanks a lot for your help!
@DannyDelve
I am not sure if you are still looking for the solution. I found that this code in the slider change function will do it.
`$(ui.handle).find('span').html('$' + ui.value); `
I am not sure if you are still looking for the solution. I found that this code in the slider change function will do it.
`$(ui.handle).find('span').html('$' + ui.value); `
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.