Browse Source

Fragen 4-6 für Kategorie Allgemeinwissen Level 4

main
fdai6674 2 years ago
parent
commit
04722f1779
  1. 7
      src/main.c

7
src/main.c

@ -824,15 +824,18 @@ int main()
Question allgQst37 = {.question = "Welche Stadt ist bekannt fuer ihre Kanaele und ihr niederlaendisches Architekturerbe?", .answer = "Amsterdam"}; Question allgQst37 = {.question = "Welche Stadt ist bekannt fuer ihre Kanaele und ihr niederlaendisches Architekturerbe?", .answer = "Amsterdam"};
Question allgQst38 = {.question = "Welche Stadt ist die Hauptstadt von Brasilien?", .answer = "Brasilia"}; Question allgQst38 = {.question = "Welche Stadt ist die Hauptstadt von Brasilien?", .answer = "Brasilia"};
Question allgQst39 = {.question = "Welche Stadt ist bekannt fuer ihre historischen Bauwerke wie das Brandenburger Tor?", .answer = "Berlin"}; Question allgQst39 = {.question = "Welche Stadt ist bekannt fuer ihre historischen Bauwerke wie das Brandenburger Tor?", .answer = "Berlin"};
Question allgQst40 = {.question = "Welche Stadt ist bekannt fuer ihre Oper und ihre Theater?", .answer = "Wien"};
Question allgQst41 = {.question = "Welche amerikanische Stadt ist bekannt fuer ihre Art deco-Architektur und ihre Musik-Szene?", .answer = "Miami"};
Question allgQst42 = {.question = "Welche Stadt ist die groesste Stadt Kanadas?", .answer = "Toronto"};
Level allgLevel4 = Level allgLevel4 =
{ {
.questions = .questions =
{ {
allgQst37, allgQst38, allgQst39
allgQst37, allgQst38, allgQst39, allgQst40, allgQst41, allgQst42
}, },
.size = 3 // size = anzahl an Fragen
.size = 6 // size = anzahl an Fragen
}; };
Category allgemein = Category allgemein =

Loading…
Cancel
Save