Show 'too slow' message if no key response in specified time #2792
-
I'm adapting an experiment someone who was previously in my lab programmed. The key difference is that I'm imposing a response deadline so that participants do not respond within X seconds they will a message (new screen) telling them they have been too slow before moving on to the next test trial. Someone suggested a loop node to me but that will simply take them back to the original trial and I don't want to do that. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think what you need is a conditional time. I created a minimal working example that corresponds below. The main idea is that after your trial, you include a node with a conditional function. In this function, the response to the previous trial is evaluated. When this function returns true, it will execute the trials listed in the timeline variable (here, the feedback trial). Let me know if this is what you need!
|
Beta Was this translation helpful? Give feedback.
I think what you need is a conditional time. I created a minimal working example that corresponds below. The main idea is that after your trial, you include a node with a conditional function. In this function, the response to the previous trial is evaluated. When this function returns true, it will execute the trials listed in the timeline variable (here, the feedback trial). Let me know if this is what you need!