We try to make 3 sliders in different position that change randomly (3 states): (0, -350), (120, -350), (-120, -350) (in pixels).
In the code we wrote that only one would appear in each routine.
However, the three sliders appear together. (We are looking for more ways to do that, without success)
We would appreciate it if you had an idea what is wrong in the code,
Thanks!
Thank you!
It worked for one round of stimuli (3 times it appeared in a different position), but then only one slider appeared (the last one in the code).
What can be added to make the code repeat itself randomly?
This is because trials.thisN is equal to 0 on the first iteration, to 1 on the second, and to 2 on the third iteration.
If you want it to be sequential, you can do the following:
Thank you very much!
I would like one more question - the data regarding the position of clicking on the slider appears in the data separately (different variables). How can they be united under the same variable?
In the code I made a list and asked it to export this data, but it remained empty in the Excel file: #Begin Experiment
slidersList = (‘sliderCenter’, ‘sliderLeft’, ‘sliderRight’)
slidersList = ()