Response allowed after certain time limit? #1631
Replies: 1 comment 2 replies
-
Hi @rachelkytsui! I don't think there's an easy way to do that without modifying the plugin file. Usually this is possible by splitting the trial in two, where the first trial had a set duration (e.g. 5s) and no response is allowed, and the second trial allows a response. From the participant's point of view it feels like one trial. But I'm not sure that this would work if you want to play audio at the start of the first trial and switch to the second 'response' trial while the audio is still playing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello jsPsych community! (I apologize if this has been asked before.)
I am creating an experiment where participants have to choose between two pictures after listening to an audio stimulus. My question is about allowing a response after certain time limit. I have previously set the parameter "response_allowed_while_playing" parameter to FALSE (using version 6.2.0), such that no response is allowed until the audio finishes. But I would like to change that so that the restriction would be dependent on time and not audio. Is it possible to restrict the response such that a response cannot be made until, for example, 5s has passed while the audio keeps playing? Thank you so much in advance!
Beta Was this translation helpful? Give feedback.
All reactions