problems with 'Run-if'
in OpenSesame
Hi there! I'm pretty new with OpenSesame and would need some help as I am creating an experiment. I am trying to figure out what the code is for 'Run-if'? (Are there any resources available to see the whole list of 'run-if' possible?)
I am showing a stimulus and after that the participant is to answer (keyboard response) within 3s. if the participant doesn't answer during that 3s, I would have to show a visual prompt and wait for the participant to respond.
How should I go about doing so?
I tried to use this code but I am completely lost with what to do.
=self.time() - self.get('start_time') >= 3000
Help!
Comments
Hi,
The corresponding run-if statement would simply be:
[response_time] >= 3000.For more information, see this page:
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!