TypeError: core.wait is not a function

Sorry, lost track of this topic. You can make routines contingent on some condition. e.g. in the “begin routine” tab on the feedback routine, do something like this:

if corrCount > 0:
    continue_routine = False
1 Like