The following required functionality is completed:
- App launches to an Options screen where user can modify the types of questions presented when the game starts. Users should be able to choose:
- Number of questions
- Category of questions
- Difficulty of questions
- Type of questions (Multiple Choice or True False)
- User can tap a button to start trivia game, this presents questions and answers in a List or Card view.
- Hint: For Card view visit your FlashCard app. List view is an equivalent to UITableView in UIKit. Much easier to use!
- Selected choices are marked as user taps their choice (but answered is not presented yet!)
- User can submit choices and is presented with a score on trivia game
The following optional features are implemented:
- User has answer marked as correct or incorrect after submitting choices (alongside their score).
- Implement a timer that puts pressure on the user! Choose any time that works and auto submit choices after the timer expires.
The following additional features are implemented:
- List anything else that you can get done to improve the app functionality!
Here's a walkthrough of implemented user stories:
Here is a reminder on how to embed Loom videos on GitHub. Feel free to remove this reminder once you upload your README.
[Guide]](https://www.youtube.com/watch?v=GA92eKlYio4) .