{
  "theme": "Tiere",
  "questions": [
    {
      "id": 1,
      "question": "Welches Tier miaut?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pferd",
          "correct": false
        },
        {
          "text": "Katze",
          "correct": true
        },
        {
          "text": "Maus",
          "correct": false
        }
      ]
    },
    {
      "id": 2,
      "question": "Wie viele Beine hat eine Spinne?",
      "difficulty": 1,
      "answers": [
        {
          "text": "4",
          "correct": false
        },
        {
          "text": "8",
          "correct": true
        },
        {
          "text": "6",
          "correct": false
        }
      ]
    },
    {
      "id": 3,
      "question": "Welches Tier hat einen Rüssel?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Elefant",
          "correct": true
        },
        {
          "text": "Giraffe",
          "correct": false
        },
        {
          "text": "Nashorn",
          "correct": false
        }
      ]
    },
    {
      "id": 4,
      "question": "Welches ist das größte lebende Landtier?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Afrikanischer Elefant",
          "correct": true
        },
        {
          "text": "Giraffe",
          "correct": false
        },
        {
          "text": "Gorilla",
          "correct": false
        }
      ]
    },
    {
      "id": 5,
      "question": "In welchem Kontinent leben Pinguine hauptsächlich?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Afrika",
          "correct": false
        },
        {
          "text": "Antarktis",
          "correct": true
        },
        {
          "text": "Asien",
          "correct": false
        }
      ]
    },
    {
      "id": 6,
      "question": "Welches Tier macht Winterschlaf?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Vogel",
          "correct": false
        },
        {
          "text": "Fisch",
          "correct": false
        },
        {
          "text": "Bär",
          "correct": true
        }
      ]
    },
    {
      "id": 7,
      "question": "Welches Landtier ist das schnellste?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Löwe",
          "correct": false
        },
        {
          "text": "Gepard",
          "correct": true
        },
        {
          "text": "Pferd",
          "correct": false
        }
      ]
    },
    {
      "id": 8,
      "question": "Welches Tier verwendet Echolot zur Navigation?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Fledermaus",
          "correct": true
        },
        {
          "text": "Eule",
          "correct": false
        },
        {
          "text": "Adler",
          "correct": false
        }
      ]
    },
    {
      "id": 9,
      "question": "Was fressen Koalas hauptsächlich?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eukalyptusblätter",
          "correct": true
        },
        {
          "text": "Bananen",
          "correct": false
        },
        {
          "text": "Bambus",
          "correct": false
        }
      ]
    },
    {
      "id": 10,
      "question": "Welcher Tierklasse gehört der Delfin an?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Säugetier",
          "correct": true
        },
        {
          "text": "Beuteltier",
          "correct": false
        },
        {
          "text": "Reptil",
          "correct": false
        }
      ]
    },
    {
      "id": 11,
      "question": "Wie viele Herzen hat ein Oktopus?",
      "difficulty": 1,
      "answers": [
        {
          "text": "3",
          "correct": true
        },
        {
          "text": "2",
          "correct": false
        },
        {
          "text": "1",
          "correct": false
        }
      ]
    },
    {
      "id": 12,
      "question": "Was ist ein Schnabeltier?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ein Säugetier, das Eier legt",
          "correct": true
        },
        {
          "text": "Ein Vogel mit Schnabel",
          "correct": false
        },
        {
          "text": "Ein fliegendes Insekt",
          "correct": false
        }
      ]
    },
    {
      "id": 13,
      "question": "Wie nennt man einen Baby-Hund?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Welpe",
          "correct": true
        },
        {
          "text": "Kätzchen",
          "correct": false
        },
        {
          "text": "Fohlen",
          "correct": false
        }
      ]
    },
    {
      "id": 14,
      "question": "Was fressen Pandas am liebsten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bambus",
          "correct": true
        },
        {
          "text": "Fleisch",
          "correct": false
        },
        {
          "text": "Sonnenblumen",
          "correct": false
        }
      ]
    },
    {
      "id": 15,
      "question": "Wie viele Finger hat ein Panda an jeder Pfote (mit dem Pseudo-Daumen)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "6",
          "correct": true
        },
        {
          "text": "5",
          "correct": false
        },
        {
          "text": "4",
          "correct": false
        }
      ]
    },
    {
      "id": 16,
      "question": "Welches Tier ist das Symbol des WWF (Naturschutz)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Panda",
          "correct": true
        },
        {
          "text": "Tiger",
          "correct": false
        },
        {
          "text": "Elefant",
          "correct": false
        }
      ]
    },
    {
      "id": 17,
      "question": "Wie nennt man ein männliches Schwein?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eber",
          "correct": true
        },
        {
          "text": "Widder",
          "correct": false
        },
        {
          "text": "Hengst",
          "correct": false
        }
      ]
    },
    {
      "id": 18,
      "question": "Welches Tier kann am längsten ohne Wasser überleben?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kamel",
          "correct": true
        },
        {
          "text": "Elefant",
          "correct": false
        },
        {
          "text": "Pferd",
          "correct": false
        }
      ]
    },
    {
      "id": 19,
      "question": "Was ist ein Fohlen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ein Baby-Pferd",
          "correct": true
        },
        {
          "text": "Eine Baby-Kuh",
          "correct": false
        },
        {
          "text": "Ein Baby-Schaf",
          "correct": false
        }
      ]
    },
    {
      "id": 20,
      "question": "Welches Meerestier muss als Säugetier an die Wasseroberfläche kommen, um zu atmen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Wal",
          "correct": true
        },
        {
          "text": "Hai",
          "correct": false
        },
        {
          "text": "Tintenfisch",
          "correct": false
        }
      ]
    },
    {
      "id": 21,
      "question": "Welcher Vogel kann nicht fliegen, ist aber ein guter Läufer?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Strauß",
          "correct": true
        },
        {
          "text": "Pinguin",
          "correct": false
        },
        {
          "text": "Adler",
          "correct": false
        }
      ]
    },
    {
      "id": 22,
      "question": "Welcher Vogel kann Wörter nachsprechen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Papagei",
          "correct": true
        },
        {
          "text": "Spatz",
          "correct": false
        },
        {
          "text": "Taube",
          "correct": false
        }
      ]
    },
    {
      "id": 23,
      "question": "Was bauen Vögel, um ihre Eier hineinzulegen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nester",
          "correct": true
        },
        {
          "text": "Höhlen",
          "correct": false
        },
        {
          "text": "Bauten",
          "correct": false
        }
      ]
    },
    {
      "id": 24,
      "question": "Wie nennt man ein weibliches Huhn?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Henne",
          "correct": true
        },
        {
          "text": "Gans",
          "correct": false
        },
        {
          "text": "Ente",
          "correct": false
        }
      ]
    },
    {
      "id": 25,
      "question": "Welcher Vogel ist nachts aktiv und kann gut hören?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eule",
          "correct": true
        },
        {
          "text": "Spatz",
          "correct": false
        },
        {
          "text": "Möwe",
          "correct": false
        }
      ]
    },
    {
      "id": 26,
      "question": "Wie viele Beine hat ein Insekt (z.B. eine Biene)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "6",
          "correct": true
        },
        {
          "text": "8",
          "correct": false
        },
        {
          "text": "10",
          "correct": false
        }
      ]
    },
    {
      "id": 27,
      "question": "Welches Insekt produziert Honig?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Biene",
          "correct": true
        },
        {
          "text": "Wespe",
          "correct": false
        },
        {
          "text": "Fliege",
          "correct": false
        }
      ]
    },
    {
      "id": 28,
      "question": "Was isst ein Marienkäfer hauptsächlich?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Blattläuse",
          "correct": true
        },
        {
          "text": "Blätter",
          "correct": false
        },
        {
          "text": "Honig",
          "correct": false
        }
      ]
    },
    {
      "id": 29,
      "question": "In was verwandelt sich eine Raupe später?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schmetterling",
          "correct": true
        },
        {
          "text": "Spinne",
          "correct": false
        },
        {
          "text": "Käfer",
          "correct": false
        }
      ]
    },
    {
      "id": 30,
      "question": "Welches Insekt lebt in einem \"Bienenstock\"?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Biene",
          "correct": true
        },
        {
          "text": "Ameise",
          "correct": false
        },
        {
          "text": "Hornisse",
          "correct": false
        }
      ]
    },
    {
      "id": 31,
      "question": "Wie nennt man eine männliche Biene?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Drohne",
          "correct": true
        },
        {
          "text": "Königin",
          "correct": false
        },
        {
          "text": "Arbeiter",
          "correct": false
        }
      ]
    },
    {
      "id": 32,
      "question": "Welches Tier baut ein Netz, um Fliegen zu fangen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Spinne",
          "correct": true
        },
        {
          "text": "Mücke",
          "correct": false
        },
        {
          "text": "Ameise",
          "correct": false
        }
      ]
    },
    {
      "id": 33,
      "question": "Welches Tier hat einen Panzer auf dem Rücken?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schildkröte",
          "correct": true
        },
        {
          "text": "Krokodil",
          "correct": false
        },
        {
          "text": "Schlange",
          "correct": false
        }
      ]
    },
    {
      "id": 34,
      "question": "Was ist ein Frosch?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eine Amphibie",
          "correct": true
        },
        {
          "text": "Ein Reptil",
          "correct": false
        },
        {
          "text": "Ein Fisch",
          "correct": false
        }
      ]
    },
    {
      "id": 35,
      "question": "Welches ist das größte Reptil?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Salzwasserkrokodil",
          "correct": true
        },
        {
          "text": "Komodowaran",
          "correct": false
        },
        {
          "text": "Riesenschlange",
          "correct": false
        }
      ]
    },
    {
      "id": 36,
      "question": "Wie heißt ein männliches Schaf?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Widder",
          "correct": true
        },
        {
          "text": "Ziegenbock",
          "correct": false
        },
        {
          "text": "Stier",
          "correct": false
        }
      ]
    },
    {
      "id": 37,
      "question": "Welcher Fisch ist gefährlich und sehr groß, mit vielen Zähnen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hai",
          "correct": true
        },
        {
          "text": "Goldfisch",
          "correct": false
        },
        {
          "text": "Karpfen",
          "correct": false
        }
      ]
    },
    {
      "id": 38,
      "question": "Was ist ein Molch?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ein Amphibie",
          "correct": true
        },
        {
          "text": "Ein kleiner Drache",
          "correct": false
        },
        {
          "text": "Ein Fisch",
          "correct": false
        }
      ]
    },
    {
      "id": 39,
      "question": "Welches Meerestier hat acht Arme?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Oktopus",
          "correct": true
        },
        {
          "text": "Seestern",
          "correct": false
        },
        {
          "text": "Qualle",
          "correct": false
        }
      ]
    },
    {
      "id": 40,
      "question": "Kann eine Schlange hören?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ja, aber anders als wir",
          "correct": true
        },
        {
          "text": "Nein, überhaupt nicht",
          "correct": false
        },
        {
          "text": "Nur mit Ohren wie wir",
          "correct": false
        }
      ]
    },
    {
      "id": 41,
      "question": "Wie nennt man eine Gruppe von Wölfen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Rudel",
          "correct": true
        },
        {
          "text": "Herde",
          "correct": false
        },
        {
          "text": "Wolfgang",
          "correct": false
        }
      ]
    },
    {
      "id": 42,
      "question": "Wie nennt man eine Gruppe von Vögeln?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schwarm",
          "correct": true
        },
        {
          "text": "Rudel",
          "correct": false
        },
        {
          "text": "Meute",
          "correct": false
        }
      ]
    },
    {
      "id": 43,
      "question": "Welches Tier kann seine Farbe ändern, um sich zu tarnen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Chamäleon",
          "correct": true
        },
        {
          "text": "Frosch",
          "correct": false
        },
        {
          "text": "Gecko",
          "correct": false
        }
      ]
    },
    {
      "id": 44,
      "question": "Was ist ein Kätzchen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eine Baby-Katze",
          "correct": true
        },
        {
          "text": "Ein Baby-Hase",
          "correct": false
        },
        {
          "text": "Ein Baby-Fuchs",
          "correct": false
        }
      ]
    },
    {
      "id": 45,
      "question": "Welches Tier sprüht ein stinkendes Spray zur Verteidigung?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Stinktier",
          "correct": true
        },
        {
          "text": "Waschbär",
          "correct": false
        },
        {
          "text": "Marder",
          "correct": false
        }
      ]
    },
    {
      "id": 46,
      "question": "Was fressen Löwen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fleisch",
          "correct": true
        },
        {
          "text": "Gras",
          "correct": false
        },
        {
          "text": "Früchte",
          "correct": false
        }
      ]
    },
    {
      "id": 47,
      "question": "Welches Tier hat einen Stoßzahn aus Elfenbein?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Elefant",
          "correct": true
        },
        {
          "text": "Nashorn",
          "correct": false
        },
        {
          "text": "Walross",
          "correct": false
        }
      ]
    },
    {
      "id": 48,
      "question": "Wie viele Zähne hat ein erwachsener Hund normalerweise?",
      "difficulty": 1,
      "answers": [
        {
          "text": "42",
          "correct": true
        },
        {
          "text": "32",
          "correct": false
        },
        {
          "text": "36",
          "correct": false
        }
      ]
    },
    {
      "id": 49,
      "question": "Welches Tier ist nachts aktiv?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fledermaus",
          "correct": true
        },
        {
          "text": "Huhn",
          "correct": false
        },
        {
          "text": "Hund",
          "correct": false
        }
      ]
    },
    {
      "id": 50,
      "question": "Was ist ein Seehund?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ein Säugetier",
          "correct": true
        },
        {
          "text": "Ein Fisch mit Flossen",
          "correct": false
        },
        {
          "text": "Ein Vogel",
          "correct": false
        }
      ]
    },
    {
      "id": 51,
      "question": "Welches Meerestier hat beim Männchen einen langen Stoßzahn, der wie ein Horn aussieht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Narwal",
          "correct": true
        },
        {
          "text": "Delfin",
          "correct": false
        },
        {
          "text": "Schwertwal",
          "correct": false
        }
      ]
    },
    {
      "id": 52,
      "question": "Was macht ein Gürteltier, wenn es Angst hat?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Es rollt sich zu einer Kugel ein",
          "correct": true
        },
        {
          "text": "Es fliegt auf einen Baum",
          "correct": false
        },
        {
          "text": "Es spielt tot",
          "correct": false
        }
      ]
    },
    {
      "id": 53,
      "question": "Wie nennt man ein Baby-Känguru?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Joey",
          "correct": true
        },
        {
          "text": "Roo",
          "correct": false
        },
        {
          "text": "Jumpy",
          "correct": false
        }
      ]
    },
    {
      "id": 54,
      "question": "Warum haben Eisbären unter ihrem weißen Fell eigentlich schwarze Haut?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Um Wärme zu speichern",
          "correct": true
        },
        {
          "text": "Um UV-Strahlung abzuwehren",
          "correct": false
        },
        {
          "text": "Um besser getarnt zu sein",
          "correct": false
        }
      ]
    },
    {
      "id": 55,
      "question": "Wie heißt der Prozess, bei dem sich eine Raupe in einen Schmetterling verwandelt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Metamorphose",
          "correct": true
        },
        {
          "text": "Evolution",
          "correct": false
        },
        {
          "text": "Photosynthese",
          "correct": false
        }
      ]
    },
    {
      "id": 56,
      "question": "Welche Blutfarbe haben Oktopusse und Tintenfische?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Blau",
          "correct": true
        },
        {
          "text": "Rot",
          "correct": false
        },
        {
          "text": "Grün",
          "correct": false
        }
      ]
    },
    {
      "id": 57,
      "question": "Was ist ein Exoskelett?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ein Außenskelett (Panzer)",
          "correct": true
        },
        {
          "text": "Ein inneres Knochengerüst",
          "correct": false
        },
        {
          "text": "Ein Skelett aus Knorpel",
          "correct": false
        }
      ]
    },
    {
      "id": 58,
      "question": "Wie viele Herzkammern hat ein Vogelherz?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Vier",
          "correct": true
        },
        {
          "text": "Drei",
          "correct": false
        },
        {
          "text": "Zwei",
          "correct": false
        }
      ]
    },
    {
      "id": 59,
      "question": "Welches Organ ermöglicht es Schlangen, die Wärme von Beutetieren wahrzunehmen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die Grubenorgane",
          "correct": true
        },
        {
          "text": "Die Zunge",
          "correct": false
        },
        {
          "text": "Die Ohren",
          "correct": false
        }
      ]
    },
    {
      "id": 60,
      "question": "Was bedeutet der Begriff \"Herbivor\"?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Pflanzenfresser",
          "correct": true
        },
        {
          "text": "Fleischfresser",
          "correct": false
        },
        {
          "text": "Allesfresser",
          "correct": false
        }
      ]
    },
    {
      "id": 61,
      "question": "Wie nennt man Tiere, die sowohl Pflanzen als auch Fleisch fressen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Omnivoren",
          "correct": true
        },
        {
          "text": "Karnivoren",
          "correct": false
        },
        {
          "text": "Insektivoren",
          "correct": false
        }
      ]
    },
    {
      "id": 62,
      "question": "Wie heißt das dominante Leittier in einer Wolfsgruppe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Das Alpha-Tier",
          "correct": true
        },
        {
          "text": "Der Leitbulle",
          "correct": false
        },
        {
          "text": "Der Patriarch",
          "correct": false
        }
      ]
    },
    {
      "id": 63,
      "question": "Was ist Migration (Tierreich)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Das saisonale Wandern von Tieren",
          "correct": true
        },
        {
          "text": "Das Bauen eines Nestes",
          "correct": false
        },
        {
          "text": "Das Aussterben einer Tierart",
          "correct": false
        }
      ]
    },
    {
      "id": 64,
      "question": "Welches ist das einzige Säugetier, das aktiv fliegen kann?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Fledermaus",
          "correct": true
        },
        {
          "text": "Flughörnchen",
          "correct": false
        },
        {
          "text": "Känguru",
          "correct": false
        }
      ]
    },
    {
      "id": 65,
      "question": "Welcher Vogel kann als einziger rückwärts fliegen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kolibri",
          "correct": true
        },
        {
          "text": "Specht",
          "correct": false
        },
        {
          "text": "Schwalbe",
          "correct": false
        }
      ]
    },
    {
      "id": 66,
      "question": "Welches Landtier kann am längsten durchhalten unter Wasser?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Seeelefant",
          "correct": true
        },
        {
          "text": "Eisbär",
          "correct": false
        },
        {
          "text": "Walross",
          "correct": false
        }
      ]
    },
    {
      "id": 67,
      "question": "Welches Insekt gilt als besonders intelligent und kann sogar einfache Werkzeuge nutzen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ameise",
          "correct": true
        },
        {
          "text": "Biene",
          "correct": false
        },
        {
          "text": "Schmetterling",
          "correct": false
        }
      ]
    },
    {
      "id": 68,
      "question": "Welches Tier kann durch spezielle Zellen seine Farbe und Muster fast perfekt an die Umgebung anpassen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Krake/Tintenfisch",
          "correct": true
        },
        {
          "text": "Seepferdchen",
          "correct": false
        },
        {
          "text": "Seestern",
          "correct": false
        }
      ]
    },
    {
      "id": 69,
      "question": "Warum blinken Glühwürmchen im Sommer?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Zur Partnerfindung",
          "correct": true
        },
        {
          "text": "Um warm zu bleiben",
          "correct": false
        },
        {
          "text": "Um Feinde zu blenden",
          "correct": false
        }
      ]
    },
    {
      "id": 70,
      "question": "Welches Tier kann eine Art \"Halbschlaf\" im Flug haben?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Mauersegler",
          "correct": true
        },
        {
          "text": "Albatros",
          "correct": false
        },
        {
          "text": "Eule",
          "correct": false
        }
      ]
    },
    {
      "id": 71,
      "question": "Wie nennt man die Zeit, die ein Säugetierbaby im Mutterleib heranwächst?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Tragzeit",
          "correct": true
        },
        {
          "text": "Inkubation",
          "correct": false
        },
        {
          "text": "Metamorphose",
          "correct": false
        }
      ]
    },
    {
      "id": 72,
      "question": "Welche Säugetiere legen Eier (und sind damit Ausnahmen)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Schnabeltier und Ameisenigel",
          "correct": true
        },
        {
          "text": "Känguru und Koala",
          "correct": false
        },
        {
          "text": "Opossum und Waschbär",
          "correct": false
        }
      ]
    },
    {
      "id": 73,
      "question": "Wie heißt die Wissenschaft, die sich mit Tieren beschäftigt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Zoologie",
          "correct": true
        },
        {
          "text": "Botanik",
          "correct": false
        },
        {
          "text": "Geologie",
          "correct": false
        }
      ]
    },
    {
      "id": 74,
      "question": "Was ist Plankton?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kleine Organismen (Wasser)",
          "correct": true
        },
        {
          "text": "Ein kleiner Wal",
          "correct": false
        },
        {
          "text": "Pflanzen am Meeresboden",
          "correct": false
        }
      ]
    },
    {
      "id": 75,
      "question": "Welches \"lebende Fossil\" existiert seit etwa 450 Millionen Jahren fast unverändert?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Triops",
          "correct": true
        },
        {
          "text": "Hummer",
          "correct": false
        },
        {
          "text": "Seepferdchen",
          "correct": false
        }
      ]
    },
    {
      "id": 76,
      "question": "Welches Säugetier kann Gift aus speziellen Drüsen am Ellenbogen spritzen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Plumplori",
          "correct": true
        },
        {
          "text": "Katta",
          "correct": false
        },
        {
          "text": "Gibbon",
          "correct": false
        }
      ]
    },
    {
      "id": 77,
      "question": "Was ist ein Nektar?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die süße Flüssigkeit in Blüten",
          "correct": true
        },
        {
          "text": "Ein giftiger Pflanzensaft",
          "correct": false
        },
        {
          "text": "Ein kleiner Wal",
          "correct": false
        }
      ]
    },
    {
      "id": 78,
      "question": "Welcher Vogel legt seine Eier in warme vulkanische Erde oder Sand, anstatt zu brüten?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Großfußhuhn",
          "correct": true
        },
        {
          "text": "Strauß",
          "correct": false
        },
        {
          "text": "Pinguin",
          "correct": false
        }
      ]
    },
    {
      "id": 79,
      "question": "Wie viele Halswirbel hat eine Giraffe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "7",
          "correct": true
        },
        {
          "text": "20",
          "correct": false
        },
        {
          "text": "2",
          "correct": false
        }
      ]
    },
    {
      "id": 80,
      "question": "Welches Insekt lebt als Larve im Wasser, atmet dort durch Kiemen und fliegt später als Erwachsener an Land?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Libelle",
          "correct": true
        },
        {
          "text": "Biene",
          "correct": false
        },
        {
          "text": "Käfer",
          "correct": false
        }
      ]
    },
    {
      "id": 81,
      "question": "Was bedeutet es, wenn ein Tier als „wechselwarm“ (kaltblütig) bezeichnet wird?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Umgebungstemperatur anpassen",
          "correct": true
        },
        {
          "text": "Es hat besonders dickes Fell",
          "correct": false
        },
        {
          "text": "Körpertemperatur konstant halten",
          "correct": false
        }
      ]
    },
    {
      "id": 82,
      "question": "Welches Tier hat die längste Schwangerschaftsdauer?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Elefant",
          "correct": true
        },
        {
          "text": "Giraffe",
          "correct": false
        },
        {
          "text": "Wal",
          "correct": false
        }
      ]
    },
    {
      "id": 83,
      "question": "Welcher Vogel hat die größte Flügelspannweite?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Wanderalbatros",
          "correct": true
        },
        {
          "text": "Kondor",
          "correct": false
        },
        {
          "text": "Adler",
          "correct": false
        }
      ]
    },
    {
      "id": 84,
      "question": "Welches Tier kann am höchsten springen (relativ zur Körpergröße)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Wiesenschaumzikade",
          "correct": true
        },
        {
          "text": "Känguru",
          "correct": false
        },
        {
          "text": "Leopard",
          "correct": false
        }
      ]
    },
    {
      "id": 85,
      "question": "Welcher Fisch kann Strom erzeugen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Zitteraal",
          "correct": true
        },
        {
          "text": "Haifisch",
          "correct": false
        },
        {
          "text": "Clownfisch",
          "correct": false
        }
      ]
    },
    {
      "id": 86,
      "question": "Welches Reptil hat die stärkste Bisskraft?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Salzwasserkrokodil",
          "correct": true
        },
        {
          "text": "Alligator",
          "correct": false
        },
        {
          "text": "Python",
          "correct": false
        }
      ]
    },
    {
      "id": 87,
      "question": "Welches Tier schläft am wenigsten pro Tag?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Giraffe",
          "correct": true
        },
        {
          "text": "Elefant",
          "correct": false
        },
        {
          "text": "Löwe",
          "correct": false
        }
      ]
    },
    {
      "id": 88,
      "question": "Welches Säugetier hat die meisten Zähne?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Opossum",
          "correct": true
        },
        {
          "text": "Hai",
          "correct": false
        },
        {
          "text": "Elefant",
          "correct": false
        }
      ]
    },
    {
      "id": 89,
      "question": "Welches Insekt baut die größten Nester?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Termite",
          "correct": true
        },
        {
          "text": "Wespe",
          "correct": false
        },
        {
          "text": "Ameise",
          "correct": false
        }
      ]
    },
    {
      "id": 90,
      "question": "Welcher Wal hat die längste Migration?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Grauwal",
          "correct": true
        },
        {
          "text": "Blauwal",
          "correct": false
        },
        {
          "text": "Orca",
          "correct": false
        }
      ]
    },
    {
      "id": 91,
      "question": "Welches Tier kann seine Hautfarbe am schnellsten ändern?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Oktopus",
          "correct": true
        },
        {
          "text": "Chamäleon",
          "correct": false
        },
        {
          "text": "Frosch",
          "correct": false
        }
      ]
    },
    {
      "id": 92,
      "question": "Welcher Vogel legt die größten Eier?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Strauß",
          "correct": true
        },
        {
          "text": "Pinguin",
          "correct": false
        },
        {
          "text": "Adler",
          "correct": false
        }
      ]
    },
    {
      "id": 93,
      "question": "Welches Säugetier kann am tiefsten tauchen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Pottwal",
          "correct": true
        },
        {
          "text": "Delfin",
          "correct": false
        },
        {
          "text": "Seehund",
          "correct": false
        }
      ]
    },
    {
      "id": 94,
      "question": "Welches Insekt hat die meisten Augen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Libelle",
          "correct": true
        },
        {
          "text": "Spinne",
          "correct": false
        },
        {
          "text": "Fliege",
          "correct": false
        }
      ]
    },
    {
      "id": 95,
      "question": "Welcher Fisch lebt am längsten?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Grönlandhai",
          "correct": true
        },
        {
          "text": "Lachs",
          "correct": false
        },
        {
          "text": "Goldfisch",
          "correct": false
        }
      ]
    },
    {
      "id": 96,
      "question": "Welches Reptil kann am schnellsten laufen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Waran",
          "correct": true
        },
        {
          "text": "Schildkröte",
          "correct": false
        },
        {
          "text": "Schlange",
          "correct": false
        }
      ]
    },
    {
      "id": 97,
      "question": "Welches Tier hat die schärfsten Augen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Falke",
          "correct": true
        },
        {
          "text": "Eule",
          "correct": false
        },
        {
          "text": "Katze",
          "correct": false
        }
      ]
    },
    {
      "id": 98,
      "question": "Welches Säugetier isst am meisten pro Tag (relativ zum Gewicht)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Spitzmaus",
          "correct": true
        },
        {
          "text": "Elefant",
          "correct": false
        },
        {
          "text": "Bär",
          "correct": false
        }
      ]
    },
    {
      "id": 99,
      "question": "Welches Insekt kann am lautesten summen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Hummel",
          "correct": true
        },
        {
          "text": "Mücke",
          "correct": false
        },
        {
          "text": "Biene",
          "correct": false
        }
      ]
    },
    {
      "id": 100,
      "question": "Welcher Fisch hat Giftstacheln?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Steinfisch",
          "correct": true
        },
        {
          "text": "Piranha",
          "correct": false
        },
        {
          "text": "Thunfisch",
          "correct": false
        }
      ]
    },
    {
      "id": 101,
      "question": "Welches Reptil lebt am längsten?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Galapagos-Schildkröte",
          "correct": true
        },
        {
          "text": "Krokodil",
          "correct": false
        },
        {
          "text": "Chamäleon",
          "correct": false
        }
      ]
    },
    {
      "id": 102,
      "question": "Welches Tier hat die dickste Haut?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Nashorn",
          "correct": true
        },
        {
          "text": "Elefant",
          "correct": false
        },
        {
          "text": "Nilpferd",
          "correct": false
        }
      ]
    },
    {
      "id": 103,
      "question": "Welcher Vogel kann am längsten ohne Essen fliegen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Segler",
          "correct": true
        },
        {
          "text": "Albatros",
          "correct": false
        },
        {
          "text": "Adler",
          "correct": false
        }
      ]
    },
    {
      "id": 104,
      "question": "Welches Säugetier hat Flügel?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Fledermaus",
          "correct": true
        },
        {
          "text": "Eichhörnchen",
          "correct": false
        },
        {
          "text": "Pinguin",
          "correct": false
        }
      ]
    },
    {
      "id": 105,
      "question": "Welches Insekt baut Unterwasserburgen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Köcherfliege",
          "correct": true
        },
        {
          "text": "Libelle",
          "correct": false
        },
        {
          "text": "Wasserläufer",
          "correct": false
        }
      ]
    },
    {
      "id": 106,
      "question": "Welcher Fisch wandert flussaufwärts zum Laichen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Lachs",
          "correct": true
        },
        {
          "text": "Aal",
          "correct": false
        },
        {
          "text": "Karpfen",
          "correct": false
        }
      ]
    },
    {
      "id": 107,
      "question": "Welches Reptil wechselt das Geschlecht bei Temperatur?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Krokodil",
          "correct": true
        },
        {
          "text": "Schlange",
          "correct": false
        },
        {
          "text": "Eidechse",
          "correct": false
        }
      ]
    },
    {
      "id": 108,
      "question": "Welches Tier hat einen sechsten Sinn für Elektrizität?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Hai",
          "correct": true
        },
        {
          "text": "Delfin",
          "correct": false
        },
        {
          "text": "Adler",
          "correct": false
        }
      ]
    },
    {
      "id": 109,
      "question": "Welcher Vogel hat die schnellste Fluggeschwindigkeit?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Wanderfalke",
          "correct": true
        },
        {
          "text": "Kolibri",
          "correct": false
        },
        {
          "text": "Strauß",
          "correct": false
        }
      ]
    },
    {
      "id": 110,
      "question": "Welches Insekt hat eine soziale Hierarchie wie Bienen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Ameise",
          "correct": true
        },
        {
          "text": "Schmetterling",
          "correct": false
        },
        {
          "text": "Heuschrecke",
          "correct": false
        }
      ]
    },
    {
      "id": 111,
      "question": "Welcher Fisch kann aus dem Wasser springen und gleiten?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Fliegender Fisch",
          "correct": true
        },
        {
          "text": "Aal",
          "correct": false
        },
        {
          "text": "Hai",
          "correct": false
        }
      ]
    },
    {
      "id": 112,
      "question": "Welches Reptil hat ein drittes Augenlid?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Gecko",
          "correct": true
        },
        {
          "text": "Frosch",
          "correct": false
        },
        {
          "text": "Vogel",
          "correct": false
        }
      ]
    },
    {
      "id": 113,
      "question": "Welches Tier kann Gerüche unter Wasser riechen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Hai",
          "correct": true
        },
        {
          "text": "Delfin",
          "correct": false
        },
        {
          "text": "Otter",
          "correct": false
        }
      ]
    },
    {
      "id": 114,
      "question": "Welcher Vogel baut Nester aus Speichel?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Salangane",
          "correct": true
        },
        {
          "text": "Adler",
          "correct": false
        },
        {
          "text": "Specht",
          "correct": false
        }
      ]
    },
    {
      "id": 115,
      "question": "Welches Säugetier hat einen Giftstachel?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Schnabeltier",
          "correct": true
        },
        {
          "text": "Stachelschwein",
          "correct": false
        },
        {
          "text": "Skunk",
          "correct": false
        }
      ]
    },
    {
      "id": 116,
      "question": "Welches Insekt kann UV-Licht sehen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Biene",
          "correct": true
        },
        {
          "text": "Spinne",
          "correct": false
        },
        {
          "text": "Motte",
          "correct": false
        }
      ]
    },
    {
      "id": 117,
      "question": "Welcher Fisch hat eine Laterne am Kopf?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Anglerfisch",
          "correct": true
        },
        {
          "text": "Laternenfisch",
          "correct": false
        },
        {
          "text": "Haifisch",
          "correct": false
        }
      ]
    },
    {
      "id": 118,
      "question": "Welches Reptil kann seine Zunge als Sinnesorgan nutzen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Schlange",
          "correct": true
        },
        {
          "text": "Krokodil",
          "correct": false
        },
        {
          "text": "Schildkröte",
          "correct": false
        }
      ]
    },
    {
      "id": 119,
      "question": "Welches Tier hat die meisten Nachkommen pro Wurf?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Opossum",
          "correct": true
        },
        {
          "text": "Schwein",
          "correct": false
        },
        {
          "text": "Hund",
          "correct": false
        }
      ]
    },
    {
      "id": 120,
      "question": "Welcher Vogel kann unter Wasser tauchen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Pinguin",
          "correct": true
        },
        {
          "text": "Ente",
          "correct": false
        },
        {
          "text": "Adler",
          "correct": false
        }
      ]
    },
    {
      "id": 121,
      "question": "Welches Säugetier lebt am höchsten (Höhenlage)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Yak",
          "correct": true
        },
        {
          "text": "Lama",
          "correct": false
        },
        {
          "text": "Pferd",
          "correct": false
        }
      ]
    },
    {
      "id": 122,
      "question": "Welches Insekt hat eine Metamorphose mit Puppe?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Schmetterling",
          "correct": true
        },
        {
          "text": "Grashüpfer",
          "correct": false
        },
        {
          "text": "Wanzen",
          "correct": false
        }
      ]
    },
    {
      "id": 123,
      "question": "Welcher Fisch kann auf Land atmen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Lungenfisch",
          "correct": true
        },
        {
          "text": "Goldfisch",
          "correct": false
        },
        {
          "text": "Piranha",
          "correct": false
        }
      ]
    },
    {
      "id": 124,
      "question": "Welches Reptil hat schuppige Haut, die abgestoßen wird?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Schlange",
          "correct": true
        },
        {
          "text": "Alligator",
          "correct": false
        },
        {
          "text": "Frosch",
          "correct": false
        }
      ]
    },
    {
      "id": 125,
      "question": "Welcher Vogel hat die längste Lebenserwartung?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Albatros",
          "correct": true
        },
        {
          "text": "Papagei",
          "correct": false
        },
        {
          "text": "Rabe",
          "correct": false
        }
      ]
    },
    {
      "id": 126,
      "question": "Welches Säugetier hat ein Horn aus Haaren?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Nashorn",
          "correct": true
        },
        {
          "text": "Einhorn",
          "correct": false
        },
        {
          "text": "Elefant",
          "correct": false
        }
      ]
    },
    {
      "id": 127,
      "question": "Welcher Fisch kann sein Geschlecht wechseln?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Clownfisch",
          "correct": true
        },
        {
          "text": "Lachs",
          "correct": false
        },
        {
          "text": "Hai",
          "correct": false
        }
      ]
    },
    {
      "id": 128,
      "question": "Welcher Vogel hat die längste jährliche Wanderstrecke?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Küstenseeschwalbe",
          "correct": true
        },
        {
          "text": "Gans",
          "correct": false
        },
        {
          "text": "Storch",
          "correct": false
        }
      ]
    },
    {
      "id": 129,
      "question": "Welches Tier ist ein Beuteltier?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Känguru",
          "correct": true
        },
        {
          "text": "Panda",
          "correct": false
        },
        {
          "text": "Hase",
          "correct": false
        }
      ]
    },
    {
      "id": 130,
      "question": "Welcher Fisch lebt in Süß- und Salzwasser?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Lachs",
          "correct": true
        },
        {
          "text": "Goldfisch",
          "correct": false
        },
        {
          "text": "Hai",
          "correct": false
        }
      ]
    },
    {
      "id": 131,
      "question": "Welches Reptil hat eine harte Schale?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Schildkröte",
          "correct": true
        },
        {
          "text": "Schlange",
          "correct": false
        },
        {
          "text": "Krokodil",
          "correct": false
        }
      ]
    },
    {
      "id": 132,
      "question": "Welches Tier atmet durch Kiemen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Fisch",
          "correct": true
        },
        {
          "text": "Frosch",
          "correct": false
        },
        {
          "text": "Delfin",
          "correct": false
        }
      ]
    },
    {
      "id": 133,
      "question": "Welches Tier hat schwarze und weiße Streifen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Zebra",
          "correct": true
        },
        {
          "text": "Giraffe",
          "correct": false
        },
        {
          "text": "Pinguin",
          "correct": false
        }
      ]
    },
    {
      "id": 134,
      "question": "Welcher Vogel ist für seinen Gesang bekannt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Nachtigall",
          "correct": true
        },
        {
          "text": "Krähe",
          "correct": false
        },
        {
          "text": "Papagei",
          "correct": false
        }
      ]
    },
    {
      "id": 135,
      "question": "Welches Tier lebt in Rudeln?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wolf",
          "correct": true
        },
        {
          "text": "Bär",
          "correct": false
        },
        {
          "text": "Fuchs",
          "correct": false
        }
      ]
    },
    {
      "id": 136,
      "question": "Welcher Fisch hat scharfe Zähne und lebt in Flüssen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Piranha",
          "correct": true
        },
        {
          "text": "Goldfisch",
          "correct": false
        },
        {
          "text": "Clownfisch",
          "correct": false
        }
      ]
    },
    {
      "id": 137,
      "question": "Welches Insekt hat bunte Flügel?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schmetterling",
          "correct": true
        },
        {
          "text": "Käfer",
          "correct": false
        },
        {
          "text": "Fliege",
          "correct": false
        }
      ]
    },
    {
      "id": 138,
      "question": "Welcher Vogel hat einen langen Hals?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Flamingo",
          "correct": true
        },
        {
          "text": "Adler",
          "correct": false
        },
        {
          "text": "Spatz",
          "correct": false
        }
      ]
    },
    {
      "id": 139,
      "question": "Welcher Vogel baut große Nester in Bäumen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Adler",
          "correct": true
        },
        {
          "text": "Pinguin",
          "correct": false
        },
        {
          "text": "Strauß",
          "correct": false
        }
      ]
    },
    {
      "id": 140,
      "question": "Welches Tier gräbt unterirdische Gänge?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Maulwurf",
          "correct": true
        },
        {
          "text": "Hase",
          "correct": false
        },
        {
          "text": "Fuchs",
          "correct": false
        }
      ]
    },
    {
      "id": 141,
      "question": "Welcher Vogel hat einen farbenprächtigen Schwanz?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Pfau",
          "correct": true
        },
        {
          "text": "Adler",
          "correct": false
        },
        {
          "text": "Krähe",
          "correct": false
        }
      ]
    },
    {
      "id": 142,
      "question": "Welches Tier hat ein dickes Fell und lebt in der Arktis?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Eisbär",
          "correct": true
        },
        {
          "text": "Pinguin",
          "correct": false
        },
        {
          "text": "Wolf",
          "correct": false
        }
      ]
    },
    {
      "id": 143,
      "question": "Welches Tier speichert Fett in Höckern?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kamel",
          "correct": true
        },
        {
          "text": "Zebra",
          "correct": false
        },
        {
          "text": "Giraffe",
          "correct": false
        }
      ]
    },
    {
      "id": 144,
      "question": "Wo leben Löwen hauptsächlich?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Afrika",
          "correct": true
        },
        {
          "text": "Europa",
          "correct": false
        },
        {
          "text": "Australien",
          "correct": false
        }
      ]
    },
    {
      "id": 145,
      "question": "Wie nennt man eine Gruppe von Löwen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Rudel",
          "correct": true
        },
        {
          "text": "Schwarm",
          "correct": false
        },
        {
          "text": "Herde",
          "correct": false
        }
      ]
    },
    {
      "id": 146,
      "question": "Wer jagt meistens im Löwenrudel?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Die Löwinnen",
          "correct": true
        },
        {
          "text": "Die Männchen",
          "correct": false
        },
        {
          "text": "Die Jungen",
          "correct": false
        }
      ]
    },
    {
      "id": 147,
      "question": "Wie nennt man ein Löwenbaby?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Jungtier",
          "correct": true
        },
        {
          "text": "Welpe",
          "correct": false
        },
        {
          "text": "Fohlen",
          "correct": false
        }
      ]
    },
    {
      "id": 148,
      "question": "Wie nennt man die wissenschaftliche Art des Löwen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Panthera leo",
          "correct": true
        },
        {
          "text": "Felis leo",
          "correct": false
        },
        {
          "text": "Leo maximus",
          "correct": false
        }
      ]
    },
    {
      "id": 149,
      "question": "Wie lange kann ein Löwe ungefähr schlafen pro Tag?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Bis zu 20 Stunden",
          "correct": true
        },
        {
          "text": "Nur 5 Stunden",
          "correct": false
        },
        {
          "text": "2 Stunden",
          "correct": false
        }
      ]
    },
    {
      "id": 150,
      "question": "Wie schnell kann ein Löwe kurzzeitig laufen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Bis zu ca. 60 km/h",
          "correct": true
        },
        {
          "text": "Maximal 20 km/h",
          "correct": false
        },
        {
          "text": "Über 100 km/h",
          "correct": false
        }
      ]
    },
    {
      "id": 151,
      "question": "Wie schwer kann ein männlicher Löwe werden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bis zu etwa 250 kg",
          "correct": true
        },
        {
          "text": "Maximal 50 kg",
          "correct": false
        },
        {
          "text": "Über 500 kg",
          "correct": false
        }
      ]
    },
    {
      "id": 152,
      "question": "Wie weit kann man das Brüllen eines Löwen hören?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bis zu 8 km",
          "correct": true
        },
        {
          "text": "Bis zu 500 Meter",
          "correct": false
        },
        {
          "text": "Über 20 km",
          "correct": false
        }
      ]
    },
    {
      "id": 153,
      "question": "Wie lange dauert die Tragzeit einer Löwin ungefähr?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Etwa 110 Tage",
          "correct": true
        },
        {
          "text": "Nur 30 Tage",
          "correct": false
        },
        {
          "text": "Genau 1 Jahr",
          "correct": false
        }
      ]
    },
    {
      "id": 154,
      "question": "Wie viele Junge bekommt eine Löwin meist?",
      "difficulty": 2,
      "answers": [
        {
          "text": "2 bis 4",
          "correct": true
        },
        {
          "text": "10 bis 12",
          "correct": false
        },
        {
          "text": "Nur 1 immer",
          "correct": false
        }
      ]
    },
    {
      "id": 155,
      "question": "Wie lange bleiben Löwenjunge bei ihrer Mutter?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Etwa 1–2 Jahre",
          "correct": true
        },
        {
          "text": "Nur 1 Woche",
          "correct": false
        },
        {
          "text": "Ihr ganzes Leben",
          "correct": false
        }
      ]
    },
    {
      "id": 156,
      "question": "Welche Rolle haben männliche Löwen im Rudel?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Schutz des Rudels",
          "correct": true
        },
        {
          "text": "Nur Nahrungssuche",
          "correct": false
        },
        {
          "text": "Aufzucht der Jungen",
          "correct": false
        }
      ]
    },
    {
      "id": 157,
      "question": "Wo lebt eine kleine Population von Löwen außerhalb Afrikas?",
      "difficulty": 2,
      "answers": [
        {
          "text": "In Indien",
          "correct": true
        },
        {
          "text": "In Südamerika",
          "correct": false
        },
        {
          "text": "In Europa",
          "correct": false
        }
      ]
    },
    {
      "id": 158,
      "question": "Zu welcher Unterfamilie gehören Löwen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Großkatzen",
          "correct": true
        },
        {
          "text": "Kleinkatzen",
          "correct": false
        },
        {
          "text": "Hundeartige",
          "correct": false
        }
      ]
    },
    {
      "id": 159,
      "question": "Wie groß ist das Revier eines Löwenrudels ungefähr?",
      "difficulty": 2,
      "answers": [
        {
          "text": "mehrere 100 km²",
          "correct": true
        },
        {
          "text": "Nur 1 km²",
          "correct": false
        },
        {
          "text": "10.000 km²",
          "correct": false
        }
      ]
    },
    {
      "id": 160,
      "question": "Welche Chromosomenzahl hat ein Löwe?",
      "difficulty": 3,
      "answers": [
        {
          "text": "38",
          "correct": true
        },
        {
          "text": "46",
          "correct": false
        },
        {
          "text": "24",
          "correct": false
        }
      ]
    },
    {
      "id": 161,
      "question": "Wie nennt man das Gebiss eines Fleischfressers wie beim Löwen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Scherengebiss",
          "correct": true
        },
        {
          "text": "Mahlgebiss",
          "correct": false
        },
        {
          "text": "Nagegebiss",
          "correct": false
        }
      ]
    },
    {
      "id": 162,
      "question": "Welche Art von Muskeln sind bei Löwen besonders stark ausgeprägt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Schnellkraftmuskeln",
          "correct": true
        },
        {
          "text": "Ausdauermuskeln",
          "correct": false
        },
        {
          "text": "Atemmuskeln",
          "correct": false
        }
      ]
    },
    {
      "id": 163,
      "question": "Wie nennt man das Gebiet, das ein Löwe verteidigt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Territorium",
          "correct": true
        },
        {
          "text": "Bau",
          "correct": false
        },
        {
          "text": "Gehege",
          "correct": false
        }
      ]
    },
    {
      "id": 164,
      "question": "Wie oft kann sich eine Löwin während der Paarungsphase paaren?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Sehr häufig",
          "correct": true
        },
        {
          "text": "Einmal im Jahr",
          "correct": false
        },
        {
          "text": "Einmal die Woche",
          "correct": false
        }
      ]
    },
    {
      "id": 165,
      "question": "Wie nennt man das Töten von Jungtieren durch Artgenossen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Infantizid",
          "correct": true
        },
        {
          "text": "Migration",
          "correct": false
        },
        {
          "text": "Symbiose",
          "correct": false
        }
      ]
    },
    {
      "id": 166,
      "question": "Welche Rolle hat das Brüllen im sozialen Kontext?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Distanzkommunikation",
          "correct": true
        },
        {
          "text": "Nahrungssuche",
          "correct": false
        },
        {
          "text": "Orientierung im Wasser",
          "correct": false
        }
      ]
    },
    {
      "id": 167,
      "question": "Wo leben Giraffen hauptsächlich?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Afrika",
          "correct": true
        },
        {
          "text": "Europa",
          "correct": false
        },
        {
          "text": "Asien",
          "correct": false
        }
      ]
    },
    {
      "id": 168,
      "question": "Wie viele Hörner (Ossikone) hat eine Giraffe meist?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Zwei",
          "correct": true
        },
        {
          "text": "Vier",
          "correct": false
        },
        {
          "text": "Keine",
          "correct": false
        }
      ]
    },
    {
      "id": 169,
      "question": "Wie nennt man ein Giraffenbaby?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kalb",
          "correct": true
        },
        {
          "text": "Fohlen",
          "correct": false
        },
        {
          "text": "Jungtier",
          "correct": false
        }
      ]
    },
    {
      "id": 170,
      "question": "Wie nennt man die harten Auswüchse auf dem Kopf der Giraffe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ossicone",
          "correct": true
        },
        {
          "text": "Geweih",
          "correct": false
        },
        {
          "text": "Hörner",
          "correct": false
        }
      ]
    },
    {
      "id": 171,
      "question": "Was passiert mit dem Muster einer Giraffe im Laufe ihres Lebens?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Es bleibt identisch",
          "correct": true
        },
        {
          "text": "Es verblasst komplett",
          "correct": false
        },
        {
          "text": "Es verändert die Form",
          "correct": false
        }
      ]
    },
    {
      "id": 172,
      "question": "Welche Gangart ist typisch für Giraffen, wenn sie gemütlich gehen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Passgang",
          "correct": true
        },
        {
          "text": "Kreuzgang",
          "correct": false
        },
        {
          "text": "Trab",
          "correct": false
        }
      ]
    },
    {
      "id": 173,
      "question": "Was ist das Hauptnahrungsmittel der Giraffe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Akazienblätter",
          "correct": true
        },
        {
          "text": "Eukalyptus",
          "correct": false
        },
        {
          "text": "Farne",
          "correct": false
        }
      ]
    },
    {
      "id": 174,
      "question": "Wie verständigen sich Giraffen hauptsächlich untereinander?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Über Infraschall",
          "correct": true
        },
        {
          "text": "Durch lautes Brüllen",
          "correct": false
        },
        {
          "text": "Durch hohes Pfeifen",
          "correct": false
        }
      ]
    },
    {
      "id": 175,
      "question": "Wie schwer kann ein ausgewachsener Giraffenbulle etwa werden?",
      "difficulty": 2,
      "answers": [
        {
          "text": "1.600 kg",
          "correct": true
        },
        {
          "text": "600 kg",
          "correct": false
        },
        {
          "text": "4.500 kg",
          "correct": false
        }
      ]
    },
    {
      "id": 176,
      "question": "Welches Tier ist der nächste lebende Verwandte der Giraffe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Okapi",
          "correct": true
        },
        {
          "text": "Zebra",
          "correct": false
        },
        {
          "text": "Antilope",
          "correct": false
        }
      ]
    },
    {
      "id": 177,
      "question": "Wie lang kann die Zunge einer Giraffe werden?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Bis zu 50 cm",
          "correct": true
        },
        {
          "text": "Bis zu 20 cm",
          "correct": false
        },
        {
          "text": "Bis zu 80 cm",
          "correct": false
        }
      ]
    },
    {
      "id": 178,
      "question": "Wie viele Unterarten der Giraffe werden aktuell wissenschaftlich meist unterschieden?",
      "difficulty": 2,
      "answers": [
        {
          "text": "9",
          "correct": true
        },
        {
          "text": "2",
          "correct": false
        },
        {
          "text": "15",
          "correct": false
        }
      ]
    },
    {
      "id": 179,
      "question": "Wie hoch ist der Blutdruck einer Giraffe im Vergleich zum Menschen etwa?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Doppelt so hoch",
          "correct": true
        },
        {
          "text": "Identisch",
          "correct": false
        },
        {
          "text": "Viermal so hoch",
          "correct": false
        }
      ]
    },
    {
      "id": 180,
      "question": "Wie viele Liter Blut pumpt das Herz einer ausgewachsenen Giraffe pro Minute?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Etwa 60 Liter",
          "correct": true
        },
        {
          "text": "Etwa 20 Liter",
          "correct": false
        },
        {
          "text": "Etwa 120 Liter",
          "correct": false
        }
      ]
    },
    {
      "id": 181,
      "question": "Wie lang ist der Schwanz einer Giraffe inklusive der Endquaste?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Bis zu 100 cm",
          "correct": true
        },
        {
          "text": "Bis zu 50 cm",
          "correct": false
        },
        {
          "text": "Bis zu 200 cm",
          "correct": false
        }
      ]
    },
    {
      "id": 182,
      "question": "In welchem Alter sind Giraffenbullen in der Regel voll ausgewachsen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Mit ca. 7 Jahren",
          "correct": true
        },
        {
          "text": "Mit ca. 3 Jahren",
          "correct": false
        },
        {
          "text": "Mit ca. 12 Jahren",
          "correct": false
        }
      ]
    },
    {
      "id": 183,
      "question": "Welcher Wirbelabschnitt ist bei der Giraffe neben dem Hals ebenfalls stark verlängert?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die Brustwirbelsäule",
          "correct": true
        },
        {
          "text": "Das Kreuzbein",
          "correct": false
        },
        {
          "text": "Die Lendenwirbelsäule",
          "correct": false
        }
      ]
    },
    {
      "id": 184,
      "question": "Wie viel wiegt das Herz einer Giraffe im Durchschnitt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "11–12 kg",
          "correct": true
        },
        {
          "text": "3–5 kg",
          "correct": false
        },
        {
          "text": "20–25 kg",
          "correct": false
        }
      ]
    },
    {
      "id": 185,
      "question": "Welcher Teil des Magens ist bei der Giraffe im Verhältnis zur Körpergröße ungewöhnlich klein?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Omasum (Blättermagen)",
          "correct": true
        },
        {
          "text": "Abomasum (Labmagen)",
          "correct": false
        },
        {
          "text": "Reticulum (Netzmagen)",
          "correct": false
        }
      ]
    },
    {
      "id": 186,
      "question": "Welchen wissenschaftlichen Namen trägt die seltene Netzgiraffe?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Giraffa reticulata",
          "correct": true
        },
        {
          "text": "Giraffa tippelskirchi",
          "correct": false
        },
        {
          "text": "Giraffa camelopardalis",
          "correct": false
        }
      ]
    },
    {
      "id": 187,
      "question": "Wie viele Liter Luft bewegt eine Giraffe etwa mit einem einzigen Atemzug (Atemzugvolumen)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "12 Liter",
          "correct": true
        },
        {
          "text": "5 Liter",
          "correct": false
        },
        {
          "text": "25 Liter",
          "correct": false
        }
      ]
    },
    {
      "id": 188,
      "question": "Wie hoch ist der tägliche Energiebedarf einer laktierenden Giraffenkuh in Megajoule (MJ) etwa?",
      "difficulty": 3,
      "answers": [
        {
          "text": "150 bis 180 MJ",
          "correct": true
        },
        {
          "text": "80 bis 100 MJ",
          "correct": false
        },
        {
          "text": "300 bis 350 MJ",
          "correct": false
        }
      ]
    },
    {
      "id": 189,
      "question": "Welches Enzym im Speichel der Giraffe hilft bei der Neutralisierung von Tanninen in Akazien?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Prolinreiche Proteine",
          "correct": true
        },
        {
          "text": "Amylase",
          "correct": false
        },
        {
          "text": "Lysozym",
          "correct": false
        }
      ]
    },
    {
      "id": 190,
      "question": "Welche fossile Giraffengattung war für ihre schaufelartigen Hörner und massiven Körperbau bekannt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Sivatherium",
          "correct": true
        },
        {
          "text": "Samotherium",
          "correct": false
        },
        {
          "text": "Palaeotragus",
          "correct": false
        }
      ]
    },
    {
      "id": 191,
      "question": "Wie nennt man das Phänomen, dass Giraffenweibchen ihre Kälber in \"Kindergärten\" lassen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Creche-System",
          "correct": true
        },
        {
          "text": "Harem-Struktur",
          "correct": false
        },
        {
          "text": "Matrifokale Drift",
          "correct": false
        }
      ]
    },
    {
      "id": 192,
      "question": "Was nutzen Elefanten hauptsächlich, um sich bei Hitze abzukühlen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ihre großen Ohren",
          "correct": true
        },
        {
          "text": "Ihren Schwanz",
          "correct": false
        },
        {
          "text": "Ihre langen Beine",
          "correct": false
        }
      ]
    },
    {
      "id": 193,
      "question": "Wie nennt man ein männliches Tier bei den Elefanten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bulle",
          "correct": true
        },
        {
          "text": "Hengst",
          "correct": false
        },
        {
          "text": "Eber",
          "correct": false
        }
      ]
    },
    {
      "id": 194,
      "question": "Welches Körperteil eines Elefanten wächst ein Leben lang weiter?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Die Stoßzähne",
          "correct": true
        },
        {
          "text": "Der Rüssel",
          "correct": false
        },
        {
          "text": "Die Fußnägel",
          "correct": false
        }
      ]
    },
    {
      "id": 195,
      "question": "Wie viele Arten von Elefanten gibt es heute noch auf der Welt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Drei",
          "correct": true
        },
        {
          "text": "Fünf",
          "correct": false
        },
        {
          "text": "Zehn",
          "correct": false
        }
      ]
    },
    {
      "id": 196,
      "question": "Wie nennt man die Anführerin einer Elefantenherde?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Leitkuh",
          "correct": true
        },
        {
          "text": "Königin",
          "correct": false
        },
        {
          "text": "Alpha-Weibchen",
          "correct": false
        }
      ]
    },
    {
      "id": 197,
      "question": "Welches dieser Merkmale unterscheidet den Asiatischen vom Afrikanischen Elefanten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kleinere Ohren",
          "correct": true
        },
        {
          "text": "Längere Stoßzähne",
          "correct": false
        },
        {
          "text": "Ein kürzerer Schwanz",
          "correct": false
        }
      ]
    },
    {
      "id": 198,
      "question": "Wie viele Finger-Fortsätze hat der Rüssel eines Afrikanischen Elefanten an der Spitze?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Zwei",
          "correct": true
        },
        {
          "text": "Einen",
          "correct": false
        },
        {
          "text": "Drei",
          "correct": false
        }
      ]
    },
    {
      "id": 199,
      "question": "Welches Geräusch ist typisch für einen aufgeregten Elefanten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Trompeten",
          "correct": true
        },
        {
          "text": "Wiehern",
          "correct": false
        },
        {
          "text": "Röhren",
          "correct": false
        }
      ]
    },
    {
      "id": 200,
      "question": "Wie lange ist eine Elefantenkuh etwa tragend (schwanger)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "22 Monate",
          "correct": true
        },
        {
          "text": "12 Monate",
          "correct": false
        },
        {
          "text": "9 Monate",
          "correct": false
        }
      ]
    },
    {
      "id": 201,
      "question": "Welches Organ benutzen Elefanten, um Gerüche über weite Strecken wahrzunehmen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Den Rüssel",
          "correct": true
        },
        {
          "text": "Die Zunge",
          "correct": false
        },
        {
          "text": "Die Ohren",
          "correct": false
        }
      ]
    },
    {
      "id": 202,
      "question": "Aus welchem Material bestehen die Stoßzähne?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Elfenbein",
          "correct": true
        },
        {
          "text": "Horn",
          "correct": false
        },
        {
          "text": "Knochen",
          "correct": false
        }
      ]
    },
    {
      "id": 203,
      "question": "Wie viele Backenzähne nutzt ein Elefant normalerweise gleichzeitig pro Kieferseite?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Einen",
          "correct": true
        },
        {
          "text": "Vier",
          "correct": false
        },
        {
          "text": "Sechs",
          "correct": false
        }
      ]
    },
    {
      "id": 204,
      "question": "Welcher der folgenden Sinne ist bei Elefanten am schwächsten ausgeprägt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Das Sehvermögen",
          "correct": true
        },
        {
          "text": "Das Gehör",
          "correct": false
        },
        {
          "text": "Der Geruchssinn",
          "correct": false
        }
      ]
    },
    {
      "id": 205,
      "question": "Wie viel Prozent seines Körpergewichts frisst ein Elefant etwa pro Tag?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Etwa 4 bis 5 %",
          "correct": true
        },
        {
          "text": "Etwa 10 bis 12 %",
          "correct": false
        },
        {
          "text": "Etwa 1 %",
          "correct": false
        }
      ]
    },
    {
      "id": 206,
      "question": "Wie viel wiegt das Gehirn eines ausgewachsenen Elefanten etwa?",
      "difficulty": 2,
      "answers": [
        {
          "text": "4 bis 6 Kilogramm",
          "correct": true
        },
        {
          "text": "10 bis 12 Kilogramm",
          "correct": false
        },
        {
          "text": "1 bis 2 Kilogramm",
          "correct": false
        }
      ]
    },
    {
      "id": 207,
      "question": "In welchem Alter erreichen Elefantenbullen in der Regel ihre volle soziale Reife?",
      "difficulty": 2,
      "answers": [
        {
          "text": "25 bis 30 Jahren",
          "correct": true
        },
        {
          "text": "10 bis 12 Jahren",
          "correct": false
        },
        {
          "text": "45 bis 50 Jahren",
          "correct": false
        }
      ]
    },
    {
      "id": 208,
      "question": "Welcher ausgestorbene Verwandte des Elefanten besaß vier Stoßzähne?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Gomphotherium",
          "correct": true
        },
        {
          "text": "Mastodon",
          "correct": false
        },
        {
          "text": "Deinotherium",
          "correct": false
        }
      ]
    },
    {
      "id": 209,
      "question": "Wie hoch ist die tägliche Urinmenge eines Elefanten Bullen etwa?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Fünfzig Liter",
          "correct": true
        },
        {
          "text": "Zehn Liter",
          "correct": false
        },
        {
          "text": "Hundert Liter",
          "correct": false
        }
      ]
    },
    {
      "id": 210,
      "question": "Wie viele Muskelbündel bilden schätzungsweise den Elefanten-Rüssel?",
      "difficulty": 3,
      "answers": [
        {
          "text": "40.000",
          "correct": true
        },
        {
          "text": "10.000",
          "correct": false
        },
        {
          "text": "100.000",
          "correct": false
        }
      ]
    },
    {
      "id": 211,
      "question": "Welche Drüse schwillt beim Elefanten während der Musth sichtbar an?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Schläfendrüse",
          "correct": true
        },
        {
          "text": "Speicheldrüse",
          "correct": false
        },
        {
          "text": "Schilddrüse",
          "correct": false
        }
      ]
    },
    {
      "id": 212,
      "question": "Welcher Schädelknochen ist beim Elefanten zur Gewichtseinsparung pneumatisiert?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Stirnbein",
          "correct": true
        },
        {
          "text": "Oberkiefer",
          "correct": false
        },
        {
          "text": "Hinterhauptbein",
          "correct": false
        }
      ]
    },
    {
      "id": 213,
      "question": "In welcher Frequenz kommunizieren Elefanten bevorzugt über Infraschall?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Vierzehn Hertz",
          "correct": true
        },
        {
          "text": "Fünfzig Hertz",
          "correct": false
        },
        {
          "text": "Fünf Hertz",
          "correct": false
        }
      ]
    },
    {
      "id": 214,
      "question": "Welcher Sesambein-Knochen im Elefanten-Fuß dient als Vibrations-Sensor?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Präpollux",
          "correct": true
        },
        {
          "text": "Fersenbein",
          "correct": false
        },
        {
          "text": "Sprungbein",
          "correct": false
        }
      ]
    },
    {
      "id": 215,
      "question": "In welcher Epoche spaltete sich die Elefanten-Linie von den Mammuts?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Spätes Miozän",
          "correct": true
        },
        {
          "text": "Frühes Eozän",
          "correct": false
        },
        {
          "text": "Pliozän",
          "correct": false
        }
      ]
    },
    {
      "id": 216,
      "question": "Welches Verdauungsorgan fehlt dem Elefanten im Vergleich zu anderen Huftieren?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Gallenblase",
          "correct": true
        },
        {
          "text": "Blinddarm",
          "correct": false
        },
        {
          "text": "Bauchspeicheldrüse",
          "correct": false
        }
      ]
    },
    {
      "id": 217,
      "question": "Wie hoch ist der tägliche Methanausstoß eines einzelnen Elefanten etwa?",
      "difficulty": 3,
      "answers": [
        {
          "text": "400 Liter",
          "correct": true
        },
        {
          "text": "50 Liter",
          "correct": false
        },
        {
          "text": "250 Liter",
          "correct": false
        }
      ]
    },
    {
      "id": 218,
      "question": "Welcher Hirnbereich ist für das Sozialgedächtnis beim Elefanten vergrößert?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Hippocampus",
          "correct": true
        },
        {
          "text": "Kleinhirn",
          "correct": false
        },
        {
          "text": "Thalamus",
          "correct": false
        }
      ]
    },
    {
      "id": 219,
      "question": "Welcher Teil des Elefanten-Stoßzahns enthält das lebende Zahnmark?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Zahnpulpa",
          "correct": true
        },
        {
          "text": "Zahnschmelz",
          "correct": false
        },
        {
          "text": "Zementum",
          "correct": false
        }
      ]
    },
    {
      "id": 220,
      "question": "Wie viele Brustwirbel besitzt der Afrikanische Elefant im Durchschnitt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "21",
          "correct": true
        },
        {
          "text": "15",
          "correct": false
        },
        {
          "text": "7",
          "correct": false
        }
      ]
    },
    {
      "id": 221,
      "question": "Welcher Botenstoff dominiert chemisch im Musth-Sekret des Elefanten?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Frontalin",
          "correct": true
        },
        {
          "text": "Testosteron-Ester",
          "correct": false
        },
        {
          "text": "Östrogen",
          "correct": false
        }
      ]
    },
    {
      "id": 222,
      "question": "Welche Farbe hat der Schwanz beim Panda?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Weiß",
          "correct": true
        },
        {
          "text": "Schwarz",
          "correct": false
        },
        {
          "text": "Grau",
          "correct": false
        }
      ]
    },
    {
      "id": 223,
      "question": "In welchem Land lebt der Panda in Freiheit?",
      "difficulty": 3,
      "answers": [
        {
          "text": "China",
          "correct": true
        },
        {
          "text": "Japan",
          "correct": false
        },
        {
          "text": "Indien",
          "correct": false
        }
      ]
    },
    {
      "id": 224,
      "question": "Wie wird der Panda aufgrund seines Aussehens oft genannt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bärenkatze",
          "correct": true
        },
        {
          "text": "Streifenhund",
          "correct": false
        },
        {
          "text": "Fleckenbär",
          "correct": false
        }
      ]
    },
    {
      "id": 225,
      "question": "Welches Gebirgsland ist die Heimat des Panda?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Hochgebirge",
          "correct": true
        },
        {
          "text": "Flachland",
          "correct": false
        },
        {
          "text": "Küstenregion",
          "correct": false
        }
      ]
    },
    {
      "id": 226,
      "question": "Wie verbringt der Panda den Großteil seines Tages?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fressen",
          "correct": true
        },
        {
          "text": "Schwimmen",
          "correct": false
        },
        {
          "text": "Schlafen",
          "correct": false
        }
      ]
    },
    {
      "id": 227,
      "question": "Was kann der Panda trotz seines massigen Körpers sehr gut?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Klettern",
          "correct": true
        },
        {
          "text": "Fliegen",
          "correct": false
        },
        {
          "text": "Schnell rennen",
          "correct": false
        }
      ]
    },
    {
      "id": 228,
      "question": "Wie schwer kann ein ausgewachsener Panda etwa werden?",
      "difficulty": 2,
      "answers": [
        {
          "text": "100 Kilogramm",
          "correct": true
        },
        {
          "text": "10 Kilogramm",
          "correct": false
        },
        {
          "text": "500 Kilogramm",
          "correct": false
        }
      ]
    },
    {
      "id": 229,
      "question": "Wie ist die Beschaffenheit des Panda-Fells?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Dicht wollig",
          "correct": true
        },
        {
          "text": "Seidig glatt",
          "correct": false
        },
        {
          "text": "Rau",
          "correct": false
        }
      ]
    },
    {
      "id": 230,
      "question": "In welcher Höhe leben Pandas normalerweise im Gebirge?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Über 1500m",
          "correct": true
        },
        {
          "text": "Unter 100m",
          "correct": false
        },
        {
          "text": "Auf Meereshöhe",
          "correct": false
        }
      ]
    },
    {
      "id": 231,
      "question": "Wie sieht ein neugeborener Panda kurz nach der Geburt aus?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Rosa nackt",
          "correct": true
        },
        {
          "text": "Schwarz weiß",
          "correct": false
        },
        {
          "text": "Grau pelzig",
          "correct": false
        }
      ]
    },
    {
      "id": 232,
      "question": "Wie viele Junge bekommt ein Panda meistens pro Geburt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Eins",
          "correct": true
        },
        {
          "text": "Zehn",
          "correct": false
        },
        {
          "text": "Fünf",
          "correct": false
        }
      ]
    },
    {
      "id": 233,
      "question": "Wie nennt man die speziellen Wälder, in denen der Panda lebt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Nebelwälder",
          "correct": true
        },
        {
          "text": "Regenwälder",
          "correct": false
        },
        {
          "text": "Trockenwälder",
          "correct": false
        }
      ]
    },
    {
      "id": 234,
      "question": "Welches Organ des Panda ist besonders dick, um ihn vor Splittern zu schützen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Speiseröhre",
          "correct": true
        },
        {
          "text": "Magenwand",
          "correct": false
        },
        {
          "text": "Zunge",
          "correct": false
        }
      ]
    },
    {
      "id": 235,
      "question": "Wie viel Prozent seiner DNA teilt der Panda mit dem Menschen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "93 Prozent",
          "correct": true
        },
        {
          "text": "99 Prozent",
          "correct": false
        },
        {
          "text": "85 Prozent",
          "correct": false
        }
      ]
    },
    {
      "id": 236,
      "question": "Welcher Vorfahre des Panda lebte vor etwa 8 Millionen Jahren in Europa?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Kretzoiarctos",
          "correct": true
        },
        {
          "text": "Ailuarctos",
          "correct": false
        },
        {
          "text": "Agriotherium",
          "correct": false
        }
      ]
    },
    {
      "id": 237,
      "question": "Wie nennt man die spezielle Laufart des Panda am Boden?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Tippelschritt",
          "correct": true
        },
        {
          "text": "Hoppelgang",
          "correct": false
        },
        {
          "text": "Sohlengang",
          "correct": false
        }
      ]
    },
    {
      "id": 238,
      "question": "Welches Sinnesorgan ist beim Panda am stärksten ausgeprägt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Geruchssinn",
          "correct": true
        },
        {
          "text": "Sehsinn",
          "correct": false
        },
        {
          "text": "Tastsinn",
          "correct": false
        }
      ]
    },
    {
      "id": 239,
      "question": "Warum sind die Pupillen des Panda wie bei Katzen vertikal geschlitzt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Nachtsicht",
          "correct": true
        },
        {
          "text": "Beutefang",
          "correct": false
        },
        {
          "text": "Tarnung",
          "correct": false
        }
      ]
    },
    {
      "id": 240,
      "question": "Wie hoch ist die Stoffwechselrate des Panda im Vergleich zu anderen Bären?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Sehr niedrig",
          "correct": true
        },
        {
          "text": "Extrem hoch",
          "correct": false
        },
        {
          "text": "Identisch",
          "correct": false
        }
      ]
    },
    {
      "id": 241,
      "question": "In welcher chinesischen Provinz lebt die Mehrheit der wilden Pandas?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Sichuan",
          "correct": true
        },
        {
          "text": "Yunnan",
          "correct": false
        },
        {
          "text": "Peking",
          "correct": false
        }
      ]
    },
    {
      "id": 242,
      "question": "Wie lange dauert die Tragzeit bei einem Panda-Weibchen etwa?",
      "difficulty": 3,
      "answers": [
        {
          "text": "5 Monate",
          "correct": true
        },
        {
          "text": "9 Monate",
          "correct": false
        },
        {
          "text": "2 Monate",
          "correct": false
        }
      ]
    },
    {
      "id": 243,
      "question": "Warum hat das Fell des Panda eine so kontrastreiche Färbung?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Temperaturregelung",
          "correct": true
        },
        {
          "text": "Warnsignal",
          "correct": false
        },
        {
          "text": "Partnerwahl",
          "correct": false
        }
      ]
    },
    {
      "id": 244,
      "question": "Wie viele verschiedene Bambusarten frisst ein Panda in der Regel?",
      "difficulty": 3,
      "answers": [
        {
          "text": "25 Arten",
          "correct": true
        },
        {
          "text": "2 Arten",
          "correct": false
        },
        {
          "text": "100 Arten",
          "correct": false
        }
      ]
    },
    {
      "id": 245,
      "question": "Ab welchem Alter ist ein Panda in der Wildnis geschlechtsreif?",
      "difficulty": 3,
      "answers": [
        {
          "text": "6 Jahre",
          "correct": true
        },
        {
          "text": "2 Jahre",
          "correct": false
        },
        {
          "text": "12 Jahre",
          "correct": false
        }
      ]
    },
    {
      "id": 246,
      "question": "Welcher ausgestorbene Panda-Vorfahre war ein Fleischfresser?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Agriotherium",
          "correct": true
        },
        {
          "text": "Kretzoiarctos",
          "correct": false
        },
        {
          "text": "Ailuarctos",
          "correct": false
        }
      ]
    },
    {
      "id": 247,
      "question": "Wie hoch ist die tägliche Urinmenge eines ausgewachsenen Panda?",
      "difficulty": 3,
      "answers": [
        {
          "text": "10 Liter",
          "correct": true
        },
        {
          "text": "2 Liter",
          "correct": false
        },
        {
          "text": "25 Liter",
          "correct": false
        }
      ]
    },
    {
      "id": 248,
      "question": "Wie nennt man die Gen-Mutation, die dem Panda den Fleischgeschmack (Umami) nahm?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Tas1r1-Pseudogen",
          "correct": true
        },
        {
          "text": "Amylase-Defekt",
          "correct": false
        },
        {
          "text": "Myosin-Variante",
          "correct": false
        }
      ]
    },
    {
      "id": 249,
      "question": "In welchem Jahrhundert wurde der Panda im Westen wissenschaftlich bekannt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "19 Jahrhundert",
          "correct": true
        },
        {
          "text": "18 Jahrhundert",
          "correct": false
        },
        {
          "text": "20 Jahrhundert",
          "correct": false
        }
      ]
    },
    {
      "id": 250,
      "question": "Wie viele Chromosomenpaare besitzt ein Großer Panda?",
      "difficulty": 3,
      "answers": [
        {
          "text": "21 Paare",
          "correct": true
        },
        {
          "text": "37 Paare",
          "correct": false
        },
        {
          "text": "24 Paare",
          "correct": false
        }
      ]
    },
    {
      "id": 251,
      "question": "Welcher Missionar beschrieb den Panda 1869 als Erster für Europa?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Armand David",
          "correct": true
        },
        {
          "text": "Marco Polo",
          "correct": false
        },
        {
          "text": "James Cook",
          "correct": false
        }
      ]
    },
    {
      "id": 252,
      "question": "Was ist die häufigste Todesursache bei Panda-Jungtieren in der Wildnis?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Erdrücken",
          "correct": true
        },
        {
          "text": "Verhungern",
          "correct": false
        },
        {
          "text": "Adlerangriffe",
          "correct": false
        }
      ]
    },
    {
      "id": 253,
      "question": "Welches Knochenmerkmal am Schädel des Panda hält die Kaumuskeln?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Sagittalkamm",
          "correct": true
        },
        {
          "text": "Jochbogen",
          "correct": false
        },
        {
          "text": "Hinterhauptsbein",
          "correct": false
        }
      ]
    },
    {
      "id": 254,
      "question": "Zu welcher Unterfamilie innerhalb der Bären gehört der Panda?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Ailuropodinae",
          "correct": true
        },
        {
          "text": "Ursinae",
          "correct": false
        },
        {
          "text": "Tremarctinae",
          "correct": false
        }
      ]
    },
    {
      "id": 255,
      "question": "Welche Blutgruppe ist bei Pandas am häufigsten vertreten?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Typ B",
          "correct": true
        },
        {
          "text": "Typ A",
          "correct": false
        },
        {
          "text": "Typ O",
          "correct": false
        }
      ]
    },
    {
      "id": 256,
      "question": "In welchem fossilen Stadium trennte sich die Panda-Linie von anderen Bären?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Miozän",
          "correct": true
        },
        {
          "text": "Pleistozän",
          "correct": false
        },
        {
          "text": "Eozän",
          "correct": false
        }
      ]
    },
    {
      "id": 257,
      "question": "Welches Körperteil nutzt das Krokodil hauptsächlich zum Schwimmen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Den Schwanz",
          "correct": true
        },
        {
          "text": "Die Beine",
          "correct": false
        },
        {
          "text": "Die Schnauze",
          "correct": false
        }
      ]
    },
    {
      "id": 258,
      "question": "Wie atmet das Krokodil?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Mit Lungen",
          "correct": true
        },
        {
          "text": "Durch Kiemen",
          "correct": false
        },
        {
          "text": "Über Haut",
          "correct": false
        }
      ]
    },
    {
      "id": 259,
      "question": "Was legt ein Krokodil-Weibchen zur Fortpflanzung?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Harte Eier",
          "correct": true
        },
        {
          "text": "Lebende Junge",
          "correct": false
        },
        {
          "text": "Weichen Laich",
          "correct": false
        }
      ]
    },
    {
      "id": 260,
      "question": "Zu welcher Tierklasse gehört das Krokodil biologisch?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Zu Reptilien",
          "correct": true
        },
        {
          "text": "Zu Amphibien",
          "correct": false
        },
        {
          "text": "Zu Säugetieren",
          "correct": false
        }
      ]
    },
    {
      "id": 261,
      "question": "Warum öffnet das Krokodil an Land oft sein Maul?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Zur Abkühlung",
          "correct": true
        },
        {
          "text": "Zum Singen",
          "correct": false
        },
        {
          "text": "Zum Schlafen",
          "correct": false
        }
      ]
    },
    {
      "id": 262,
      "question": "Welches Land ist bekannt für sehr viele Krokodile?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Australien",
          "correct": true
        },
        {
          "text": "Island",
          "correct": false
        },
        {
          "text": "Deutschland",
          "correct": false
        }
      ]
    },
    {
      "id": 263,
      "question": "Wie alt kann ein Krokodil ungefähr werden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "70 Jahre",
          "correct": true
        },
        {
          "text": "5 Jahre",
          "correct": false
        },
        {
          "text": "200 Jahre",
          "correct": false
        }
      ]
    },
    {
      "id": 264,
      "question": "Welches Organ nutzt das Krokodil, um überschüssiges Salz auszuscheiden?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Salzdrüsen",
          "correct": true
        },
        {
          "text": "Die Nieren",
          "correct": false
        },
        {
          "text": "Die Haut",
          "correct": false
        }
      ]
    },
    {
      "id": 265,
      "question": "Wie viele Kammern hat das Herz beim Krokodil?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Vier",
          "correct": true
        },
        {
          "text": "Drei",
          "correct": false
        },
        {
          "text": "Zwei",
          "correct": false
        }
      ]
    },
    {
      "id": 266,
      "question": "Welcher Stein hilft dem Krokodil im Magen bei der Verdauung?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gastrolithen",
          "correct": true
        },
        {
          "text": "Kieselsteine",
          "correct": false
        },
        {
          "text": "Kalksteine",
          "correct": false
        }
      ]
    },
    {
      "id": 267,
      "question": "Wie nennt man die Hautknochenplatten auf dem Rücken beim Krokodil?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Osteoderme",
          "correct": true
        },
        {
          "text": "Keratinplatten",
          "correct": false
        },
        {
          "text": "Kalkschilde",
          "correct": false
        }
      ]
    },
    {
      "id": 268,
      "question": "Wie schnell kann ein Krokodil im Wasser etwa schwimmen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "30 km/h",
          "correct": true
        },
        {
          "text": "10 km/h",
          "correct": false
        },
        {
          "text": "60 km/h",
          "correct": false
        }
      ]
    },
    {
      "id": 269,
      "question": "Welches Krokodil hat eine besonders schmale, lange Schnauze?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gharial",
          "correct": true
        },
        {
          "text": "Kaiman",
          "correct": false
        },
        {
          "text": "Alligator",
          "correct": false
        }
      ]
    },
    {
      "id": 270,
      "question": "Welches Protein im Blut des Krokodil hilft ihm, schwere Infektionen zu bekämpfen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Crocodylin",
          "correct": true
        },
        {
          "text": "Hämoglobin",
          "correct": false
        },
        {
          "text": "Albumin",
          "correct": false
        }
      ]
    },
    {
      "id": 271,
      "question": "Wie nennt man die spezielle Klappe im Hals beim Krokodil, die Wasser von der Lunge fernhält?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Palatinalklappe",
          "correct": true
        },
        {
          "text": "Epiglottis",
          "correct": false
        },
        {
          "text": "Pylorus",
          "correct": false
        }
      ]
    },
    {
      "id": 272,
      "question": "Welcher Vorfahre des Krokodil lebte in der Trias und war ein schneller Landläufer?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Postosuchus",
          "correct": true
        },
        {
          "text": "Proterosuchus",
          "correct": false
        },
        {
          "text": "Simosuchus",
          "correct": false
        }
      ]
    },
    {
      "id": 273,
      "question": "Wie viele Unterfamilien werden innerhalb der Ordnung der Krokodil-Verwandten unterschieden?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Drei",
          "correct": true
        },
        {
          "text": "Fünf",
          "correct": false
        },
        {
          "text": "Zwei",
          "correct": false
        }
      ]
    },
    {
      "id": 274,
      "question": "Welches Hormon steuert beim Krokodil primär die Salzausscheidung über die Zungendrüsen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Kortikosteron",
          "correct": true
        },
        {
          "text": "Insulin",
          "correct": false
        },
        {
          "text": "Adrenalin",
          "correct": false
        }
      ]
    },
    {
      "id": 275,
      "question": "In welchem geologischen Zeitraum entwickelten sich die ersten modernen Krokodil-Formen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Kreidezeit",
          "correct": true
        },
        {
          "text": "Perm",
          "correct": false
        },
        {
          "text": "Jura",
          "correct": false
        }
      ]
    },
    {
      "id": 276,
      "question": "Welches Krokodil gilt genetisch als das am nächsten mit Vögeln verwandt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Alle Arten",
          "correct": true
        },
        {
          "text": "Nur Alligatoren",
          "correct": false
        },
        {
          "text": "Nur Gaviale",
          "correct": false
        }
      ]
    },
    {
      "id": 277,
      "question": "Wie wird die spezielle Jagdtechnik beim Krokodil genannt, bei der es sich schnell um die eigene Achse dreht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Todesrolle",
          "correct": true
        },
        {
          "text": "Schleuderwurf",
          "correct": false
        },
        {
          "text": "Wirbelbiss",
          "correct": false
        }
      ]
    },
    {
      "id": 278,
      "question": "Welche Farbe haben die Augen eines Krokodil nachts, wenn sie angeleuchtet werden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Rot",
          "correct": true
        },
        {
          "text": "Gelb",
          "correct": false
        },
        {
          "text": "Grün",
          "correct": false
        }
      ]
    },
    {
      "id": 279,
      "question": "Wie viele Tage dauert die Embryonalentwicklung beim Krokodil im Durchschnitt unter Idealbedingungen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "80 Tage",
          "correct": true
        },
        {
          "text": "30 Tage",
          "correct": false
        },
        {
          "text": "150 Tage",
          "correct": false
        }
      ]
    },
    {
      "id": 280,
      "question": "Welches schwere Tier in Afrika verbringt den Tag oft im Wasser?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Flusspferd",
          "correct": true
        },
        {
          "text": "Nashorn",
          "correct": false
        },
        {
          "text": "Afrikanischer Büffel",
          "correct": false
        }
      ]
    },
    {
      "id": 281,
      "question": "Welcher Primat lebt in den Bergwäldern Afrikas?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Gorilla",
          "correct": true
        },
        {
          "text": "Pavian",
          "correct": false
        },
        {
          "text": "Schimpanse",
          "correct": false
        }
      ]
    },
    {
      "id": 282,
      "question": "Welches Tier in Afrika ist für sein „Lachen“ bekannt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hyäne",
          "correct": true
        },
        {
          "text": "Schakal",
          "correct": false
        },
        {
          "text": "Erdmännchen",
          "correct": false
        }
      ]
    },
    {
      "id": 283,
      "question": "Welches kleine Tier in Afrika steht oft auf den Hinterbeinen, um Wache zu halten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Erdmännchen",
          "correct": true
        },
        {
          "text": "Klippschliefer",
          "correct": false
        },
        {
          "text": "Borstenhörnchen",
          "correct": false
        }
      ]
    },
    {
      "id": 284,
      "question": "Welches Tier in Afrika ist für seine Sprungkraft bekannt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Impala",
          "correct": true
        },
        {
          "text": "Warzenschwein",
          "correct": false
        },
        {
          "text": "Zebra",
          "correct": false
        }
      ]
    },
    {
      "id": 285,
      "question": "Welches Schwein in Afrika hat markante Stoßzähne im Gesicht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Warzenschwein",
          "correct": true
        },
        {
          "text": "Pinselohrschwein",
          "correct": false
        },
        {
          "text": "Wildschwein",
          "correct": false
        }
      ]
    },
    {
      "id": 286,
      "question": "Welches Reptil in Afrika lauert oft in Flüssen auf Beute?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nilkrokodil",
          "correct": true
        },
        {
          "text": "Waran",
          "correct": false
        },
        {
          "text": "Python",
          "correct": false
        }
      ]
    },
    {
      "id": 287,
      "question": "Welches Tier in Australien schläft bis zu 20 Stunden am Tag in Eukalyptusbäumen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Koala",
          "correct": true
        },
        {
          "text": "Baumi",
          "correct": false
        },
        {
          "text": "Beuteldachs",
          "correct": false
        }
      ]
    },
    {
      "id": 288,
      "question": "Welches Tier in Australien ist ein wilder Hund?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Dingo",
          "correct": true
        },
        {
          "text": "Beutelwolf",
          "correct": false
        },
        {
          "text": "Rotfuchs",
          "correct": false
        }
      ]
    },
    {
      "id": 289,
      "question": "Welcher Fisch in Australien ist eine berühmte Attraktion am Great Barrier Reef?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Clownfisch",
          "correct": true
        },
        {
          "text": "Kabeljau",
          "correct": false
        },
        {
          "text": "Forelle",
          "correct": false
        }
      ]
    },
    {
      "id": 290,
      "question": "Was verliert eine Vogelspinne regelmäßig, um wachsen zu können?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ihre Haut",
          "correct": true
        },
        {
          "text": "Ihre Beine",
          "correct": false
        },
        {
          "text": "Ihr Gift",
          "correct": false
        }
      ]
    },
    {
      "id": 291,
      "question": "Wie viele Augen hat eine Vogelspinne normalerweise?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Acht Augen",
          "correct": true
        },
        {
          "text": "Zwei Augen",
          "correct": false
        },
        {
          "text": "Sechs Augen",
          "correct": false
        }
      ]
    },
    {
      "id": 292,
      "question": "Was fressen kleine Vogelspinnen besonders gern?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Insekten",
          "correct": true
        },
        {
          "text": "Obst",
          "correct": false
        },
        {
          "text": "Blätter",
          "correct": false
        }
      ]
    },
    {
      "id": 293,
      "question": "Wie bewegen sich die Giftklauen einer Vogelspinne beim Zubeißen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nach unten",
          "correct": true
        },
        {
          "text": "Zur Seite",
          "correct": false
        },
        {
          "text": "Gar nicht",
          "correct": false
        }
      ]
    },
    {
      "id": 294,
      "question": "Welches Geschlecht wird bei einer Vogelspinne meist deutlich älter?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Das Weibchen",
          "correct": true
        },
        {
          "text": "Das Männchen",
          "correct": false
        },
        {
          "text": "Beide gleich",
          "correct": false
        }
      ]
    },
    {
      "id": 295,
      "question": "In welcher Klimazone kommen die meisten Arten der Vogelspinne vor?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Tropen",
          "correct": true
        },
        {
          "text": "Arktis",
          "correct": false
        },
        {
          "text": "Hochgebirge",
          "correct": false
        }
      ]
    },
    {
      "id": 296,
      "question": "Was macht eine Vogelspinne meistens während des Tages?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ruhen",
          "correct": true
        },
        {
          "text": "Jagen",
          "correct": false
        },
        {
          "text": "Rennen",
          "correct": false
        }
      ]
    },
    {
      "id": 297,
      "question": "Wie nennt man die Phase, in der eine Vogelspinne ihr Außenskelett abstreift, um zu wachsen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Häutung",
          "correct": true
        },
        {
          "text": "Metamorphose",
          "correct": false
        },
        {
          "text": "Verpuppung",
          "correct": false
        }
      ]
    },
    {
      "id": 298,
      "question": "Welchen Verteidigungsmechanismus nutzen viele amerikanische Vogelspinnen bei Bedrohung?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Abstreifen von Brennhaaren",
          "correct": true
        },
        {
          "text": "Verspritzen von Urin",
          "correct": false
        },
        {
          "text": "Lautes Zischen",
          "correct": false
        }
      ]
    },
    {
      "id": 299,
      "question": "Wie heißen die Haken des Männchens zur Blockierung der weiblichen Giftklauen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Tibiahaken",
          "correct": true
        },
        {
          "text": "Embolus- Klauen",
          "correct": false
        },
        {
          "text": "Pedipalpen- Sperren",
          "correct": false
        }
      ]
    },
    {
      "id": 300,
      "question": "Woher kommt die Seide für den Netzbau?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Aus den Spinnwarzen",
          "correct": true
        },
        {
          "text": "Aus der Epigastralfurche",
          "correct": false
        },
        {
          "text": "Aus den Cheliceren",
          "correct": false
        }
      ]
    },
    {
      "id": 301,
      "question": "Welche Art ist die größte Vogelspinne der Welt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Theraphosa blondi",
          "correct": true
        },
        {
          "text": "Lasiodora parahybana",
          "correct": false
        },
        {
          "text": "Poecilotheria rajaei",
          "correct": false
        }
      ]
    },
    {
      "id": 302,
      "question": "Wie heißen die Atmungsorgane der Vogelspinnen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Buchlungen",
          "correct": true
        },
        {
          "text": "Tracheen-Siebe",
          "correct": false
        },
        {
          "text": "Kiemen-Platten",
          "correct": false
        }
      ]
    },
    {
      "id": 303,
      "question": "",
      "difficulty": 1,
      "answers": [
        {
          "text": "",
          "correct": true
        },
        {
          "text": "",
          "correct": false
        },
        {
          "text": "",
          "correct": false
        }
      ]
    }
  ]
}