Linking participant id from an experiment to survey

Hi Everyone,

I am trying to create a task where upon completion participants are redirected to a survey. I have read other posts about daisy chaining but no matter what I try I am unable to get the participant id to update. At the moment I am redirection to the link below:

https://run.pavlovia.org/pavlovia/survey/?surveyId=c24d2d13-0dad-48ed-906b-4a787cb9d68a&responseId=${participant}

This allows me to do the survey but does not alter the participant information

Anyone have any ideas?

That isn’t the right syntax for a Pavlovia Completion URL. Try

$"https://run.pavlovia.org/pavlovia/survey/?surveyId=c24d2d13-0dad-48ed-906b-4a787cb9d68a&responseId=" + expInfo['participant']
1 Like

Thanks so much!! Also, a lack of clearing my cache was partially at fault. It works now.