Add a couple simpler solutions to capital quiz file
[qquiz] / README
1 Qquiz
2
3 Charles ClĂ©ment <caratorn@gmail.com>
4
5 qquiz is an application to play quizzes. Each quiz file contains a number of
6 questions and answers and are displayed on screen. The user enters the answer
7 for each question and tries to complete in the minimum amount of time.
8
9 Here's the syntax for the quiz files :
10 Quiz title
11 Description of the quiz
12 # This is a comment
13 # Author : name email_address
14 # subset: number of questions to put in a game, example 30. Optional
15 Default amount of time in minutes
16 Question 1 ; Answer 1 | Another possible answer to question 1
17 Question 2 ; Answer 1 | Answer 2
18 ...
19