2014-12-03 14 views
1

https://developer.surveymonkey.com/mashery/get_responses說:答案中「col」和「col_choice」的含義?

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,而不是「column_choice」 你能證實嗎?

感謝

回答

2

我發現它通過下載一個調查有50類問題,使用API​​,並將其與之前的RDB下載。

Key1 = row 
Key2 = col_choice 
Key3 = col 
+0

只是爲了確認,'col_choice'屬性確實指的是下拉菜單矩陣中的下拉菜單選擇。 – 2014-12-05 02:11:20