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” 你能证实吗?
由于
答案 0 :(得分:2)
我通过下载带有50型问题的调查,使用API并将其与之前的RDB下载进行比较来找到它。
Key1 = row
Key2 = col_choice
Key3 = col