Home
1 application Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info
5 applications Binary restricted distribution Commercial use allowed Can modify source 6 months support Read full license | More Info
Unlimited projects Source and binary distribution Commercial use allowed Can modify source 6 months support Read full license | More Info
Starting from $ 99.99
A Quiz App starterkit to build Quiz App with Multiple Choice questions having Text, Picture, Video and True/False types of questions: No programming skills required and easy to configure in 15mins.
Admin Tool For creating Quiz Data

Version 3.2 Features list
Developer License : Package includes Admin Tool for creating your Quiz Data + Quiz App Starterkit Source code + Layered PSDs to create your own custom coloured themes
Other Licenses : Include Only Quiz App Starterkit Source Code
****Note :** Package Includes ARC supported source code & documentation for configurations.
When a user selects a quiz category, the gameplay screen appears. A question with four options will be displayed, and the user has to pick an answer in the given time.
Game also supports a configurable score system - the score can be configured for correct and incorrect answers. After the the quiz ends, user is taken to the final score screen.
AppDelegate.mHAQuizDataManager
sharedManager]._useSourceDataFormat =
eHAQuizDataFormatPlistType;
After setting required format as eHAQuizDataFormatPlistType we need to provide the actual quiz data files in plist format, basically there are two plist files need to be provided, One is for displaying the Quiz Categories and other one is for actual Quiz Questions data (Each category will have its quiz question .plist file). Categories Plist must be named as Quiz_Categories and quiz data files must be named considering the category_id i.e Quiz_Category_(category_id).
Quiz_Categories 
Quiz_Category_1
If you plan to provided Quiz input data in JSON, then configure as following in file AppDelegate.m file, Naming of files same as explained above for Plist format.
[HAQuizDataManager
sharedManager]._useSourceDataFormat =
eHAQuizDataFormatJsonType;
Quiz_Categories content format[{"category_image_path":"~/Documents/Quiz Data/Plist_Format/geographyIcon.png","category_id":"1","category_name":"General Knowledge","category_description":"General knowledge has been defined in differential psychology as \"culturally valued knowledge communicated by a range of non-specialist media\" and encompassing a wide subject range."},{"category_image_path":"~/Documents/Quiz Data/Plist_Format/geographyIcon.png","category_id":"2","category_name":"History","category_description":"Are you good in history…!!!, lets test it ;)"},{"category_image_path":"~/Documents/Quiz Data/Plist_Format/geographyIcon.png","category_id":"3","category_name":"Geography","category_description":"Test your knowledge about cities, states and countries "}]
Quiz_Category_1[{"options":["United States","Australia","Newzeeland","Canada"],"Answer":"1","negative_points":"5","duration_in_seconds":"30","points":"10","question":"The largest producer of wool"},{"options":["Lake Baikal","Lake Chilka","Lake Titicaca","Caspian Sea"],"Answer":"3","negative_points":"5","duration_in_seconds":"30","points":"10","question":"Which is the largest lake in the World ?"},{"options":["Canada","West Bengal","India","London City"],"Answer":"3","negative_points":"5","duration_in_seconds":"30","points":"10","question":"The longest underground railway track in the World is at"},{"options":["Nagagode","Bangaluru","Namibia","Mysore"],"Answer":"2","negative_points":"5","duration_in_seconds":"30","points":"10","question":"The biggest Zoo in the World is at"},{"options":["Marina Tench","Gloria Trench","Deep Creep Trench","Caspian Trench"],"Answer":"0","negative_points":"5","duration_in_seconds":"30","points":"10","question":"Largest trench of the World"},{"options":["Canada","America","India","Brazil"],"Answer":"3","negative_points":"5","duration_in_seconds":"30","points":"10","question":"The largest coffee growing country in the World is"}]
To choose this animation you just have to configure the following two lines in the view controller named HAFourOptionsQuizViewController.m
_animationType = eHAQuizGameAnimationFadeInFadeOutType;
and
#define kFadeOutAnimationDuration 0.3
To choose slide animation just set the _animationType i.e
_animationType = eHAQuizGamaAnimationSlideAnimationForOptionsType;


To get social sharing features first you need to download the version 1.1
Case 1 : I have already added my "Quiz Data" folder to previous version how can I use version 1.1?
For above case, you just need to download the version 1.1 and replace the existing "Quiz Data" folder with your "Quiz Data" folder and make the animations configurations as you required, as you have done this in 1.0 version.
Steps for using social sharing,
in class file HAShareManager.m you need to provide the following details,

For Facebook you need to provide the facebook app_id in file QUIZ_APP-Info.plist. Prefix your facebook app_id with a string "fb" ex: fb12345678 where "12345678" is your facebook app_id.

Now you are done with your sharing configuration :) Please give your valuable feedback If you like the product :)
#define kShuffleQuestions 1 //0 if questions shuffles not needed
#define kShuffleOptions 1 //0 if options shuffles not needed
iPhone Screenshot And iPad Screenshots

To use this Picture Quiz update you just need to modify bit your input data files for giving extra information about the pictures. Quiz_Categories files remain same for Plist & JSON.
We are going to make bit changes in Quiz questions files i.e Quiz_Category_ , In this file we will be adding one extra property named "picture_name" this will give us the name of the picture for the each of the questions added

Now we will add the pictures used for the quiz to the project, with following structure,

You are done with the configuration :) All the best
The code is clear and easy to read. Author offers very good support.- Robert, 4 months ago
Recommend Quiz Kit and collaboration with the author.
Very easy to modify, impressed with the code.- Justin Eid, 4 months ago
Starting from $ 99.99
Questions & Comments
Leave a comment
Log-in now or register for a free account.
3 days ago
3 days ago
3 days ago
3 days ago
3 days ago
3 days ago