Hello everyone!
I am a beginner in PsychoPy (using PsychoPy v1.90.2 with Python 3.6) and I’m having troubles setting up one section of the experiment. I’m trying to build the following task: The participants will be presented aurally with 36 novel verbs in total. Each of the non-words is implemented into 3 different frame sentences to control for any possible semantic effects.
My PsychoPy flow looks like this, using two loops:
The outer loop (blocks) condition file includes links to 36 different .xlsx files (one for each nonce word):
In the inner loop (trials), the routine is told to choose one of those files randomly:
When it chooses (and opens) one of the .xlsx files (see the open file),
I want it to choose randomly ONLY ONE of the following rows (i.e. one of the frame sentences in which the non-word is implemented), play the recording, leave the file, randomly choose another of the 36 (now only 35) .xlsx files, and again randomly choose only one row in the file. This cycle should be repeated 36 times with all 36 non-words.
Now, in the sound_3 stimuli (test), I have the following setting:
However, this setting does only this: It chooses one of the .xlsx files randomly (which is great) but it plays ALL THREE recordings in the file (it chooses all rows, not only one). I need to tell PsychoPy to choose randomly ONLY ONE of them and move onto another file.
Could anyone please help me? (A dummy-version explanation will be very much appreciated. )
Thanks a lot!
Lucka