URL of experiment: Pavlovia
Description of the problem:
My task demands a pretty long sequence of routines which are all a part of one task loop.
In some conditions, dependent on participant’s responses, I need to skip several trials that were specified in the loop sheet.
A solution that works in psychopy is to skip routines using if statements within routines and execute the statement: continueRoutine = False
However, when I put the experiment online, the content of these skipped routines still appears on the screen.
It would be great if you could let me if there’s a way to ensure the screens don’t flash, or an alternative way of skipping trials specified in a loop.
Best wishes,
Milan