generated rounds

This commit is contained in:
Frank Becker 2011-12-13 21:15:41 +01:00
parent 204732fc55
commit 00b97c459b
3 changed files with 42 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 KiB

After

Width:  |  Height:  |  Size: 228 KiB

View File

@ -362,7 +362,7 @@ media:
question: Who did not die this year?
answers:
- false: Steve Jobs
- true:
- true: Rupert Murdoch
- false: John McCarthy
- false: Dennis Ritchie
tier: 4
@ -371,7 +371,7 @@ media:
question:
- pix/question1.png
explanation:
- pix/shanghai.jpg
- pix/anonymous-sun.jpg
--- !Question
question: Which programming language can calculate?
@ -448,6 +448,21 @@ media:
explanation:
- videos/question1.webm
--- !Question
question: What was the most common password?
answers:
- true: goose
- false: sheep
- false: chicken
- false: dog
tier: 10
game_round: 4
media:
question:
- pix/question1.png
explanation:
- videos/question1.webm
#8;What detail the Homeland Security software FAST doesn't take into account to compute potential criminals?;ethnische Zugehörigkeit;Körpermaße;Abstammung;Haarfarbe;4
#1;Welches Land hat ACTA noch nicht unterzeichnet?;Australien;Japan;Kanada;Deutschland;4;

View File

@ -72,7 +72,7 @@
"tier": 337,
"text": "Who did not die this year?",
"explanation": [
"pix/shanghai.jpg"
"pix/anonymous-sun.jpg"
],
"image": "pix/question1.png",
"answers": [
@ -80,7 +80,7 @@
"text": "Steve Jobs"
},
{
"text": null,
"text": "Rupert Murdoch",
"right": true
},
{
@ -205,5 +205,28 @@
"text": "dog"
}
]
},
{
"tier": 3844,
"text": "What was the most common password?",
"explanation": [
"videos/question1.webm"
],
"image": "pix/question1.png",
"answers": [
{
"text": "goose",
"right": true
},
{
"text": "sheep"
},
{
"text": "chicken"
},
{
"text": "dog"
}
]
}
]