Hi Team,
I have one simple selection type question per survey page. There is one correct answer, and the users have to click "next" before they continue to the next page.
I have 8 answer options, and I need to know which choice options were clicked, before the users settled on a final answer (by clicking next), and how many times these options were clicked.
Example: The correct answer is A. The user has to click a bunch of options (as I have some .js pop-ups, which show some extra info about the respective option) before making a decision. Clicking on that extra info registers a click on the answer option. So, to make a decision, the users might click B, C,D, and F, before choosing A and then clicking "Next". I want to record these B, C,D, and F clicks, and have a count on each, i.e. F was pressed 5 times, D 3 times, etc.
How can I do that?
Thank you in advance.