Point/ Score system in quiz

Actions & Logic

I have a question component which displays the question and allows user to answer question. If the answer is correct the user score +1, if wrong 0 after clicking on the submit button. I have setup the logic to have the score to be added +1 on the submit button. I have a component state which I am using to show the score, but it is not getting updated. Also, I want to know how to setup the logic to calculate total score on the quiz page where the components are displayed in listview, after clicking the final submission button. So, questions:

  1. How to get the component to display the score based on the action of submit button?

  2. How to setup the logic to calculate total score on the quiz page where the components are displayed in listview, after clicking the final submission button?

  3. How to I save these values to be displayed on QuizResults?

What have you tried so far?

Tried to set it up using the count, but was unable to do that.

Did you check FlutterFlow's Documentation for this topic?
No
1
7 replies