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
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