PennController for IBEX › Forums › Support › Adding break trials › Reply To: Adding break trials
June 15, 2020 at 8:12 pm
#5647
Jeremy
Keymaster
Hi Angelica,
Rather than using modifyRunningOrder, prefer using a custom function in Sequence, as described on this thread. You could do this to insert a break-labeled trial every 5 trials into your rshuffle subsequence:
Sequence("practice", sepWithN( "break" , rshuffle("vpe", "fillers") , 5 ) , "exit", "send", "confirmation")
Best,
Jeremy