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

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!

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


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)


Leave a Reply