This is a fully customizable quiz app made with a lot of effort and focused on learning. This project is part of Udacity - Google Developer Challenge Scholarship : Android Basics and makes use of different technics to bring edition comfort. Amazingly all the files that you need to edit to have a completelly different scenario is questions.json and arrays.xml files. This app also uses sound effects from "https://www.zapsplat.com“, thank's to zapsplat for this amazing sound effects.
See more images on Android quiz app wiki
Edit Instructions:
- Add, edit or remove a level
- How can I add, edit or remove level strings
- How can I add, edit or remove level icons
- How can I add, edit or remove a question
- How can I setup a multiple choice question
- How can I setup one choice questions
- How can I add or edit yes/no questions
- How can I add textual questions
- How can I add, remove and edit sound effects
Add, edit and remove levels in a simple way through a xml file called arrays.xml stored in values folder.
Resources fast edition...
Add, remove or edit level names, scores, earnings and more just in one file, arrays.xml file
Setup your level icons with enabled and disabled state...
Add, edit and remove questions in a simple way through a json file called question.json that is stored in assets folder.
JSON fast question edition...
Add a question and simple turn your questions in multiple choice, one choice and textual questions by editing boolean second parameter on options JSON array.
Setup multiple answer questions by adding more true boolean values to options array.
Set up multiple answer/one choice question by adding just one true value to the right answer on the options array.
Add a yes or no question by adding just two elements to the options array.
You also can add textual questions by adding just one element to the options array, always setted to true.
One string for right answers as an array of strings separated by commas...
Setup your sound effects.
Sound effects from "https://www.zapsplat.com“