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

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

  • September 19, 2018
  • 4 replies
  • 307 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.)

Best answer by Anonymous

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

4 replies

christopeter
Level 2 ●●
Forum|alt.badge.img+1
  • Level 2 ●●
  • September 19, 2018
Yes https://api.qualtrics.com/docs/response-exports

  • Answer
  • September 19, 2018
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

Forum|alt.badge.img+1
  • August 30, 2023

Is there a way to do that using Python?


Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • August 30, 2023

Is there a way to do that using Python?

Yes, here’s the sample: https://api.qualtrics.com/65d940abeba1b-new-survey-response-export-guide