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 で次のように定義されていました。それらは今何に対応していますか?
Qtype50の場合
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
そこに「列の選択」という記述がありますが、それは「column_choice」ではなく、API の「col」を意味していると思います。確認できますか?
ありがとう