quiz: Add copyright metadata
[quizzer.git] / quizzes / monty-python.json
1 {
2         "version": "0.1",
3         "copyright": [
4                 "Copyright (C) 2013 W. Trevor King <wking@tremily.us>",
5                 "",
6                 "This file is part of quizzer.",
7                 "",
8                 "quizzer is free software: you can redistribute it and/or modify it under the",
9                 "terms of the GNU General Public License as published by the Free Software",
10                 "Foundation, either version 3 of the License, or (at your option) any later",
11                 "version.",
12                 "",
13                 "quizzer is distributed in the hope that it will be useful, but WITHOUT ANY",
14                 "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR",
15                 "A PARTICULAR PURPOSE.  See the GNU General Public License for more details.",
16                 "",
17                 "You should have received a copy of the GNU General Public License along with",
18                 "quizzer.  If not, see <http://www.gnu.org/licenses/>."
19                 "",
20                 "The quotations from \"Monty Python and the Holy Grail\" are copyright someone",
21                 "else (possibly Freeway Cam (UK) Limited?), but the quotes are short and",
22                 "should fall under \"fair use\"."
23                 ],
24         "introduction": "Test your knowledge of Monty Python and the Holy Grail!",
25         "questions": [
26                 {
27                         "class": "ChoiceQuestion",
28                         "prompt": "What is your name?",
29                         "answer": [
30                                 "Sir Lancelot",
31                                 "Sir Robin"
32                                 ],
33                         "help": "This should be easy"
34                 },
35                 {
36                         "prompt": "What is your quest?",
37                         "answer": "To seek the Holy Grail",
38                         "help": "Think like a Pythonista",
39                         "dependencies": [
40                                 "What is your name?"
41                                 ]
42                 },
43                 {
44                         "class": "NormalizedStringQuestion",
45                         "prompt": "What is your favourite color?",
46                         "answer": "blue",
47                         "help": "Channel Sir Lancelot",
48                         "dependencies": [
49                                 "What is your quest?"
50                                 ]
51                 },
52                 {
53                         "prompt": "What is the capital of Assyria?",
54                         "answer": "I don't know that",
55                         "help": "Sir Robin didn't know it either",
56                         "dependencies": [
57                                 "What is your quest?"
58                                 ]
59                 }
60         ]
61 }