Hi everyone
Im doing my master thesis on qualtrics and after the survey a short Intelligence test from an external survey. To assign the Qualtrics subject Data with the extern survey Data of each subject, I need to insert some kind of Response ID into my URL.
https://ww2.unipark.de/uc/M_Heydasch/94b7/?a=&b=&c=weinhardt
URL Parameter "a" & "b" are free to choose, for assigning the subjects datas.
Anyone has an idea how the correct link should look like?
I had some ideas with help of this discussion : https://www.qualtrics.com/community/discussion/52/how-can-i-pass-the-response-id-to-a-third-party-system
but it didnt work out.
Thanks in advance for any help
regards,
Page 1 / 1
Hi @Tenshukaku
To append responseid in the survey link first you have to create a embedded variable ResponseId in survey flow at the start.
Now append the responseid with ? to live link.
To append responseid in the survey link first you have to create a embedded variable ResponseId in survey flow at the start.
Now append the responseid with ? to live link.
Also replace & with ? In live link.
In Qualtrics "ResponseID" is a built-in Qulatrics embedded data and it gets capture automatically. So, refrain using it to capture the external survey ID.
In Qualtrics, your survey link will look like
https://abcde.qualtrics.com/jfe/form/SV_ABCDEFGHIJKL
Now, if you want to append the response id of external link to Qualtrics survey then the link should be:
https://abcde.qualtrics.com/jfe/form/SV_ABCDEFGHIJKL?RID=R1234ABC
and you will have to add the embedded data (RID) in survey flow
Likewise, if you want to pass the Response ID of Qualtrics to external survey then you should use Qualtrics built-in ResponseID value to append to external survey link.
and the link will look like:
https://ww2.unipark.de/uc/M_Heydasch/94b7/?a=&b=&c=weinhardt&RID=${e://Field/ResponseID}
In Qualtrics, your survey link will look like
https://abcde.qualtrics.com/jfe/form/SV_ABCDEFGHIJKL
Now, if you want to append the response id of external link to Qualtrics survey then the link should be:
https://abcde.qualtrics.com/jfe/form/SV_ABCDEFGHIJKL?RID=R1234ABC
and you will have to add the embedded data (RID) in survey flow
Likewise, if you want to pass the Response ID of Qualtrics to external survey then you should use Qualtrics built-in ResponseID value to append to external survey link.
and the link will look like:
https://ww2.unipark.de/uc/M_Heydasch/94b7/?a=&b=&c=weinhardt&RID=${e://Field/ResponseID}
Hello,
Refer below material
https://www.qualtrics.com/community/discussion/652/linking-back-to-qualtrics-from-external-site
Refer below material
https://www.qualtrics.com/community/discussion/652/linking-back-to-qualtrics-from-external-site
Thanks for your replies. I got it now! its working now so "case closed"
Great @Tenshukaku
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.