From bd376b68023cb85934b271666a891a2dd481701a Mon Sep 17 00:00:00 2001 From: fdai6674 Date: Sat, 4 Feb 2023 23:36:01 +0100 Subject: [PATCH] =?UTF-8?q?Fragen=204-6=20f=C3=BCr=20Kategorie=20Allgemein?= =?UTF-8?q?wissen=20Level=203?= 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 250de9a..b34c932 100644 --- a/src/main.c +++ b/src/main.c @@ -800,15 +800,18 @@ int main() Question allgQst25 = {.question = "Welche Insel ist die groesste Insel der Welt?", .answer = "Groenland"}; Question allgQst26 = {.question = "Welche Inselgruppe gehoert zu Spanien und Portugal?", .answer = "Azoren"}; Question allgQst27 = {.question = "Welche Insel ist beruehmt fuer ihre Vulkane und geothermischen Aktivitaeten?", .answer = "Hawaii"}; + Question allgQst28 = {.question = "Welche Inselgruppe ist Teil von Indonesien?", .answer = "Sundainseln"}; + Question allgQst29 = {.question = "Welche Insel war einst eine britische Kolonie und ist jetzt ein unabhaengiger Staat?", .answer = "Mauritius"}; + Question allgQst30 = {.question = "Welche Inselgruppe gehoert zu Japan?", .answer = "Ryukyu-Inseln"}; Level allgLevel3 = { .questions = { - allgQst25, allgQst26, allgQst27 + allgQst25, allgQst26, allgQst27, allgQst28, allgQst29, allgQst30 }, - .size = 3 // size = anzahl an Fragen + .size = 6 // size = anzahl an Fragen }; Category allgemein =