|
Post by sadesi on Jun 23, 2022 11:18:28 GMT
Hello,
for a task where participants are supposed to rate the probability of a stimuli being from one of two boxes on several trials, I would like to use a slider as rating scale. However, I could not find a slider option for experiments. Does anybody know if and how a slider (range) option can be implemented in an experiment?
Thanks in advance!
Saskia
|
|
|
Post by alexandra (AEC) on Jun 30, 2022 16:08:10 GMT
Hi Saskia,
I am not aware of a slider option yet. Alternatively, you could try and use the "show rectangle" command and create lots of thin rectangles (the amount of options you want to give the participant) in a line from the minimum to the maximum rating you would like, e.g. 1 to 10 you would need 10 rectangles and then you can use "readmouse" command and "UNDER_MOUSE" variable to get the chosen point on the scale.
readmouse l 1 100000 range 1 10 set $x UNDER_MOUSE
If you create the rectangles as the first thing in your display in the task, then you have the display numbers in accordance with the rating scale numbers you want to know without having to subtract any number in order to get the correct chosen scale rating.
|
|
|
Post by sadesi on Jul 6, 2022 11:01:06 GMT
That's very helpful! Thank you!
|
|