PennController for IBEX › Forums › Support › Randomization › Reply To: Randomization
January 26, 2021 at 2:12 pm
#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