In my study, I have participants see an information letter hosted on Qualtrics and then answer some demographic questions.
When that Qualtrics section ends, I have set the termination redirect URL to be my Pavlovia study. In addition, I’ve added ‘id’ and ‘participant’ variables into the URL such that ‘id’ is filled in from the ID set in the Qualtrics study, and ‘participant’ is set to “PARTICIPANT” with the intended purpose of it not appearing in the experiment dialog box:
https://run.pavlovia.org/Lab/remembering-words-and-symbols-online/html/?__pilotToken=3c59dc048e8850243be8079a5c74d079&__oauthToken=a229b1ee8594f27743c2d1447691ff55640fff170f1be70b9057b811f35f924f?id=${e://Field/id}&participant=PARTICIPANT
As you can see in the dialog box above, as well as this example URL below, the ‘termination URL’ works just fine by removing the ‘participant’ dialog option and setting ‘id’ correctly:
https://run.pavlovia.org/Lab/remembering-words-and-symbols-online/html/?__pilotToken=3c59dc048e8850243be8079a5c74d079&__oauthToken=a229b1ee8594f27743c2d1447691ff55640fff170f1be70b9057b811f35f924f?id=273514&participant=PARTICIPANT
However, I’m at a loss when transferring this ‘id’ value from Pavlovia back to Qualtrics. In my experiment, after the initial Qualtrics part followed by the Pavlovia study, I have the study redirect back to a different Qualtrics study for a feedback letter and automatic participation credit granting. So far, here is what I have set trying to accomplish this task:
These settings result in the following URL on my final Qualtrics section:
https://uwaterloo.ca1.qualtrics.com/jfe/form/SV_cOylp3qXrZLbnql?id=undefined
So, it seems my ‘id’ variable is not carrying through from Qualtrics to Pavlovia and back again. because of this, I can’t populate ‘id’ in Qualtrics and therefore can’t have automatic credit granting. Does anyone have a solution for carrying through the ‘id’ variable from the Pavlovia URL to the second Qualtrics section?