How to register late RTs (late clicks) with the serial reaction time plugin #2986
georginatorok
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I would like to ask for some advice as I have some difficulties working out how to register late reactions in a timeline of multiple trials. In my experiment, I am using the Serial Reaction Time Mouse plugin to give participants a sequence they have to accurately follow by tapping on a touchscreen in a 4 x 4 grid. This is implemented in the “exgame_intro_tap” timeline (see code below).
Is there a way to change this SRT plugin so that RTs of late clicks are also recorded in the data file?
Now when a participant taps late for target t=1, but before the t=2 target appears (ie., the grid is empty during the inter-trial interval), I have no RT. I would like to know how (a)synchronous with the sequence people's tapping actions are.
In the plugin file, to achieve this, would I need to change something in this part?
or earlier, in the "const showTarget = () => { ... } " block?
Apologies if this is a complex question, but if someone could give me some advice on whether this is possible, and if yes, how to do it, that would be very helpful.
Best,
Georgina
Beta Was this translation helpful? Give feedback.
All reactions