If this template helps then use it. If not then just delete and start from scratch.
Mac
PsychoPy version 1.84.2
Standard Standalone
Hi,
I am trying to build an experiment that tests the effect of image size on a rating of that image. The user will be presented with both large images and small images from the same pool. The images will be presented randomly eg. small_image_2, small_image_4, large_image_9, small_image_3, large_image_2 etc. until the user has seen a small and large version of each image.
Currently I have a random loop surrounding the large_image and small_image routines. However the experiment runs like large_image_3, small_image_3, large_image_9, small_image_9, large_image_4, small_image_4 etc. How can I change this to be as I described in the first paragraph ie. truely random?
Thanks