A cross-platform Quiz App built using Flutter/Dart. Main target platforms are android & iOS.
App has 3 screens:
- Start screen: User can start the quiz from here. User gets directed to the Questions screen.
- Questions screen: User can take the quiz from here. User is presented with questions and can choose an answer out of 4 options. On choosing an option, the next question will be presented. On answering the final question, user gets directed to results screen.
- Results screen: Summary of the quiz is presented to the user here. The no. of questions the user answered along with detailed analysis of each question & answer is available here. The user can also opt to re-take the quiz from here.