Hi guys,
I just created my first Typeform quiz, and I would like to show at the end the average score from all the people who just filled my quiz. So I would like to ask, how to sum up all the results’ scores and divide by the number of fillers.
So, in my case, I have 10 questions, all the good answers equal 1. And for example, the average score for all the people is let’s say, 6.7. And then I want to show that score in the end of the quiz.
So, I think, I would need two variables.
- one for sum all the scores
- and another one for sum all the people who filled the quiz
And then divide the two by each other.
Where can I add these two variables?