From bb2d393e8537dde4026807ac4b1de44b6ef9664d Mon Sep 17 00:00:00 2001 From: fdai6674 Date: Sat, 4 Feb 2023 23:33:06 +0100 Subject: [PATCH] =?UTF-8?q?Fragen=201-3=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 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index a01f6e0..250de9a 100644 --- a/src/main.c +++ b/src/main.c @@ -797,9 +797,23 @@ int main() .size = 12 // size = anzahl an Fragen }; + 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"}; + + + Level allgLevel3 = + { + .questions = + { + allgQst25, allgQst26, allgQst27 + }, + .size = 3 // size = anzahl an Fragen + }; + Category allgemein = { - .size = 2, // size = Anzahl Level + .size = 3, // size = Anzahl Level .name = "Allgemein", .lvlQuestions = {