Browse Source

Fragen 7-9 für Kategorie Allgemeinwissen Level 3

main
fdai6674 2 years ago
parent
commit
32613abd40
  1. 8
      src/main.c

8
src/main.c

@ -803,15 +803,19 @@ int main()
Question allgQst28 = {.question = "Welche Inselgruppe ist Teil von Indonesien?", .answer = "Sundainseln"}; 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 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"}; Question allgQst30 = {.question = "Welche Inselgruppe gehoert zu Japan?", .answer = "Ryukyu-Inseln"};
Question allgQst31 = {.question = "Welche Insel ist bekannt fuer ihre Kaffeeproduktion?", .answer = "Jamaica"};
Question allgQst32 = {.question = "Welche Insel ist Teil des Archipels der Kanarischen Inseln?", .answer = "Teneriffa"};
Question allgQst33 = {.question = "Welche Insel ist bekannt fuer ihre Schildkroeten und Korallenriffe?", .answer = "Galapagos-Inseln"};
Level allgLevel3 = Level allgLevel3 =
{ {
.questions = .questions =
{ {
allgQst25, allgQst26, allgQst27, allgQst28, allgQst29, allgQst30
allgQst25, allgQst26, allgQst27, allgQst28, allgQst29, allgQst30,
allgQst31, allgQst32, allgQst33
}, },
.size = 6 // size = anzahl an Fragen
.size = 9 // size = anzahl an Fragen
}; };
Category allgemein = Category allgemein =

Loading…
Cancel
Save