Reply To: Randomization by feature and by item

PennController for IBEX Forums Support Randomization by feature and by item Reply To: Randomization by feature and by item

#9655
BenG
Participant

Hi Jeremy,

One last question: is there any way to use the pick function with the features array? I would like to add a few breaks, but am not sure how to do this without the pick function. I have tried the following, however it causes the experiment not to run:

pick(features,500),”break”,
pick(features,500),”break”,
pick(features,500),

Thank you!