PennController for IBEX › Forums › Support › Conditional training phase › Reply To: Conditional training phase
July 28, 2021 at 11:13 am
#7136
Jeremy
Keymaster
Hi Giorgio,
If you have many blocks, I recommend the following approach:
var blocks = ["block1","block2","block3","block4"]; fisherYates(blocks); Sequence("intro",...blocks,"results")
Jeremy