Hi! I’m new in PsychoPy/python. I try to create a match-to-sample task with gratings (horizontal & vertical). I created circular gratings (components > stimuli > grating) and I organized my experiment into two routine: the first with one grating and the second with two gratings (position (x,y): 0,5 and -5,0 respectively). Nevertheless, I am facing two problems:
- When I run it, the first grating is displayed and then it stops
- How can I randomize the position of two gratings in the second routine? [i.e. I wanna create a block of 6 trials consisting of two routine. The first with one grating (e.g. horizontal grating) and the second with two gratings (one horizontal and one vertical) with random position]
Do you have any idea? Thank you in advance!