Is there a way to pass answers to a survey using the URL and they can be edited by the respondent if they wish to change them?
Something like https://xxx.qualtrics.com/jfe/form/SV_111?Q1=yellow
Where the answer to Q1 is yellow?
Is there a way to pass answers to a survey using the URL and they can be edited by the respondent if they wish to change them?
Something like https://xxx.qualtrics.com/jfe/form/SV_111?Q1=yellow
Where the answer to Q1 is yellow?
Please check this.
Thank you. Could you help a little further? Below works but how do you know the ID of the question is QID1? I downloaded a CSV file and the metadata for the question was {"ImportId":"QID1_TEXT"}. What is the recommended way of identifying the ID of the question for use in the query string?
?Q_PopulateResponse={%22QID1%22:%22hello%22}"
Thank you. Could you help a little further? Below works but how do you know the ID of the question is QID1? I downloaded a CSV file and the metadata for the question was {"ImportId":"QID1_TEXT"}. What is the recommended way of identifying the ID of the question for use in the query string?
?Q_PopulateResponse={%22QID1%22:%22hello%22}"
Question ID is anything before ‘_’.
Thanks but I have other questions like {"ImportId":"QID1213591766#1_1_1"} and {"ImportId":"QID1213591951_FILE_NAME"} or {"ImportId":"QID392_1_1"}. Is it remove_TEXT for text entry questions and all other questions just use exactly what it says in the ImportId?
Thanks but I have other questions like {"ImportId":"QID1213591766#1_1_1"} and {"ImportId":"QID1213591951_FILE_NAME"} or {"ImportId":"QID392_1_1"}. Is it remove_TEXT for text entry questions and all other questions just use exactly what it says in the ImportId?
No, the rule of removing everything after ‘_’ to get question Id implies to all question.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.