System: macOS Version 11.5.1
Psychopy version: v2023.2.3
I am designing a study where participants will be presented with four conditions, and 18 randomized sentences will be presented in each condition.
As shown in the screenshots, I want to randomize the four loops without mixing any conditions within.
In that case, only HigherKey, LowerKey, Instrumental and Control will be randomized, but not the sentences between conditions.
I have three loops here, the most inner one is a loop to show random sentences. The middle loop is a sequential one so that the condition and the blank period afterwards are shown in order. The outer loop is that one I have trouble with, it is set as random with nRep = 2 because I want all four conditions to be repeated twice in random order. Everything works fine except the randomization of the outer loop.
I came across with answers about setting up an excel file with conditions and parameters, but I am confused about that. So I would greater appreciate if someone can help or explain that to me.
I am new to both Psychopy and Python (i’m an undergrad researcher) so thanks for any support in advance!