Forum Discussion
Displaying the total of each choice in a personality quiz
I have created a personality quiz based on the Compass Point personality assessment. Right now the results display the layer of the most frequently clicked button (a or b). I want to add the total number of A's and the total number of B's to the results slide since this is a two-part quiz where they need to know which of the two parts (North/South, East/West) are highest. How can I display how many A's were chosen and how many B's were chosen?
- MichaelHinzeCommunity Member
Add triggers to the submit button that increase variable_A and variable_B whenever a A/B choice is in Selected state.
- KendraMinor-9c4Community Member
I've done this. It counts each answer. What I want is for the results slide to show how many A's were selected and how many B's were selected, if that makes sense.
- JudyNolletSuper Hero
This post is about tracking custom questions or surveys. The demo file might help with what you want to do.
- KendraMinor-9c4Community Member
It might help for me to attach the file.
- MichaelHinzeCommunity Member
Have a look at the attached and see if that's what you wanted. On the Results slide, I added a text box that shows the selected A's and B's. Also, on slide 1.23 the triggers reset the A/B variables, I fixed that.
- KendraMinor-9c4Community Member
Cool! This is exactly what I wanted - you are awesome! Thank you!