Hey all,
I was just wondering if it was possible, from within the builder, to conditionally enter a routine in your experiment flow? I.e. if you have two different trial types, a routine may have to be different (thinking basically like forced-choice versus free-choice tasks) between the two conditions. You would then conditionally enter one of the two routines for that phase of a task depending on the trial type.
If you were coding this from scratch in the coder, you can do this with a simple if trial_type == X:
and code the two routines separately, but i’m not sure if this is possible from within the builder (specifically thinking about online experiments too). Or are there some inventive ways of using the builder to do exactly this?
Sorry for the potentially vague question!
Sammi