GithubHelp home page GithubHelp logo

bellyabc123 / quizzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from squaredtiki/quizzer

0.0 2.0 0.0 126 KB

A Little App which takes a text file with questions and answers in and turns it into a timed, scored quiz.

Objective-C 100.00%

quizzer's Introduction

App Opener

A Little App which takes a text file with questions and answers in and turns it into a timed, scored quiz.

How the Quiz Works

For each question you have 10 second to answer, in these ten seconds a score slowly ticks downwards starting at 10000 and dropping 1000 every second.

If you answer correctly the score for that question will be added to your overall score. However, if you answer incorrectly or take too long you will get 0 points.

At the end of the Quiz you can review your overall score and see how well you did. If you want to see which specific questions you got wrong, a panel at the side allows you to see this.

This type of quiz aims to show how your knowledge of a subject is and how quick your recall is.

Creating your own Quiz

The formatting is simple:

Prefix the question with Q: like so:

Q: What is the Capital of Australia?

Then without leaving any line spaces and just simply going onto new lines, type in the the possible answers which should each be prefixed with A: like so:

A: Sydney
A: Canberra
A: Perth

To mark which answer is correct suffix the answer with [CORRECT] like so:

A: Sydney
A: Canberra [CORRECT]
A: Perth

To start a new question leave a blank line in-between. If your not sure just look at the sample quiz provided.

Screenshot

Screen

quizzer's People

Contributors

squaredtiki avatar

Watchers

AAA avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.