I am trying to create a matrix table that pulls a number of statements from different categories. Imagine I’m asking: “Have you watched the following sports teams?”
The choices are “Definitely”, “Maybe”, “No”, and “Not Sure.”
But I want to set up banks based on sport. I want to have a bunch of soccer teams, a bunch of hockey teams, a bunch of baseball teams, etc., but I only want to display 2 of each sport.
So I need a way to establish 5 banks of statements (team names) and pull 2 per bank (sport). I can’t quite figure out how to do this using randomization and I want to keep everything in one matrix so I don’t get people thinking too hard about individual sports.
Thanks in advance!