From 04722f177926bce9b2ae1c5d28cc9072cc594505 Mon Sep 17 00:00:00 2001 From: fdai6674 Date: Sat, 4 Feb 2023 23:44:12 +0100 Subject: [PATCH] =?UTF-8?q?Fragen=204-6=20f=C3=BCr=20Kategorie=20Allgemein?= =?UTF-8?q?wissen=20Level=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 =