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 = {