Slider not registering click

Hi there,

I’m using PsychoPy 2020.2.10 standalone on Win10 Professional.

I created a routine with three subjective rating scales that appears every 10 trials. I’m using the Slider component for the ratings.

The first slider is a rating from 0-100. I set the granularity to 0, but whenever I click anywhere on the slider, the marker is set to 50 and won’t move. To make a fine point, I want the slider to actually reflect where on the line (from 0 - 100) people click. I tried removing the labels and changing the tick marks. Nothing changed.

ldt_trials.xlsx (8.5 KB) pilotProcedure_toUpload.psyexp (29.1 KB)

The problem was how I created the tick marks. I tried (0,10,20,30,40,50,60,70,80,90,100) as well as (0,100).

I got it to work by using (0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100)