pngs/data.example/questions.json

48 lines
1.6 KiB
JSON
Raw Normal View History

2010-09-20 02:10:26 +02:00
[
2010-09-21 01:37:51 +02:00
{ "text": "Wie oft wird ein Backup von ftp.c3d2.de gezogen?",
"tier": 50,
"answers": [ { "text": "Streaming replication" },
{ "text": "RAID1 ohne Crypto" },
{ "text": "Monatlich auf FTP" },
{ "text": "Nie",
"right": true }
2010-11-30 21:58:51 +01:00
],
"explanation": { "text": "Deshalb ist die Hälfte weg." }
},
2010-09-21 01:37:51 +02:00
{ "text": "Was meint dieses Logo?",
"image": "http://www.c3d2.de/images/ck.png",
"tier": 100,
"answers": [ { "text": "Terroristen" },
{ "text": "Computer Chaos Club" },
{ "text": "C3D2",
"right": true },
{ "text": "Invalides XML",
"right": true }
] },
{ "text": "Wo wurde dieser Film geklaut?",
"video": "http://diveintohtml5.org/i/pr6.ogv",
"tier": 200,
"answers": [ { "text": "Youtube" },
{ "text": "Dive Into HTML5",
"right": true },
{ "text": "Mozilla Labs" },
{ "text": "HTML5Demos.com" }
] },
2010-09-20 02:27:28 +02:00
{ "text": "Как овас?",
2010-09-20 02:10:26 +02:00
"tier": 1000,
"answers": [ { "text": "Орчин хорошо",
"right": true },
{ "text": "Хорошо" },
{ "text": "Не хорошо" },
2010-09-21 01:37:51 +02:00
{ "text": "Извините?" }
] },
2010-09-20 02:27:28 +02:00
{ "text": "где выхад?",
2010-09-20 02:10:26 +02:00
"tier": 2000,
"answers": [ { "text": "Я вы́йду о вас" },
{ "text": "Я не снаю" },
{ "text": "слева",
"right": true },
{ "text": "справа" }
] }
]