Hi guys,
is it possible, while building an experiment in the builder, to “deactivate” some routines, so that I don’t have to run the whole thing everytime when I want to check on changes I made? That would save a lot of time!
Thank you
Hi guys,
is it possible, while building an experiment in the builder, to “deactivate” some routines, so that I don’t have to run the whole thing everytime when I want to check on changes I made? That would save a lot of time!
Thank you
@fragmag, you can do several things.
continueRoutine = False
Yes, particularly option 2. Put a loop around the routines you want to exclude and set it to 0 reps
Thanks, that helps a lot!