Reply To: Randomly get item from certain conditions

PennController for IBEX Forums Support Randomly get item from certain conditions Reply To: Randomly get item from certain conditions

#6550
Jeremy
Keymaster

Hi,

I moved this topic to the Support section of the forums.

I think what you are looking for is the rshuffle function:

Sequence( rshuffle("A","filler","B") )

Template( "Data.csv" ,
    row => newTrial( row.Condition ,
      // etc.

Jeremy