Hi,
I am building a distributional learning experiment with an exposure/training phase, a categorization task, and a production task. For the training phase, participants are exposed to combinations of sounds and images, but some combinations occur more often than others. I have created an excel sheet that lists all 11 combinations at different frequencies (with some combinations listed 5 or 6 times, others just once or twice), and the loop for this trial is now set to random, with nReps = 1.
BUT: I don’t want the same combinations to occur after another, so I’d like to add a restriction on the randomization. (I saw @Becca 's suggestion to create the different excel sheets of sequences that are allowed and then set the loop to sequential. This is not really an option for me as I have 44 items, so the number of possible orders gets a bit silly.
Is there a way to do this in builder by adding a code component or something? Can a loop in builder be replaced by a code component? Other suggestions are welcome too.
-Sabine