I am developing an app which shows multiple choice questions to the user (radio buttons).
Example:
- There are 10 questions.
- The user selects the 1st,3rd and 4th question, so that a total of three questions are answered.
- The user goes back to the 2nd question which was not previously selected.
Question:
How do I keep track of the number of answered questions, whie navigating ot the previous or next question.
Can anyone help me please ?