I'm creating a survey that has 30 required items using an Array by Column question type.
Each question contains two subquestions, Most and Least
There are four statements for each question and the respondent selects which one of the group is Most or Least.
(please see attached for example).
Each question contributes to one of four "buckets" for Most and for Least. For example, the first question has four statements:
- enjoys having fun
- enjoys challenges
- follows rules
- uncomfortable with change
If the user marks the first option as Most, bucket #2 is incremented
If the user marks the third option as Least, bucket #4 is incremented
At the end of the survey, the total in each bucket is used to create two separate graphs; essentially the total bucket counts for Most and Least.
The question is this:
Should I have an Equation Question between each of the 30 questions to keep a running count of the bucket count OR should I have a large Equation Question at the end that adds up all 30 Most and Least responses?
It seems like one large equation at the end would be the way to go, but with 30 Most and 30 Least responses, that might be a rather large equation.