Skip to content

DevDaisy-lab/mymood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.