Howdy, Stranger!

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

Supported by

[open] Break practice loop.

edited February 2016 in OpenSesame

Hey, Have currently got exp.set('count_trial_sequence',0) set in an inline script within the experiment, but before the practice loop.
Have then set the practice loop to break if [count_trial_sequence] > 4 and practice = yes
but this doesn't work.

Comments

  • edited 5:22PM

    Hi Ola, is the "practice = yes" part of your if-statement? If so, then you may want to change yes into "yes".

    Cheers

    Josh

  • edited 5:22PM

    And on top of that, you should change practice to [practice]. So to wrap everything up:

    break if [count_trial_sequence] > 4 and [practice] = "yes"
    

    Eduard

    Buy Me A Coffee

Sign In or Register to comment.