Fulfill your life with a bit of trivia. The developer made this app for the web, but it also works on mobile devices. It has lists and quizzes which are stored in JSON files with text or image questions that are located in an assets folder. Tap to answer and tap answered letter to undo if you get it wrong!
- Data in JSON files – Quiz content are stored in JSON files which allow to dynamic changes from files instead of code.
- Support Image type – The app supports both text and image question types. It allows more choice for developer to increase the quiz’s engagement.
- Provider – The app uses Provider as state management.
- Answer by tapping – An answer’s characters are listed as button. Tap them in correct order to input answer. Those can be undo by tap them again.