Single Application License $49.99

1 application Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info

Multi-App License $199.99

10 applications Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info

Developer License $399.99

Unlimited projects Source and binary distribution Commercial use allowed Can modify source 6 months support Read full license | More Info

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Starting from $ 49.99

View Pricing 14 days money-back guarantee

Quiz Maker Starter Kit for iPhone

Quiz Maker is the premium starter kit to easily create full-featured iPhone & iPad quiz apps without writing a single line of code. Integrated with the best money making advertising networks, Facebook and Twitter. No coding skills needed - demo projects included, easy to customise as your own and ready to deploy.

Share and win up to $15k in prizes each month!Learn more

Share

Description

Quiz Maker is the perfect starter kit to create full-featured iPhone & iPad quiz apps without writing a single line of code and start earning money instantly.

Its powerful features, integration with best mobile ad networks, smart defaults, configuration files and step-by-step instructions allow even non-programmers to create great powerful quiz apps ready to bring in cash.

  • Zero-code needed: designed so you won't have to write a single Objective C line. Just edit the configuration files, bring in your graphics and you are done.
  • Quizzes defined in plain xml .plist files, easy to edit visually with XCode's built-in editor.
  • Universal App: same binary can run on both iPhone and iPad or just one of them - it's your choice
  • Dynamic : any number of answers to questions and any number of questions in a quiz
  • Flexible: create multiple types of quizzes: Personality tests, Trivia/IQ tests, or Which character/color/celebrity are you? quizzes
  • Beautiful: easy to skin with your backgrounds or buttons(still no code needed). Animated transition between questions.
  • Instant cash: built-in integration with the best mobile advertising networks: AdMob, iAd(through AdMob mediation) and RevMob. Settings for showing the RevMob fullscreen splash on startup, after a given time delay, or right before/after a specific question
  • Call for review: configurable settings to automatically ask users to leave iTunes reviews
  • Social: built-in integration with Facebook (via Facebook app) or Twitter(built-in iOS) allowing users to share their quiz results with friends

5-minute creation

There is No coding required, all you need to do is duplicate the sample projects and edit their configuration files!

Package includes:

  • 4 (FOUR!) demo projects ready to be customised into your apps
  • clear, simple-to-follow instructions
  • XCode project (includes clear code source with comments), easy to expand, learn from, customize and adapt to your own custom needs
  • visual pack: PSD files with multiple sample backgrounds, icons and logos
Back to top

Sample Quiz : Which Sex in the City character are you?

alt text

All the questions, answers and possible results are defined in the Questions.plist file, which is best edited in XCode's plist editor.

Quiz Maker allows a variable number of buttons (possible answers) and scores for them. This can also be used to include different "plain" pages, not counting towards the quiz result. In our case, the first page of the quiz.

alt text

alt text

The question text can be either text or html; it can contain heading tags, images, spans, etc. It can be styled from a simple css file called questions.css:

body {
    color:#fff;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size:12pt;
    font-weight:200;
    line-height:1.2em;
}
img {padding:0; margin:0;}
.red {
    color:#f00;
}
h1{font-weight:400; text-align:center;font-size:14pt;}

The end result gets selected based on the scores for each individual answer. In the case of IQ tests, trivia or similar, you'd assign a score of 0 to the wrong answers and 1 to the correct ones, and the end result as the sum of all answers.

In the case of a "Which character are you" quizzes, we have different scores for each answer, same score for each category. The result category is the one with the most answers from it.

alt text

alt text

All quizzes can display AdMob or RevMob ads. Also, they can display "ask for review on iTunes" popups . It's as easy as adding a few lines in the Configurations.plist file:

alt text

QuizMaker will automatically push the content of the screen to fit the top banner ad; if on the iPad, it'll be a larger ad, to nicely fit the display.

alt text

Read all 23 comments »

Questions & Comments

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
  • Laura Paxton said:

    3 weeks ago
    Is it possible for me to make a quiz that will direct to one of four possible results (like a personality quiz) but that I can integrate into another app, like the one I'm building on ibuildapp? If so, I'm going to buy this right away.
    • Alexandru Brie Author said:

      3 weeks ago
      The quiz is conceived as a standalone app; you can however place in your own app the classes, controllers and xib files for the quiz and do the integration yourself. I don't think, however, that you can do that with ibuildapp, since QuizMaker is a native source code that needs to be compiled with XCode, while ibuildapp is basically a very limited web wizard giving no access to the actual Objective C code.
    • Laura Paxton said:

      3 weeks ago
      Thanks for your response. I'm about to the point where I need to accept I need to pay a developer to make a code for my test. I can't afford a lot. Do you do that?
    • Alexandru Brie Author said:

      3 weeks ago
      sorry, I can't help you with this, am really busy for the time being
      have you checked on elance.com/freelancer.com?
    • Laura Paxton said:

      3 weeks ago
      Thanks. I appreciate your help!
  • goofyyno said:

    3 weeks ago
    can I set up an algorithm so the next questions asked will be based on the previous response?
    • Alexandru Brie Author said:

      3 weeks ago
      Since you have access to the full source code, you will surely be able to set up any kind of algorithm that you wish. One suggestion would be to add an optional key for a quiz answer, something like
      <key>next_question</key>
      <integer>42</integer> and, in method
      answerChosen of QuizViewController.m, to check for the existence of this key and if exists pick it as crt_question_idx
      (i.e. replace the line saying
      self.crt_question_idx++;
      with
      self.crt_question_idx=[[answerInfo valueForKey:@"next_question"] intValue];)
  • serge goluch said:

    2 months ago
    Possible to use big pictures (astronomy quiz) ?
    Possible to use video files (movies quiz) ?
    Thank you !
    • Alexandru Brie Author said:

      2 months ago
      There would be some extra coding required for that, and you would need to adapt the existing QuestionViewController.
      On the other hand, since all the rest is already coded, changing the code to work with larger pictures (let's say fullscreen ones) or with movies shouldn't take more than one day, which still saves you a considerable amount of development time and costs.
    • serge goluch said:

      2 months ago
      I've seen another quiz source code for sale that can do it: big picture and changing background (very nice design). I need this + GameCenter, and I will buy. Thank you !
You must be logged-in to vote. Log-in to your account or register now.

User Reviews

No reviews have been submitted yet.

Starting from $ 49.99

View Pricing 14 days money-back guarantee