Windows 10 (e.g. Win10):
PsychoPy v2020.1.3 (e.g. 1.84.x):
What are you trying to achieve
I have a csv of images to load and I would like to randomize their order, then repeatedly present this randomized order based on other experiment variables (loop number, participant number). [Meaning that sometimes I’d like it continuously randomize the order and other times I’d like it to repeat the order] Importantly, I’d like to do this without importing as few libraries as possible, since it’ll have to eventually run on Pavlovia.
What did you try to make it work?:
I believe that since there should be an on-going log of what pictures were presented, based on the participant number and loop number I’m hoping to modify the routine to re-present the images it just showed if it repeats.
What specifically went wrong when you tried that?:
I have no idea how to do this. Please send assistance. Also, please remember that I’m trying to do with as many built-in PsychoPy features as possible, since it’ll eventually have to be run on Pavlovia and “import random” doesn’t work easily with that.