Quiz, count right answers

Hi, how can I count the correct answers in a quiz app with adalo. I have the collections of Questions and the collection of questions answered. I need to count the right answers, can you help me?

1 Like

You will probably need to have a property (boolean) to show if an answer si correct or not. Then you would use the count function with a filter on that property being true.

1 Like