Reply To: Randomization

PennController for IBEX Forums Support Randomization Reply To: Randomization

#6557
Jeremy
Keymaster

It doesn’t matter how many CSV files you have, just label your trials differently. Say you have a Condition column in your table that alternates between Practice and Critical:

Sequence( randomize("Experiment-Practice") , randomize("Experiment-Critical") )

Template( row => newTrial( "Experiment-"+row.Condition , // ...

Jeremy