Low Slider Sensitivity

Working in PsychoPy3, I’m trying to include a slider on a continuous scale from -1 to 1. It seems to be fine except that the pointer won’t drag farther than about 0.1 out on either side of zero. Changing introducing discrete gradations only made it so I couldn’t drag the pointer at all. Not sure what could be specified incorrectly: am I missing something obvious here?

Hi @cello98, not sure what the issue is here. I use the following settings with the Slider component and everything works as it should:

Do you have any code which sets the position of the Slider marker?

Thanks @dvbridges! I had my units set to cm, and changing to height fixed the issue. Maybe that had to do with my screen size? Either way, thanks for helping out!

1 Like