Is there an option in the API getSurvey (or another way) to download fields with the 'Use choice text' option instead of 'Use numeric fields'? (That option is available in the survey Export GUI.)
Page 1 / 1
Yes https://api.qualtrics.com/docs/response-exports
Hello @shinydodad ,
In this api i.e create-response-export, there is field UseLabels with following explanation
useLabels: boolean
Instead of exporting the recode value for the answer choice, export the text of the answer choice. For more information on recode values, see Recode Values.
So, you will set this field as true
In this api i.e create-response-export, there is field UseLabels with following explanation
useLabels: boolean
Instead of exporting the recode value for the answer choice, export the text of the answer choice. For more information on recode values, see Recode Values.
So, you will set this field as true
Is there a way to do that using Python?
Is there a way to do that using Python?
Yes, here’s the sample: https://api.qualtrics.com/65d940abeba1b-new-survey-response-export-guide
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.