Not Updated yet
My Mood Mobile Application
This application allows to check mood. The user needs to select the answer of questions and in the end able to see the result.
Application is created of a widget tree, a map, list and two methods:
- A widget tree:
- The map '_questions' is a collection of questions and possible answers based on question.
- List '_answers' of selected answers.
- Method '_answerQuestion' adds the selected answer to the list '_answers'.
- Method '_resetQuiz' resets the quiz.