Hello everyone,
I hope you understand my question.
I have three separate blocks which contain three Sub-blocks each:
Block_a
- a1 = 96 Trials
- a2 = 96 Trials
- a3 = 96 Trials
Block_b
- b1 = 96 Trials
- b2 = 96 Trials
- b3 = 96 Trials
Block_c
- c1 = 96 Trials
- c2 = 96 Trials
- c3 = 96 Trials
I'd like to randomize the big blocks (Block_a, Block_b, Block_c) and those inside of them as well. The picture visualizes what I mean.
On which layer do I have to define this? On the <block> or <expt> layer?
Would it be something like that in the <block> layer:
<block Block_a>
/ preinstructions = (htmlpage.Übung2)
/ trials = noreplace=[1-96 =noreplace(...)]
/ trials = [1-96 =noreplace(...)]
/ trials = [1-96 =noreplace(...)]
</block>
(The trials themselves are randomized in each Sub-Block with =noreplace)
Or do I have to define all Sub-Blocks and arrange them within the <expt> layer?
I know how to randomize blocks in the <expt> but right now I cannot define it how I need it.
Best Regards,
Danny