Here's an untested idea, but an approach I have used before.
- Put your questions in a single KM variable (or a file), one question per line
- Use a KM For Each action on a lines collection in that variable
- Use a variable to track the count, and build the KM variable name for each answer dynamically (or append each answer to a single variable, one line per answer).
- Then you just need one IF/THEN in the For Each loop to test for your condition.
Questions?