Solved
Piping Answers Across Surveys.
Hi all,
I am posting a survey on MTurk which is to be completed in two parts, on two seperate days. It is crucial to the survey that answers from one day can be piped into the same person's stimuli for the next day. Obviously, we don't want to ask people to write down their answers. Is there a way to tag a respondent in the first survey so that their answers can be piped into a later survey? Currently, I plan on providing a random four-digit ID to the respondent, which they will then use to sign in to the second survey.
Unfortunately (for me), I have never used Java script, though I could learn for this specific task.
Thank you for any help.
Best answer by MohammedAli_Rajapkar
You will have to follow below steps:
- Random number 4 digit generate in the first survey which user should use in order to participate in the second survey
- Create a contact list (through contact list trigger) and consider email id as "XXXX@email.com" (XXXX is 4 digits random number)
- Add all the question response which you want to display in the second survey as embedded data for new contact list
Here is the documentation for contact list trigger: https://www.qualtrics.com/support/survey-platform/survey-module/survey-tools/contact-list-triggers/
- In the second survey, create an open-end question in which you should ask for the 4 digits random number
- In embedded data, append the 4 digit number with "@email.com" and pass it to the Authenticator
- The Authenticator should authenticate it with the contact list which we created from the first survey through contact list trigger.
- https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/advanced-elements/authenticator/authenticator-overview/
- Prefill the authenticator with the embedded data which hold the 4 digits random number which appended with "@email.com"
- Within the Authenticator define the embedded data from the contact list on which we are authenticating it
- Then use the embedded data to piped-text wherever needed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


!