Hi! I’m new to PsychoPy. I’m programming a simple experiment in builder where participants are presented with a list of words in a random order, and below the list, a series of images are presented. Participants are asked to select a word from the list and match it with the image. The list order should remain the same throughout the experiment, whereas the order of the images will be presented randomly.
I have created this all in builder, however the I need the word list to be randomized across participants. I.e. each participant should be presented with the same list of words, but in a different order. Does anyone know how to achieve this?
Here’s what I have:
The images are correctly randomly presented in the inner loop. The outer look presents one word list throughout the experiment which should be randomized for each participant. Currently the word list is contained in a csv and looks like this:
I’m assuming that if I programmed it outside of Builder that it would be simple with python code, but as I want to transfer this to an online experiment, I believe everything has to be in Builder.
Anyone have any ideas? Thanks in advance!