PennController for IBEX › Forums › Support › Adding break trials › Reply To: Adding break trials
November 30, 2020 at 12:34 pm
#6406
Keymaster
Hi Aliona,
One option would be to use the pick function defined in this thread:
critical = randomize("critical_trials")
fillers = randomize("fillers")
Sequence(
rshuffle(pick(critical,7),pick(fillers,10)),"break",
rshuffle(pick(critical,7),pick(fillers,10)),"break",
rshuffle(pick(critical,6),pick(fillers,10))
)
Let me know if you have questions
Jeremy