[solved] Double condition in sequence
HI,
Is it possible (if yes how can I do ?) to have double conditions in a sequence ? I mean something like run if [response_time > 500] and [correct] = 1 ?
Thanks for your help
HI,
Is it possible (if yes how can I do ?) to have double conditions in a sequence ? I mean something like run if [response_time > 500] and [correct] = 1 ?
Thanks for your help
Comments
Yes, this is possible. For example, by using the Run if field of a
feedbackitem, and using the following conditional statement:(note that you will need to have an item in the same sequence that updates the [correct] and [response_time] items, e.g. a keyboard_response item)
For more information, please refer to the documentation page on precisely this issue: http://osdoc.cogsci.nl/usage/variables-and-conditional-statements/
Good luck!
Thanks so much, it was so easy lol. I tried & ; or anything else but never and ^^