I have a form which gathers student choices (1,2,3 or 4) for each of 10 different questions. I want to know how many of each response there is for each of the questions so I can put this into a report. I want to get:
Question1 - 3 people answered 1, 4 answered 2...
Question2 - 5 answered 1 and so on
Is the only way to do this with multiple queries (one per question) or is there a quicker way? Thank you
Question1 - 3 people answered 1, 4 answered 2...
Question2 - 5 answered 1 and so on
Is the only way to do this with multiple queries (one per question) or is there a quicker way? Thank you