Remove welcome 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 # This is a comment
12 # Author : name email_address
13 Default amount of time in minutes
14 Question 1 ; Answer 1 | Another possible answer to question 1
15 Question 2 ; Answer 1 | Answer 2
16 ...
17