Multiple response #2482
Unanswered
MatthieuFra
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can I use something related to the "persistent keyboard listener" described in jsPsych.pluginAPI ? |
Beta Was this translation helpful? Give feedback.
1 reply
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 !
I'm working on an experiment with two task.
The first one is a classic SART for which I did all the code and it's working fine.
My second task have to be done in the same time.
More precisely, I have a background sound, launch with an htmlButtonResponse using a On_finish function with .
This sound contain some targets. When one target occurs, I want the subject to respond using the spacebar.
The subject has to complete the two task in the same time, following the code for the first task, and paying attention to the background sound.
I know the time code of the target of the sound. So I just have to get the time event for the spacebar, in addition to the normal task.
How can I do that ? Is it possible to have two choices for response in plugin, but, only one ends trial ? How can I "record" the spacebar hit, in addition of all the data from my main task ?
Thanks a lot !
Beta Was this translation helpful? Give feedback.
All reactions