
Description
Add to wishlistQuiz is a game developed with Xcode for iOS.
This quiz consists into English questions and Italian questions; the quiz are divided into 11 categories.
In this basic version every category has 10 questions * 11 categories = 110 * 2 languages = 220 questions * 5 answers = 1100 answers
So, for each question there are 5 answers out of which only 1 is the correct. For each question there is a little suggestion.
But you can imagine if you want to add 10.000 questions for every category and create 5 or 10 languages…
There are 10 normal categories, 1 of images of flags, 1 random that work on the other 10 categories.
Rules:
the questions are random and score will be:
only 1 answer is correct on 5 available
+3 points for correct answer without suggestions
+1 point for correct answer with suggestions
-1 point for incorrect answer
0 points for next quiz without selection
In the category “random”, the questions are random and the score will not go on.
It’s possible to change languages of game into menu Preferences of Iphone after installation of game.
Two languages: English and Italian
Features
App is developed with Xcode 6.1.1
Minimum deployment target 6.0;
Operating system iOS 8.1.x
Files included
.xib, .h, .m, .png, .xcodeproj, .plist, .storyboard, .strings, .xml
It’s possible to add languages of game and add quiz in other languages.
It’s not very difficult to modify or to add file xml (file where are the questions and answers) and modify the engine.
The game is universal, you can use new categories or simply you can change only the names.
In this basic game there are available two languages: English and Italian
File Category.plist and the file String.plist can be extended for more languages.
Example of xml of categories:
<word cat=”I” tra=”the atomic number is 26″ idq=”ei1″ quest=”What is the Chemical Symbol for Iron?” answ1=”Fe” answ2=”Ir” answ3=”An” answ4=”Or” answ5=”Ef”/>
Create your own quiz, modify titles of buttons and labels as you want, and … good work and good luck!