iOS app that challenges users with trivia questions spanning a variety of categories, formats, and difficulties.
- 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.
- 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
- Implement a timer that puts pressure on the user! Choose any time that works and auto submit choices after the timer expires.
- User has answer marked as correct or incorrect after submitting choices (alongside their score).
Copyright 2025 Kiran Brahmatewari
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.