Dear all,
I use a randomization counter to pick random (no replace) a picture for trial A, and with the picture element I select with the current function the same picture for trial B and C (and this 80 times). This works perfectly fine. However, after this block 'task' I want another block 'task2' in which I would like the same order of pictures that participants received in block "task". Is this possible (I tried different things but could not find the solution)? Thanks a lot!
<block task>
/ trials = [1=A; 2=B; 3=C]
</block>
<counter blabla>
/ select = noreplace (1-80)
/ resetinterval = 0
</counter>