RSVP Task - Participant response window longer than animation frame time #747
Replies: 1 comment 2 replies
-
What is the type of stimuli you are using, would plain html be able to display it? If so, you could probably modify the html-keyboard-response plugin to suit your needs, otherwise, let's talk! Just to clarify, each trial will contain 40 stimuli, and each stimuli will be displayed for 350ms? Would there be a gap between the stimuli to allow for the 1000ms response duration? It might be useful to consider a 'jsPsych trial' for each stimulus within an 'experiment trial', there does not necessarily have to be a one to one correspondance. You can use on_finish callbacks to tag with accuracy data, and possibly looping timelines for validation. I'll wait for more information before specifics! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Firstly, thank you very much for such a great JS library!
Now my question:
I am trying to implement a Rapid Serial Visual Presentation Task (RSVP) during which the on-screen stimuli will update every 350 ms. Participants need to respond (by pressing the space bar) only when they see the target stimuli within the flux, and they have 1000 ms to do so for a correct response. On one trial, there will be a total of 5 targets to respond to, for a total of 40 (including the targets) stimuli appearing on screen during the trial. As well as knowing when they respond correctly, I also need to know when they respond incorrectly: participants will only be allowed a certain number of so-called "false alarms" on a given trial to prevent them from simply continuously pressing the space bar throughout.
Does anyone have a suggestion on the best way to go about coding this? The asynchronous nature of the stimuli presentation and response window is giving me trouble!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions