[solved] concatenate in ‘Run if’ option
Hi,
Thank you always for your help.
I want to concatenate two conditions in 'Run if' statement. One is Python code "=self.time() - self.get('start_time') <= 10000", the other is OpenSesame syntax "[correct]=1" or "= self.get('correct') == 1". How can I write in order to concatenate ?
Thanks in advance.
Comments
Hi,
You can concatenate the two criteria by the Python 'and' operator to indicate that both criteria should be met in order to run a certain item:
Does this help?
Best wishes,
Lotje
Did you like my answer? Feel free to

Hi, Lotje
Thank you so much!
It works.
Koba
Glad to hear that! Don't hesitate to post any further questions!
Did you like my answer? Feel free to
