I have an experiment that goes from Sona --> Qualtrics --> Pavlovia --> Qualtrics --> Sona. Participant numbers are being sent from Sona to Qualtrics to Pavlovia with no problem. For participants who don’t complete the experiment (press Escape), they are redirected back to Sona without the last survey. I believe that this is working fine and they are being granted credit automatically. Participants who do complete the experiment are being sent back to Qualtrics for a second survey. The participant number is not being sent correctly and I’m unsure why.
Incomplete URL (to Sona): https://ucf.sona-systems.com/webstudy_credit.aspx?experiment_id=1982&credit_token=cd3abfd63e0442e09844b1cc8cc2c9fb&survey_code=" + expInfo[‘participant’]
Complete URL (to Qualtrics): http://ucf.qualtrics.com/jfe/form/SV_1z4XJUJHFVWrs4B?id=" + expInfo[‘participant’]
In Qualtrics, the id number shows up as " expInfo[‘participant’] and I’m not sure why.
Any help is appreciated!
Elisabeth