Hi, I am trying to create an excel file to indicate different image conditions while randomly allocating image files to different conditions across participants (randomly assigning different shapes to conditions).
My image file names are shapes/circle.png, shapes/cross.png… and so on. So I randomly shuffled them as a code like this at the beginning of the experiment in the builder:
In this case, how should I name them in the excel file where conditions are indicated. Certainly, this does not work because it only recognises shapeLeft and shapeRight variables as strings not string variables:
Hi Micheal, thanks so much for your help! I really wished that it would have worked right away but something is missing and I want to make sure I did it in the right way.
And I noticed that this error shows up after a couple of trials so realised that I had empty slots in the excel file where I did not want to show any images (empty screen). So after filling that out with an image similar to the background color, it is working fine. Thanks a lot! :-))
Although it is tricky to get that background color exactly. Is there another way around to make it an empty image?