Multiple blocks
in Expyriment
Hello,
I want to divide an experiment into multiple blocks.
As visual stimuli from image file or csv file are imported into the program at first, they’re shuffled randomly. Then I want to divide them into multiple blocks such as 10 blocks keeping it the same number of stimulus in each block (20 stimuli in block1, 20 stimuli in block2...).
I found the function of design.block allows us to make a number of blocks we need, but Does Expyriment have any better way?
Thanks!
Comments
Hi rrr,
maybe like this?
Hello,
It goes well, but how can I randomize completely all of trials throughout an experiment in the case of multiple factorial designs?
When we want to have a two-way factorial design, the program as below runs without any errors but the order of trial is completely separated into two. The first half of trial results in factor 1, and the latter half does in factor 2.
I was able to divide an experiment into the multiple blocks with all shuffled trials as below, referring to your suggestion and the number classification task example of Expyriment.
In this case, the blocks are divided just by inserting an instruction every 20 trial, so the data of block id are not saved in the file.
Is there any way to save the block id?