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
  • 293 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
View original

4 replies

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

  • 0 replies
  • 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

Is there a way to do that using Python?


Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1091 replies
  • August 30, 2023
RiikeBueno wrote:

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