Running jsPsych experiments when participants each have a unique set of trials

jsPsych version (e.g. 7.3.1):slight_smile:

Hi,

I am running a jsPsych experiment hosted on Pavlovia where each participant has a unique csv/js file with a set of 72 unique trials in it. I am having trouble figuring out the cleanest possible way to read in people’s unique trial sets (if only you can dynamically set this up in html, but alas it’s not possible). Has anyone figured out how to get around this kind of issue? Any guidance would be much appreciated.

Thank you!

I don’t know jsPsych but do you mean that you can upload all the csv files beforehand or do you need to specify each participant’s trials on the fly?

Could you do it by having a master csv file and then a list of which indices to present to each participant?