08-22-2023, 09:18 PM
I think something that is worth looking into is $factorize instead of $randomize: https://docs.findingfive.com/en/grammar/...assignment
But there seems to be a tricky part in your design - how does T1, T2 and T3 differ from each other? Do they contain different passages? Or just the same set of passages in different orders? If the latter, you can implement two layers of randomization: the $factorize method at the block level, and another randomization at the trial template level: https://docs.findingfive.com/en/grammar/...asic#order
But there seems to be a tricky part in your design - how does T1, T2 and T3 differ from each other? Do they contain different passages? Or just the same set of passages in different orders? If the latter, you can implement two layers of randomization: the $factorize method at the block level, and another randomization at the trial template level: https://docs.findingfive.com/en/grammar/...asic#order