mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

How to best handle multiple choice matrix Qs #45

Open sfirke opened 4 years ago

sfirke commented 4 years ago

E.g. survey 188183011, page 3, question 1. I can try addressing the same way we treat question_type == "multiple choice", we can add the condition question_subtype == "multi".

I'm less clear what should go in the answer cell. Say you it's a survey about which foods you eat for which meals and you ultimately have the combined column header "dinner - cereal" created from a multiple choice matrix of column = meal and row = food. Should the cell value be cereal? Dinner? Right now it's the column, so dinner.

I'll implement that and leave this issue open. Related issues: