Hello,
I am trying to build a task that asks to choose between two images on the screen.
In my excel file I have one row for the correct response and the other is the incorrect decision. Basically I don’t want every correct image appearing on one side of the screen and the wrong on the other for every trail.
These images are presented in predetermined pairs so I cannot randomize both columns. Is there a way for Psychopy to randomize the location of the images on the screen?
Thank you for that. Would this work if in the same trial I am presenting an image from the same Excel row? As a disclaimer I know very little about Python. How the trial goes
An image is shown from column A in the excel file.
Viewers must choose between the images matched with the row number from file A with the corresponding B and C files (target and deception image)
So in turn I am not shuffling the all of the images, just the images from column B and C
Here is the excel sheet. the deception image stimuli has yet to be created, that’s why they are all the same. I just want to figure out the psychopy first if possible