We are asking our users multi-select questions and we want to report on the distribution of the answers. I am wondering how to structure the data for the easiest reporting.
Ex.:
Question = “What brings you to our Product?”
Answers: A, B, C, D, E, F, G… which is multi-select (can be 0 to N answers).
Should this be one event with an array property containing all the answers of the user? If so, how do I create the distribution chart?
Should this be a user property as an array? If so, same - how do I report on distribution?
Should these be different events (one for each answer)? Reporting would be simple, but it feels inefficient to me.
Anyone can help with this?