|
@ -827,15 +827,19 @@ int main() |
|
|
Question allgQst40 = {.question = "Welche Stadt ist bekannt fuer ihre Oper und ihre Theater?", .answer = "Wien"}; |
|
|
Question allgQst40 = {.question = "Welche Stadt ist bekannt fuer ihre Oper und ihre Theater?", .answer = "Wien"}; |
|
|
Question allgQst41 = {.question = "Welche amerikanische Stadt ist bekannt fuer ihre Art deco-Architektur und ihre Musik-Szene?", .answer = "Miami"}; |
|
|
Question allgQst41 = {.question = "Welche amerikanische Stadt ist bekannt fuer ihre Art deco-Architektur und ihre Musik-Szene?", .answer = "Miami"}; |
|
|
Question allgQst42 = {.question = "Welche Stadt ist die groesste Stadt Kanadas?", .answer = "Toronto"}; |
|
|
Question allgQst42 = {.question = "Welche Stadt ist die groesste Stadt Kanadas?", .answer = "Toronto"}; |
|
|
|
|
|
Question allgQst43 = {.question = "Welche Stadt ist bekannt fuer seine Golden Gate Bridge und seine Strassenbahnen?", .answer = "San Francisco"}; |
|
|
|
|
|
Question allgQst44 = {.question = "Welche englische Stadt ist bekannt fuer ihre roten Telefonzellen und Theater?", .answer = "London"}; |
|
|
|
|
|
Question allgQst45 = {.question = "Welche Tschechische Stadt ist bekannt fuer ihre historischen Gebaeude und ihre Bierkultur?", .answer = "Prag"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Level allgLevel4 = |
|
|
Level allgLevel4 = |
|
|
{ |
|
|
{ |
|
|
.questions = |
|
|
.questions = |
|
|
{ |
|
|
{ |
|
|
allgQst37, allgQst38, allgQst39, allgQst40, allgQst41, allgQst42 |
|
|
|
|
|
|
|
|
allgQst37, allgQst38, allgQst39, allgQst40, allgQst41, allgQst42, |
|
|
|
|
|
allgQst43, allgQst44, allgQst45 |
|
|
}, |
|
|
}, |
|
|
.size = 6 // size = anzahl an Fragen |
|
|
|
|
|
|
|
|
.size = 9 // size = anzahl an Fragen |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
Category allgemein = |
|
|
Category allgemein = |
|
|