Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[solved] Double condition in sequence

edited December 2014 in OpenSesame

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

  • edited December 2014

    Yes, this is possible. For example, by using the Run if field of a feedback item, and using the following conditional statement:

    [correct] = 1 and [response_time] > 2000
    

    (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!

  • edited 8:32PM

    Thanks so much, it was so easy lol. I tried & ; or anything else but never and ^^

Sign In or Register to comment.