Can API getSurvey to download fields with 'choice text' instead of 'numeric fields'? | XM Community
Solved

Can API getSurvey to download fields with 'choice text' instead of 'numeric fields'?

  • 19 September 2018
  • 4 replies
  • 167 views

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.)
icon

Best answer by Anonymous 19 September 2018, 20:48

View original

4 replies

Userlevel 3
Badge +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
Badge +1

Is there a way to do that using Python?

Userlevel 7
Badge +20

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