PennController for IBEX › Forums › Support › Conditional Randomization › Reply To: Conditional Randomization
August 22, 2019 at 4:17 pm
#4111
Jeremy
Keymaster
Hi Leo,
Since your example uses the exact same template for all your trials, I would simply call Template once, like this:
PennController.Template( "items.csv" , item => PennController( newButton("thisTrialButton", item.text) .print() .wait() ) )
No need to explicitly label your trials, since your table already contains a Label column.