hi,
Im new to Psychopy. I
m designing a simple RSVP task.
I need to receive a keyboard response after a target routine(e.g. *) is appeared. there is no stop for response and participant should press the key while next routines are appearing.
the intertarget intervals are 3000 ms. during this time period, participant can respond.
But when I define a response in builder mode, it becomes a component of the target routine. and if I set the response duration for 3000 ms it just prolongs that * routine.
Is there any way I can set it to check for response during trials? so that * routine termination is not dependent on the response duration? something like global component in coder?