Reply To: Conditional Randomization

PennController for IBEX Forums Support Conditional Randomization Reply To: Conditional Randomization

#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.