How to carry over participant IDs from one Pavlovia project to another

URL of experiment: ConditioningTask_v4.3_1010Hz_7.21.21_jg_jf [PsychoPy]

Description of the problem: I am trying to carry over participant IDs from one Pavlovia project to another. I added + expInfo[participant] to the end of my URL, however when the initial task ends I get a 404 Not Found message.

Thanks!

I think it needs to be: expInfo[‘participant’]

1 Like

I was able to get it by doing below:

$"https://run.pavlovia.org/jaf2105/post-tone-discrimination-2/?participant=" + expInfo['participant']

1 Like