diff --git a/src/main.c b/src/main.c index e95ffe3..22d8e1d 100644 --- a/src/main.c +++ b/src/main.c @@ -824,15 +824,18 @@ int main() Question allgQst37 = {.question = "Welche Stadt ist bekannt fuer ihre Kanaele und ihr niederlaendisches Architekturerbe?", .answer = "Amsterdam"}; Question allgQst38 = {.question = "Welche Stadt ist die Hauptstadt von Brasilien?", .answer = "Brasilia"}; Question allgQst39 = {.question = "Welche Stadt ist bekannt fuer ihre historischen Bauwerke wie das Brandenburger Tor?", .answer = "Berlin"}; + 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 allgQst42 = {.question = "Welche Stadt ist die groesste Stadt Kanadas?", .answer = "Toronto"}; Level allgLevel4 = { .questions = { - allgQst37, allgQst38, allgQst39 + allgQst37, allgQst38, allgQst39, allgQst40, allgQst41, allgQst42 }, - .size = 3 // size = anzahl an Fragen + .size = 6 // size = anzahl an Fragen }; Category allgemein =