How to recode seen but unanswered multi-value fields in API | XM Community
Skip to main content
Question

How to recode seen but unanswered multi-value fields in API


Forum|alt.badge.img+4

Hello,
I'm new to the API (and APIs in general) and getting my bearings. I'm using the basic Python code from the Reference Guide to download survey responses as a csv and that works fine. I would like to recode both seen but unanswered questions and seen but unanswered multi-value fields, as I've been doing with the GUI. The parameter seenUnansweredRecode takes care of the first part, but I don't see a way to recode unanswered multi-value fields. Is that possible with the API?
Thanks!

2 replies

  • 1 reply
  • February 2, 2021

Hi, are there any updates or answers to this question? I am looking for the same answer.


Forum|alt.badge.img+4
  • Author
  • Level 1 ●
  • 3 replies
  • February 5, 2021

I ended up finding it easier to interact with the API via the Qualtrics in R (QualtRics) package. It has a parameter to recode unanswered multi-value fields. It might be the same in Python, etc.:
unanswer_recode_multi = 0 (to recode as 0)