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 =