OS: Win10 PsychoPy version : PsychoPy 2020.2.10
**Standard Standalone? ** : y What are you trying to achieve?:
I’m trying to counterbalance experiment versions for 3 groups.
So, for each group, I want they are assigned with different trials. Specifically, one for just text instruction only, another for 2 study trials, and the other for 6 study trials.
What did you try to make it work?:
I inserted 3 different set of trials with loop and for nReps$ of each loop, I put ‘nRepsA’, ‘nRepsB’, and ‘nRepsC’.
Then, at the [Begin Experiment] of code, I put this code below.
Does this ‘shuffle’ function randomly(same probability) assign every element in the square bracket?
Cause what I’m trying to get is to have equal random assignment of one of the three different tests to every participants.