Hi,
In the task_begin
routine insert a code component and add the following in the begin routine
tab:
myReps = 1 # initialise variable
if trials.thisN == 1: # second loop
myReps = 0 # do not run
Surround your strategy_reminder
routine only with a loop and add to the nReps field myReps
.
If I am not mistaken this should do the job
BW
Yiannis