breaking from loop!
I have 224 trials in my main experiment. for my practice session i want the loop to stop after it reaches 30 trials and move on to the main block. how can i implement this.
I have 224 trials in my main experiment. for my practice session i want the loop to stop after it reaches 30 trials and move on to the main block. how can i implement this.
Comments
Hi,
You could make use of the break-if option (tick the special options box in the loop item to reveal it), for instance using a statement to break from the loop when a trial counter hits 30.
Cheers
Josh