pngs/data.example/questions.json

48 lines
1.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{ "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 }
],
"explanation": { "text": "Deshalb ist die Hälfte weg." }
},
{ "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" }
] },
{ "text": "Как овас?",
"tier": 1000,
"answers": [ { "text": "Орчин хорошо",
"right": true },
{ "text": "Хорошо" },
{ "text": "Не хорошо" },
{ "text": "Извините?" }
] },
{ "text": "где выхад?",
"tier": 2000,
"answers": [ { "text": "Я вы́йду о вас" },
{ "text": "Я не снаю" },
{ "text": "слева",
"right": true },
{ "text": "справа" }
] }
]