Qquiz

Charles Clément <caratorn@gmail.com>

qquiz is an application to play quizzes. Each quiz file contains a number of
questions and answers and are displayed on screen. The user enters the answer
for each question and tries to complete in the minimum amount of time.

Here's the syntax for the quiz files :
Quiz title
Description of the quiz
# This is a comment
# Author : name email_address
# subset: number of questions to put in a game, example 30. Optional
Default amount of time in minutes
Question 1 ; Answer 1 | Another possible answer to question 1
Question 2 ; Answer 1 | Answer 2
...

