PennController for IBEX › Forums › Support › Randomize blocks and trials but keep breaks in the same order › Reply To: Randomize blocks and trials but keep breaks in the same order
May 19, 2023 at 12:21 pm
#10603
Keymaster
In that case use two randomizes in seq, like this:
var blocks = [
seq(randomize("trials_study"),randomize("trials_test")),
// ...
Jeremy