I have a PsychoPy experiment that I want to run on Pavlovia. This task is an image recognition task where participants must choose one image out of four based on an audio file that tells them which image to select.
The goal is to have a large database of images and sounds and randomly draw from it since each participant is supposed to complete the experiment multiple times. The problem is that on Pavlovia, all resources must be loaded before the experiment starts. I would like to see if it is possible to download only the necessary elements for the experiment, knowing that they are randomly selected from Excel files at multiple points during the experiment.
However, I was wondering if I could input the randomly drawn columns from my Excel files instead of manually specifying the files as described in the tutorials.
Thanks for the tips I will try to do this code and I will try to combine it with psychoJS._serverManager.prepareResources. Do you think It’s a good solution ? :