We’re doing a sort of personality test where we have 12 questions and each question has four single pick answers. Let’s call them A, B, C and D. The answers vary depending on the question asked, but each A question is part of the group A of answers.
I then need to create logic based on the most common answer they selected after answering all 12 questions. So let’s say that B was the most picked answer they will jump to Group B in the survey flow (where it might be more questions or a custom end message).
I tried looking into scoring but I think that is not a good fit for this case. Any suggestion on how to do this? Bonus if it also works with randomizing the answers so they don’t see a pattern when answering.