Hello!
I am working on a paradigm where participants will need to match 2 out of 4 answers to a target figure. The target figure is shown at the top, and there are 4 answer choices at the bottom. I am wondering if it is possible to randomize the order of the answer choices, since this will be a repeated experiment. I understand how to randomize the order of questions (randomization within trials), but I am stuck on randomizing the answer choices that come with each question. The questions/stimuli are pulled from an excel file which lists the images like this:
Top Row of Excel: |imgTop|imgA|imgB|imgC|imgD|
Below:|folder/image1.png|folder/image2.png|folder/image3.png|folder/image4.png|folder/image5.png|
This is my first time working with Psychopy, so I am not sure where to go from here. Would I have to code this function instead of using Builder?