https://developer.surveymonkey.com/mashery/get_responses说:
data[_].questions[_].answers[_].row (Optional) Id of a row type answer String
data[_].questions[_].answers[_].col (Optional) Id of a col type answer String
data[_].questions[_].answers[_].col_hoice (Optional) Id of a col_choice answer String
什么是会产生 col_choice 答案的问题示例?是菜单选择吗?在旧的关系数据库格式中,我们在 ResponseTable.html 中定义了以下这些。他们现在对应的是什么?
对于 Qtype 50
Matrix of Drop-Down Menus
key1=QuestionOptions.OptionID of row choice
key2=QuestionOptions.OptionID of menu choice
key3=QuestionOptions.OptionID of menu heading
对于 qtype=30、40 或 60
key1=QuestionOptions.OptionID of row choice
key2=0
key3=QuestionOptions.OptionID of column choice
那里提到了“列选择”,但我认为这意味着 API 中的“col”,而不是“column_choice” 你能确认一下吗?
谢谢