During the instructions page for an experiment, I am manually loading around 100 selected images for each participant using: psychoJS.downloadResources(participant_assigned_images)
I can’t do this at the start of the experiment because each participant gets entirely different images that I determine based on their participant ID. I think for participants with slower wi-fi this takes longer than the 15 seconds they get during the instructions page and it causes the experiment to break as it can’t find the resource (downloading resources didn’t finish).
Is there a way that I can make participants unable to proceed until the resources are fully downloaded? (i.e. not show the “press space bar to continue” text component and keypress until resources have been downloaded) Thank you!