I'm trying to design a behavioral task where I show one baseline picture for 3 seconds, and during this time, if a key 1
is pressed then the picture should be switched with a new picture (associated with the 1
keypress), if 2
is pressed instead then a different picture is presented.
In addition, I need to have a condition in which no matter what happens (either a keypress happens or not during the 3 seconds of displaying the Baseline picture) then the current routine will end and move to the next routine.
I have no idea how I can execute these specifications in Psychopy.
*I use the Coder (not the Builder interface)