-
Hey, I like to use the jspsych-html-keyboard-response plugin and create a trial that gives the participant 10 secs to respond. The stimulus_durations shoud be 800 msec. If a response is given before the 800 msec are over, then the stimulus should stay on until that is the case and then end. If a response is given after 800 msec, then I want the trial to end. I played around with Is that even possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I've made custom edits to The main change inside that function is:
I am wondering whether this is worth adding as a feature. In a lot of memory experiments you want the stimulus duration to be fixed but give the participants more time to respond as this ensures equal encoding time for each stimulus but at the same time end the trial as soon as a response is given. |
Beta Was this translation helpful? Give feedback.
I've made custom edits to
end_trial()
function and I think it works.The main change inside that function is: