Millisecond Forums

How to randomize trials, and then split into 2 halves, add a break in between?

https://forums.millisecond.com/Topic36862.aspx

By achen - 2/10/2025

Hi,

I know how to randomize 2 separate lists of trials/words, but is there a way to randomize the entire list and then split it into 2 halves with a break for the participant in between?
By Dave - 2/10/2025

achen - 2/10/2025
Hi,

I know how to randomize 2 separate lists of trials/words, but is there a way to randomize the entire list and then split it into 2 halves with a break for the participant in between?

<block exampleBlock>
/ trials = [
    1-10, 12-21 = noReplace(aTrial,bTrial); // 10 A trials and 10 B trials in random order
    11 = breakTrial; // Break trial halfway
    ]
</block>