[open] Randomization of trials between different blocks
Hey,
The plan is this:
Using 3 different blocks each with its own unique priming type, but also
to make the trials within and between each block to randomize.
Within each block is simple and instructed in the tutorial,
but I can't figure out how to randomize all trials throughout all blocks.
Thanks ahead
Aviv
Comments
Hi Aviv,
It depends on what parameters you have aside from 'priming type'. From your plan it seems that you want the possibility that something (aside from priming type) randomly occurs in one block but not in the other? (Otherwise you could've just copied the blocks and only change priming type in each of them).
What you could do, is make just 1 block, with an amount of trials equal to the 3 blocks you had envisioned combined. Let's say there's 90 trials. What you would then do, is keep track of which trial you're at: place an inline_script before the block item, and insert the line:
In the inline_script in your block (sequence), you insert the line:
and lastly, indicate the priming_type variable - for instance:
Does that help?
Cheers,
Josh