Trivia is an app that allows a user to go through a series of questions and select the bets-fitting answer between four options.
The following required functionality is completed:
- User can view the current question and 4 different answers
- User can view the next question after tapping an answer
- User can answer at least 3 different questions
The following optional features are implemented:
- User can use the vertical orientation of the app on any device
- User can track the question they are on and how many questions are left
- User can see how many questions they got correct after answering all questions
- User should be able to restart the game after they've finished answering all questions
Trivia is an app that fetches 10 random quiz questions via API call, consisting of various categories, difficulty levels and question types.
The following required functionality is completed:
- User can view and answer at least 5 trivia questions.
- App retrieves question data from the Open Trivia Database API.
- Fetch a different set of questions if the user indicates they would like to reset the game.
- Users can see score after submitting all questions.
- True or False questions only have two options.
The following optional features are implemented:
- Allow the user to choose a specific category of questions.
- Provide the user feedback on whether each question was correct before navigating to the next.