[open] Break practice loop.
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
Hi Ola, is the "practice = yes" part of your if-statement? If so, then you may want to change
yesinto"yes".Cheers
Josh
And on top of that, you should change
practiceto[practice]. So to wrap everything up:Eduard