I am building a mental rotation task. The loop is set to random with nReps at 1.
The program is repeating images from the list instead of only doing each image once.
I tried setting the nReps to nothing, which made the experiment terminate early. I then set it to 0 and the experiment didnt show any images.
It was my understanding the psychopy automatically does randomize without repeats. Is that wrong?