How to get feedback for each trial when I have two different keyboard response?
in OpenSesame
Hello Experts!
I am designing an experiment in OpenSesame. I am not good with using inline script. I know how to get get feedback as correct or incorrect when I have only one keyboard response in my trial sequence. But my efforts are failing when I try to have two keyboard responses (one during stimulus presentation and another after stimulus presentation while a blank screen is on).
Trial sequence:
fixation_cross: 500ms
stimulus: 0ms
keyboard_response1: 600ms
blank_screen: 0ms
keyboard_response2: 1400ms
feedback_correct: 500ms
feedback_incorrect: 500ms
feedback_time_lapsed: 500ms
Thanks in advance!
Comments
Hi,
If the point is to measure response times from beginning of the stimulation until a timeout and remove the stimulus in the mean time, then you can bypass the problem and use coroutines: https://osdoc.cogsci.nl/3.2/manual/structure/coroutines/#using-coroutines
If not, then inline_scripting is the way to go. Let me know, then I can try to point you to a solution.
Eduard