{
  "theme": "allgemein",
  "questions": [
    {
      "id": 1,
      "question": "Wie heißt die Hauptstadt von Deutschland?",
      "difficulty": 1,
      "answers": [
        {
          "text": "München",
          "correct": false
        },
        {
          "text": "Berlin",
          "correct": true
        },
        {
          "text": "Hamburg",
          "correct": false
        }
      ]
    },
    {
      "id": 2,
      "question": "Welches ist das größte Land der Welt nach Fläche?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Russland",
          "correct": true
        },
        {
          "text": "China",
          "correct": false
        },
        {
          "text": "USA",
          "correct": false
        }
      ]
    },
    {
      "id": 3,
      "question": "Wie viele Tage hat eine normale Woche?",
      "difficulty": 1,
      "answers": [
        {
          "text": "5",
          "correct": false
        },
        {
          "text": "6",
          "correct": false
        },
        {
          "text": "7",
          "correct": true
        }
      ]
    },
    {
      "id": 4,
      "question": "Wer hat die Glühbirne erfunden?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Albert Einstein",
          "correct": false
        },
        {
          "text": "Thomas Edison",
          "correct": true
        },
        {
          "text": "Nikola Tesla",
          "correct": false
        }
      ]
    },
    {
      "id": 5,
      "question": "Was ist die chemische Formel für Wasser?",
      "difficulty": 2,
      "answers": [
        {
          "text": "H₂O",
          "correct": true
        },
        {
          "text": "CO₂",
          "correct": false
        },
        {
          "text": "O₂",
          "correct": false
        }
      ]
    },
    {
      "id": 6,
      "question": "Welcher Planet ist der größte in unserem Sonnensystem?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Saturn",
          "correct": false
        },
        {
          "text": "Erde",
          "correct": false
        },
        {
          "text": "Jupiter",
          "correct": true
        }
      ]
    },
    {
      "id": 7,
      "question": "Wer hat die Relativitätstheorie entwickelt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Isaac Newton",
          "correct": false
        },
        {
          "text": "Albert Einstein",
          "correct": true
        },
        {
          "text": "Stephen Hawking",
          "correct": false
        }
      ]
    },
    {
      "id": 8,
      "question": "Was ist die Hauptstadt von Australien?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Canberra",
          "correct": true
        },
        {
          "text": "Sydney",
          "correct": false
        },
        {
          "text": "Melbourne",
          "correct": false
        }
      ]
    },
    {
      "id": 9,
      "question": "In welchem Jahr fiel die Berliner Mauer?",
      "difficulty": 2,
      "answers": [
        {
          "text": "1985",
          "correct": false
        },
        {
          "text": "1989",
          "correct": true
        },
        {
          "text": "1991",
          "correct": false
        }
      ]
    },
    {
      "id": 10,
      "question": "Wie viele Kontinente gibt es auf der Erde?",
      "difficulty": 2,
      "answers": [
        {
          "text": "7",
          "correct": true
        },
        {
          "text": "5",
          "correct": false
        },
        {
          "text": "12",
          "correct": false
        }
      ]
    },
    {
      "id": 11,
      "question": "Wer hat das berühmte Gemälde \"Mona Lisa\" gemalt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Vincent van Gogh",
          "correct": false
        },
        {
          "text": "Leonardo da Vinci",
          "correct": true
        },
        {
          "text": "Pablo Picasso",
          "correct": false
        }
      ]
    },
    {
      "id": 12,
      "question": "Wie viele Tage hat ein gewöhnliches Jahr (kein Schaltjahr)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "366",
          "correct": false
        },
        {
          "text": "364",
          "correct": false
        },
        {
          "text": "365",
          "correct": true
        }
      ]
    },
    {
      "id": 13,
      "question": "Welcher ist der höchste Berg der Welt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Mount Everest",
          "correct": true
        },
        {
          "text": "Matterhorn",
          "correct": false
        },
        {
          "text": "Zugspitze",
          "correct": false
        }
      ]
    },
    {
      "id": 14,
      "question": "Bei welcher Sportart wird mit einem Schläger und einem Federball gespielt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Badminton",
          "correct": true
        },
        {
          "text": "Tennis",
          "correct": false
        },
        {
          "text": "Squash",
          "correct": false
        }
      ]
    },
    {
      "id": 15,
      "question": "Wer ist die Autorin der Harry-Potter-Bücher?",
      "difficulty": 1,
      "answers": [
        {
          "text": "J.K. Rowling",
          "correct": true
        },
        {
          "text": "Roald Dahl",
          "correct": false
        },
        {
          "text": "Cornelia Funke",
          "correct": false
        }
      ]
    },
    {
      "id": 16,
      "question": "In welchem europäischen Land fanden die ersten Olympischen Spiele der Antike statt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Griechenland",
          "correct": true
        },
        {
          "text": "Italien",
          "correct": false
        },
        {
          "text": "Frankreich",
          "correct": false
        }
      ]
    },
    {
      "id": 17,
      "question": "Welches ist das größte lebende Säugetier der Welt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Blauwal",
          "correct": true
        },
        {
          "text": "Elefant",
          "correct": false
        },
        {
          "text": "Giraffe",
          "correct": false
        }
      ]
    },
    {
      "id": 18,
      "question": "Wie viele Bundesländer hat Deutschland?",
      "difficulty": 1,
      "answers": [
        {
          "text": "16",
          "correct": true
        },
        {
          "text": "15",
          "correct": false
        },
        {
          "text": "20",
          "correct": false
        }
      ]
    },
    {
      "id": 19,
      "question": "Welches chemische Element hat das Zeichen \"O\" im Periodensystem?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gold",
          "correct": false
        },
        {
          "text": "Sauerstoff",
          "correct": true
        },
        {
          "text": "Osmium",
          "correct": false
        }
      ]
    },
    {
      "id": 20,
      "question": "Was ist die Energiewährung der Zelle, in der chemische Energie gespeichert wird?",
      "difficulty": 3,
      "answers": [
        {
          "text": "ATP",
          "correct": true
        },
        {
          "text": "ADP",
          "correct": false
        },
        {
          "text": "DNS",
          "correct": false
        }
      ]
    },
    {
      "id": 21,
      "question": "Welches Element macht etwa 78 % der Erdatmosphäre aus?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Stickstoff (N₂)",
          "correct": true
        },
        {
          "text": "Sauerstoff (O₂)",
          "correct": false
        },
        {
          "text": "Kohlendioxid (CO₂)",
          "correct": false
        }
      ]
    },
    {
      "id": 22,
      "question": "Wer malte das berühmte Gemälde \"Die Nachtwache\"?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Rembrandt van Rijn",
          "correct": true
        },
        {
          "text": "Vincent van Gogh",
          "correct": false
        },
        {
          "text": "Johannes Vermeer",
          "correct": false
        }
      ]
    },
    {
      "id": 23,
      "question": "Wie viele Sterne zeigt die offizielle Flagge der Europäischen Union?",
      "difficulty": 2,
      "answers": [
        {
          "text": "12",
          "correct": true
        },
        {
          "text": "27",
          "correct": false
        },
        {
          "text": "15",
          "correct": false
        }
      ]
    },
    {
      "id": 24,
      "question": "Wer war 1961 der erste Mensch im Weltraum?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Juri Gagarin",
          "correct": true
        },
        {
          "text": "Neil Armstrong",
          "correct": false
        },
        {
          "text": "Buzz Aldrin",
          "correct": false
        }
      ]
    },
    {
      "id": 25,
      "question": "Nach welchem italienischen Physiker ist die Einheit der elektrischen Spannung 'Volt' benannt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Alessandro Volta",
          "correct": true
        },
        {
          "text": "Galileo Galilei",
          "correct": false
        },
        {
          "text": "Enrico Fermi",
          "correct": false
        }
      ]
    },
    {
      "id": 26,
      "question": "Wie heißt der größte Mond unseres Sonnensystems?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ganymed",
          "correct": true
        },
        {
          "text": "Titan",
          "correct": false
        },
        {
          "text": "Erdmond",
          "correct": false
        }
      ]
    },
    {
      "id": 27,
      "question": "Welches Organ im menschlichen Körper produziert das Hormon Insulin?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Bauchspeicheldrüse",
          "correct": true
        },
        {
          "text": "Leber",
          "correct": false
        },
        {
          "text": "Thymus",
          "correct": false
        }
      ]
    },
    {
      "id": 28,
      "question": "Wer gilt als der Erfinder des World Wide Web?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Tim Berners-Lee",
          "correct": true
        },
        {
          "text": "Bill Gates",
          "correct": false
        },
        {
          "text": "Steve Jobs",
          "correct": false
        }
      ]
    },
    {
      "id": 29,
      "question": "Wie lautet das Ergebnis der Quadratwurzel aus 169?",
      "difficulty": 2,
      "answers": [
        {
          "text": "13",
          "correct": true
        },
        {
          "text": "12",
          "correct": false
        },
        {
          "text": "14",
          "correct": false
        }
      ]
    },
    {
      "id": 30,
      "question": "In welchem Ozean liegt die tiefste Stelle der Erde, das \"Challenger-Deep\"?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Pazifischer Ozean",
          "correct": true
        },
        {
          "text": "Atlantischer Ozean",
          "correct": false
        },
        {
          "text": "Indischer Ozean",
          "correct": false
        }
      ]
    },
    {
      "id": 31,
      "question": "Wer komponierte die berühmte \"Ode an die Freude\", die heute die Europahymne ist?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ludwig van Beethoven",
          "correct": true
        },
        {
          "text": "Wolfgang Amadeus Mozart",
          "correct": false
        },
        {
          "text": "Johann Sebastian Bach",
          "correct": false
        }
      ]
    },
    {
      "id": 32,
      "question": "Wer war der letzte Kaiser des Heiligen Römischen Reiches Deutscher Nation, bevor es 1806 aufgelöst wurde?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Franz II.",
          "correct": true
        },
        {
          "text": "Karl V.",
          "correct": false
        },
        {
          "text": "Friedrich II.",
          "correct": false
        }
      ]
    },
    {
      "id": 33,
      "question": "Neben Quecksilber ist welches chemische Element bei einer Temperatur von 20°C flüssig?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Brom",
          "correct": true
        },
        {
          "text": "Jod",
          "correct": false
        },
        {
          "text": "Cäsium",
          "correct": false
        }
      ]
    },
    {
      "id": 34,
      "question": "Wer entwarf die berühmte Glaspyramide im Innenhof des Pariser Louvre?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Ieoh Ming Pei",
          "correct": true
        },
        {
          "text": "Le Corbusier",
          "correct": false
        },
        {
          "text": "Frank Gehry",
          "correct": false
        }
      ]
    },
    {
      "id": 35,
      "question": "Welches Land verfügt aufgrund seiner Überseegebiete über die meisten Zeitzonen weltweit?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Frankreich",
          "correct": true
        },
        {
          "text": "Russland",
          "correct": false
        },
        {
          "text": "USA",
          "correct": false
        }
      ]
    },
    {
      "id": 36,
      "question": "Wer formulierte 1927 die fundamentale Unschärferelation der Quantenmechanik?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Werner Heisenberg",
          "correct": true
        },
        {
          "text": "Max Planck",
          "correct": false
        },
        {
          "text": "Erwin Schrödinger",
          "correct": false
        }
      ]
    },
    {
      "id": 37,
      "question": "Welcher Fluss bildet auf seiner gesamten Länge die Grenze zwischen den USA und Mexiko?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Rio Grande",
          "correct": true
        },
        {
          "text": "Colorado",
          "correct": false
        },
        {
          "text": "Mississippi",
          "correct": false
        }
      ]
    },
    {
      "id": 38,
      "question": "Wie heißt die Wissenschaft von der Prinzipienbasierten Klassifizierung und Benennung von Organismen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Taxonomie",
          "correct": true
        },
        {
          "text": "Phylogenetik",
          "correct": false
        },
        {
          "text": "Ontogenie",
          "correct": false
        }
      ]
    },
    {
      "id": 39,
      "question": "Wer gründete 2003 ursprünglich das Unternehmen Tesla Motors, bevor Elon Musk später als Investor einstieg?",
      "difficulty": 3,
      "answers": [
        {
          "text": "M. Eberhard und M. Tarpenning",
          "correct": true
        },
        {
          "text": "Elon Musk",
          "correct": false
        },
        {
          "text": "Nikola Tesla",
          "correct": false
        }
      ]
    },
    {
      "id": 40,
      "question": "Welcher ist der sonnennächste Stern außerhalb unseres Sonnensystems?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Proxima Centauri",
          "correct": true
        },
        {
          "text": "Sirius Black",
          "correct": false
        },
        {
          "text": "Alpha Centauri A",
          "correct": false
        }
      ]
    },
    {
      "id": 41,
      "question": "Wer komponierte die Sinfonie Nr. 8 in h-Moll, bekannt als die „Unvollendete“?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Franz Schubert",
          "correct": true
        },
        {
          "text": "Ludwig van Beethoven",
          "correct": false
        },
        {
          "text": "Anton Bruckner",
          "correct": false
        }
      ]
    },
    {
      "id": 42,
      "question": "Wie heißen die ersten fünf Bücher des Alten Testaments (Tora) im theologischen Fachbegriff?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Pentateuch",
          "correct": true
        },
        {
          "text": "Talmud",
          "correct": false
        },
        {
          "text": "Septuaginta",
          "correct": false
        }
      ]
    },
    {
      "id": 43,
      "question": "Wer schrieb 1883 das philosophische Werk „Also sprach Zarathustra“?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Friedrich Nietzsche",
          "correct": true
        },
        {
          "text": "Arthur Schopenhauer",
          "correct": false
        },
        {
          "text": "Immanuel Kant",
          "correct": false
        }
      ]
    },
    {
      "id": 44,
      "question": "Welches Land gewann die erste Fußball-Weltmeisterschaft 1930?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Uruguay",
          "correct": true
        },
        {
          "text": "Argentinien",
          "correct": false
        },
        {
          "text": "Brasilien",
          "correct": false
        }
      ]
    },
    {
      "id": 45,
      "question": "Wer ist der Architekt des berühmten Hauses „Fallingwater“ in Pennsylvania?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Frank Lloyd Wright",
          "correct": true
        },
        {
          "text": "Ludwig Mies van der Rohe",
          "correct": false
        },
        {
          "text": "Philip Johnson",
          "correct": false
        }
      ]
    },
    {
      "id": 46,
      "question": "Wer verfasste den Roman „Der Zauberberg“, für den er 1929 den Nobelpreis für Literatur erhielt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Thomas Mann",
          "correct": true
        },
        {
          "text": "Hermann Hesse",
          "correct": false
        },
        {
          "text": "Robert Musil",
          "correct": false
        }
      ]
    },
    {
      "id": 47,
      "question": "Wie nennt man die Person, die eine Klasse unterrichtet?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Lehrer",
          "correct": true
        },
        {
          "text": "Trainer",
          "correct": false
        },
        {
          "text": "Arzt",
          "correct": false
        }
      ]
    },
    {
      "id": 48,
      "question": "Womit kann man Fehler verbessern?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Radiergummi",
          "correct": true
        },
        {
          "text": "Lineal",
          "correct": false
        },
        {
          "text": "Zirkel",
          "correct": false
        }
      ]
    },
    {
      "id": 49,
      "question": "In welchem Fach lernt man etwas über Tiere und Pflanzen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Biologie",
          "correct": true
        },
        {
          "text": "Mathe",
          "correct": false
        },
        {
          "text": "Musik",
          "correct": false
        }
      ]
    },
    {
      "id": 50,
      "question": "Was ist die höchste Funktion, die man in einer Schule haben kann?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schulleitung",
          "correct": true
        },
        {
          "text": "Busfahrer",
          "correct": false
        },
        {
          "text": "Hausmeister",
          "correct": false
        }
      ]
    },
    {
      "id": 51,
      "question": "Wie heißt der blaue Igel aus dem Film von 2020?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Sonic",
          "correct": true
        },
        {
          "text": "Flash",
          "correct": false
        },
        {
          "text": "Spike",
          "correct": false
        }
      ]
    },
    {
      "id": 52,
      "question": "In welchem Film verwandelt sich Mei in einen roten Panda?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Rot",
          "correct": true
        },
        {
          "text": "Panda Power",
          "correct": false
        },
        {
          "text": "Red Magic",
          "correct": false
        }
      ]
    },
    {
      "id": 53,
      "question": "Wie heißt der letzte Drache in „Raya and the Last Dragon“ (2021)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Sisu",
          "correct": true
        },
        {
          "text": "Draco",
          "correct": false
        },
        {
          "text": "Naga",
          "correct": false
        }
      ]
    },
    {
      "id": 54,
      "question": "Welches Tier ist „Clifford“ im Film von 2020?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ein großer roter Hund",
          "correct": true
        },
        {
          "text": "Eine Katze",
          "correct": false
        },
        {
          "text": "Ein Pferd",
          "correct": false
        }
      ]
    },
    {
      "id": 55,
      "question": "Welches Tier ist Ivan in „The One and Only Ivan“ (2020)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ein Gorilla",
          "correct": true
        },
        {
          "text": "Ein Elefant",
          "correct": false
        },
        {
          "text": "Ein Tiger",
          "correct": false
        }
      ]
    },
    {
      "id": 56,
      "question": "In welchem Film spricht Eddie Murphy mit Tieren?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Dr. Dolittle",
          "correct": true
        },
        {
          "text": "Prof. Animal Talk",
          "correct": false
        },
        {
          "text": "Sir. Zoo",
          "correct": false
        }
      ]
    },
    {
      "id": 57,
      "question": "Wie heißt der Pixar-Film von 2020 über zwei Elfenbrüder?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Onward",
          "correct": true
        },
        {
          "text": "Magic Brothers",
          "correct": false
        },
        {
          "text": "Elf Quest",
          "correct": false
        }
      ]
    },
    {
      "id": 58,
      "question": "Welcher Planet wird auch „Roter Planet“ genannt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Mars",
          "correct": true
        },
        {
          "text": "Jupiter",
          "correct": false
        },
        {
          "text": "Venus",
          "correct": false
        }
      ]
    },
    {
      "id": 59,
      "question": "Welches Gas atmen wir hauptsächlich ein, wenn wir Luft holen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Stickstoff",
          "correct": true
        },
        {
          "text": "Sauerstoff",
          "correct": false
        },
        {
          "text": "Kohlendioxid",
          "correct": false
        }
      ]
    },
    {
      "id": 60,
      "question": "Welches Tier kann seinen Kopf fast ganz herumdrehen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eule",
          "correct": true
        },
        {
          "text": "Hund",
          "correct": false
        },
        {
          "text": "Kuh",
          "correct": false
        }
      ]
    },
    {
      "id": 61,
      "question": "Welches Blutgefäß bringt das Blut vom Herzen weg?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Arterie",
          "correct": true
        },
        {
          "text": "Vene",
          "correct": false
        },
        {
          "text": "Kapillare",
          "correct": false
        }
      ]
    },
    {
      "id": 62,
      "question": "Wer schrieb das Märchen „Hänsel und Gretel“ auf?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die Brüder Grimm",
          "correct": true
        },
        {
          "text": "Astrid Lindgren",
          "correct": false
        },
        {
          "text": "Erich Kästner",
          "correct": false
        }
      ]
    },
    {
      "id": 63,
      "question": "Wie nennt man Tiere, die nur Pflanzen fressen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pflanzenfresser",
          "correct": true
        },
        {
          "text": "Fleischfresser",
          "correct": false
        },
        {
          "text": "Allesfresser",
          "correct": false
        }
      ]
    },
    {
      "id": 64,
      "question": "Welches Element brauchen Pflanzen für die Photosynthese?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kohlendioxid",
          "correct": true
        },
        {
          "text": "Helium",
          "correct": false
        },
        {
          "text": "Gold",
          "correct": false
        }
      ]
    },
    {
      "id": 65,
      "question": "In welchem Land stehen die Pyramiden von Gizeh?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ägypten",
          "correct": true
        },
        {
          "text": "Mexiko",
          "correct": false
        },
        {
          "text": "Griechenland",
          "correct": false
        }
      ]
    },
    {
      "id": 66,
      "question": "Wie nennt man einen Wissenschaftler, der das Wetter erforscht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Meteorologe",
          "correct": true
        },
        {
          "text": "Biologe",
          "correct": false
        },
        {
          "text": "Archäologe",
          "correct": false
        }
      ]
    },
    {
      "id": 67,
      "question": "Wie viele Minuten hat eine Stunde?",
      "difficulty": 1,
      "answers": [
        {
          "text": "60",
          "correct": true
        },
        {
          "text": "100",
          "correct": false
        },
        {
          "text": "24",
          "correct": false
        }
      ]
    },
    {
      "id": 68,
      "question": "Welches Organ pumpt Blut durch den Körper?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Das Herz",
          "correct": true
        },
        {
          "text": "Die Lunge",
          "correct": false
        },
        {
          "text": "Der Magen",
          "correct": false
        }
      ]
    },
    {
      "id": 69,
      "question": "Was misst ein Thermometer?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Temperatur",
          "correct": true
        },
        {
          "text": "Lautstärke",
          "correct": false
        },
        {
          "text": "Geschwindigkeit",
          "correct": false
        }
      ]
    },
    {
      "id": 70,
      "question": "Wie nennt man einen Text, in dem sich Wörter am Ende reimen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Gedicht",
          "correct": true
        },
        {
          "text": "Bericht",
          "correct": false
        },
        {
          "text": "Tabelle",
          "correct": false
        }
      ]
    },
    {
      "id": 71,
      "question": "Welches Meer liegt zwischen Europa und Afrika?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Mittelmeer",
          "correct": true
        },
        {
          "text": "Nordsee",
          "correct": false
        },
        {
          "text": "Ostsee",
          "correct": false
        }
      ]
    },
    {
      "id": 72,
      "question": "Wie nennt man die kleinste Einheit eines Lebewesens?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Zelle",
          "correct": true
        },
        {
          "text": "Atom",
          "correct": false
        },
        {
          "text": "Molekül",
          "correct": false
        }
      ]
    },
    {
      "id": 73,
      "question": "Welcher Fluss ist der längste in Deutschland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Rhein",
          "correct": true
        },
        {
          "text": "Elbe",
          "correct": false
        },
        {
          "text": "Donau",
          "correct": false
        }
      ]
    },
    {
      "id": 74,
      "question": "Wie viele Knochen hat ein erwachsener Mensch ungefähr?",
      "difficulty": 2,
      "answers": [
        {
          "text": "206",
          "correct": true
        },
        {
          "text": "150",
          "correct": false
        },
        {
          "text": "169",
          "correct": false
        }
      ]
    },
    {
      "id": 75,
      "question": "Welches Metall ist bei Raumtemperatur flüssig?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Quecksilber",
          "correct": true
        },
        {
          "text": "Eisen",
          "correct": false
        },
        {
          "text": "Aluminium",
          "correct": false
        }
      ]
    },
    {
      "id": 76,
      "question": "Welcher Planet hat die meisten bekannten Monde?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Saturn",
          "correct": true
        },
        {
          "text": "Mars",
          "correct": false
        },
        {
          "text": "Merkur",
          "correct": false
        }
      ]
    },
    {
      "id": 77,
      "question": "Welches Organ ist für das Denken zuständig?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Gehirn",
          "correct": true
        },
        {
          "text": "Leber",
          "correct": false
        },
        {
          "text": "Niere",
          "correct": false
        }
      ]
    },
    {
      "id": 78,
      "question": "Wie nennt man ein Dreieck mit drei gleich langen Seiten?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gleichseitiges Dreieck",
          "correct": true
        },
        {
          "text": "Rechtwinkliges Dreieck",
          "correct": false
        },
        {
          "text": "Ungleichseitiges Dreieck",
          "correct": false
        }
      ]
    },
    {
      "id": 79,
      "question": "Welches Land hat die meisten Einwohner der Welt? (Stand 2025)",
      "difficulty": 2,
      "answers": [
        {
          "text": "Indien",
          "correct": true
        },
        {
          "text": "China",
          "correct": false
        },
        {
          "text": "USA",
          "correct": false
        }
      ]
    },
    {
      "id": 80,
      "question": "Wie nennt man die Kraft, die uns auf der Erde festhält?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Schwerkraft",
          "correct": true
        },
        {
          "text": "Magnetismus",
          "correct": false
        },
        {
          "text": "Reibungskraft",
          "correct": false
        }
      ]
    },
    {
      "id": 81,
      "question": "Welcher Kontinent ist der kleinste der Erde?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Australien",
          "correct": true
        },
        {
          "text": "Europa",
          "correct": false
        },
        {
          "text": "Antarktis",
          "correct": false
        }
      ]
    },
    {
      "id": 82,
      "question": "Wie nennt man den Prozess, bei dem Wasser von flüssig zu gasförmig wird?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Verdunstung",
          "correct": true
        },
        {
          "text": "Gefrieren",
          "correct": false
        },
        {
          "text": "Kondensation",
          "correct": false
        }
      ]
    },
    {
      "id": 83,
      "question": "Wie viele Planeten hat unser Sonnensystem?",
      "difficulty": 2,
      "answers": [
        {
          "text": "8",
          "correct": true
        },
        {
          "text": "9",
          "correct": false
        },
        {
          "text": "10",
          "correct": false
        }
      ]
    },
    {
      "id": 84,
      "question": "Welche Sprache wird in Brasilien hauptsächlich gesprochen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Portugiesisch",
          "correct": true
        },
        {
          "text": "Spanisch",
          "correct": false
        },
        {
          "text": "Englisch",
          "correct": false
        }
      ]
    },
    {
      "id": 85,
      "question": "Wie nennt man Tiere, die sowohl im Wasser als auch an Land leben?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Amphibien",
          "correct": true
        },
        {
          "text": "Reptilien",
          "correct": false
        },
        {
          "text": "Säugetiere",
          "correct": false
        }
      ]
    },
    {
      "id": 86,
      "question": "Welches Element hat das chemische Symbol „Au“?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Gold",
          "correct": true
        },
        {
          "text": "Silber",
          "correct": false
        },
        {
          "text": "Argon",
          "correct": false
        }
      ]
    },
    {
      "id": 87,
      "question": "Wie nennt man die kleinste Einheit eines chemischen Elements?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Atom",
          "correct": true
        },
        {
          "text": "Molekül",
          "correct": false
        },
        {
          "text": "Proton",
          "correct": false
        }
      ]
    },
    {
      "id": 88,
      "question": "Wie heißt die Hauptstadt von Kanada?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Ottawa",
          "correct": true
        },
        {
          "text": "Toronto",
          "correct": false
        },
        {
          "text": "Vancouver",
          "correct": false
        }
      ]
    },
    {
      "id": 89,
      "question": "Welcher Krieg begann im Jahr 1914?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Erster Weltkrieg",
          "correct": true
        },
        {
          "text": "Zweiter Weltkrieg",
          "correct": false
        },
        {
          "text": "Deutsch - Französischer Krieg",
          "correct": false
        }
      ]
    },
    {
      "id": 90,
      "question": "Wie nennt man die Grenze zwischen zwei tektonischen Platten?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Plattengrenze",
          "correct": true
        },
        {
          "text": "Erdspalte",
          "correct": false
        },
        {
          "text": "Kontinentalbruch",
          "correct": false
        }
      ]
    },
    {
      "id": 91,
      "question": "Welche Zahl ist eine Primzahl?",
      "difficulty": 2,
      "answers": [
        {
          "text": "97",
          "correct": true
        },
        {
          "text": "91",
          "correct": false
        },
        {
          "text": "87",
          "correct": false
        }
      ]
    },
    {
      "id": 92,
      "question": "Wie viele Chromosomen hat ein Mensch normalerweise?",
      "difficulty": 3,
      "answers": [
        {
          "text": "46",
          "correct": true
        },
        {
          "text": "44",
          "correct": false
        },
        {
          "text": "48",
          "correct": false
        }
      ]
    },
    {
      "id": 93,
      "question": "Wie nennt man den Prozess der Zellteilung bei Körperzellen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Mitose",
          "correct": true
        },
        {
          "text": "Meiose",
          "correct": false
        },
        {
          "text": "Osmose",
          "correct": false
        }
      ]
    },
    {
      "id": 94,
      "question": "Welche Einheit misst elektrischen Widerstand?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Ohm",
          "correct": true
        },
        {
          "text": "Volt",
          "correct": false
        },
        {
          "text": "Watt",
          "correct": false
        }
      ]
    },
    {
      "id": 95,
      "question": "Welcher Planet rotiert am schnellsten um seine eigene Achse?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Jupiter",
          "correct": true
        },
        {
          "text": "Erde",
          "correct": false
        },
        {
          "text": "Mars",
          "correct": false
        }
      ]
    },
    {
      "id": 96,
      "question": "Wer war der erste Bundeskanzler der Bundesrepublik Deutschland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Konrad Adenauer",
          "correct": true
        },
        {
          "text": "Willy Brandt",
          "correct": false
        },
        {
          "text": "Helmut Kohl",
          "correct": false
        }
      ]
    },
    {
      "id": 97,
      "question": "Wie lautet die Quadratwurzel von 144?",
      "difficulty": 2,
      "answers": [
        {
          "text": "12",
          "correct": true
        },
        {
          "text": "14",
          "correct": false
        },
        {
          "text": "16",
          "correct": false
        }
      ]
    },
    {
      "id": 98,
      "question": "Wie nennt man die Gesamtheit aller Galaxien?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Universum",
          "correct": true
        },
        {
          "text": "Milchstraße",
          "correct": false
        },
        {
          "text": "Sonnensystem",
          "correct": false
        }
      ]
    },
    {
      "id": 99,
      "question": "Welcher chemische Stoff ist hauptsächlich für den Treibhauseffekt verantwortlich?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Kohlendioxid",
          "correct": true
        },
        {
          "text": "Stickstoff",
          "correct": false
        },
        {
          "text": "Helium",
          "correct": false
        }
      ]
    },
    {
      "id": 100,
      "question": "In welchem Jahr wurde die Europäische Union offiziell gegründet?",
      "difficulty": 3,
      "answers": [
        {
          "text": "1993",
          "correct": true
        },
        {
          "text": "1989",
          "correct": false
        },
        {
          "text": "2001",
          "correct": false
        }
      ]
    },
    {
      "id": 101,
      "question": "Wie nennt man ein Viereck, bei dem alle Seiten gleich lang sind und alle Winkel 90° betragen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Quadrat",
          "correct": true
        },
        {
          "text": "Raute",
          "correct": false
        },
        {
          "text": "Trapez",
          "correct": false
        }
      ]
    },
    {
      "id": 102,
      "question": "Welcher Kontinent ist der größte nach Fläche?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Asien",
          "correct": true
        },
        {
          "text": "Afrika",
          "correct": false
        },
        {
          "text": "Europa",
          "correct": false
        }
      ]
    },
    {
      "id": 103,
      "question": "Welches klassische Tasteninstrument hat schwarze und weiße Tasten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Klavier",
          "correct": true
        },
        {
          "text": "Gitarre",
          "correct": false
        },
        {
          "text": "Trompete",
          "correct": false
        }
      ]
    },
    {
      "id": 104,
      "question": "Welches Tier wird oft als „König der Tiere“ bezeichnet?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Löwe",
          "correct": true
        },
        {
          "text": "Tiger",
          "correct": false
        },
        {
          "text": "Wolf",
          "correct": false
        }
      ]
    },
    {
      "id": 105,
      "question": "Wie viele Monate hat ein Jahr?",
      "difficulty": 1,
      "answers": [
        {
          "text": "12",
          "correct": true
        },
        {
          "text": "10",
          "correct": false
        },
        {
          "text": "13",
          "correct": false
        }
      ]
    },
    {
      "id": 106,
      "question": "Welche Farbe entsteht, wenn man Blau und Gelb mischt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Grün",
          "correct": true
        },
        {
          "text": "Lila",
          "correct": false
        },
        {
          "text": "Orange",
          "correct": false
        }
      ]
    },
    {
      "id": 107,
      "question": "Welches Meer liegt nördlich von Deutschland?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nordsee",
          "correct": true
        },
        {
          "text": "Mittelmeer",
          "correct": false
        },
        {
          "text": "Schwarzes Meer",
          "correct": false
        }
      ]
    },
    {
      "id": 108,
      "question": "Welches Tier legt Eier?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Huhn",
          "correct": true
        },
        {
          "text": "Kuh",
          "correct": false
        },
        {
          "text": "Hund",
          "correct": false
        }
      ]
    },
    {
      "id": 109,
      "question": "Wie nennt man gefrorenes Wasser?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eis",
          "correct": true
        },
        {
          "text": "Dampf",
          "correct": false
        },
        {
          "text": "Nebel",
          "correct": false
        }
      ]
    },
    {
      "id": 110,
      "question": "Welcher Wochentag folgt auf Montag?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Dienstag",
          "correct": true
        },
        {
          "text": "Freitag",
          "correct": false
        },
        {
          "text": "Sonntag",
          "correct": false
        }
      ]
    },
    {
      "id": 111,
      "question": "Welches Tier lebt nur im Wasser?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Delfin",
          "correct": true
        },
        {
          "text": "Nilpferd",
          "correct": false
        },
        {
          "text": "Biber",
          "correct": false
        }
      ]
    },
    {
      "id": 112,
      "question": "Wie viele Stunden hat ein Tag?",
      "difficulty": 1,
      "answers": [
        {
          "text": "24",
          "correct": true
        },
        {
          "text": "26",
          "correct": false
        },
        {
          "text": "12",
          "correct": false
        }
      ]
    },
    {
      "id": 113,
      "question": "Welches Organ braucht man zum Sehen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Auge",
          "correct": true
        },
        {
          "text": "Ohr",
          "correct": false
        },
        {
          "text": "Nase",
          "correct": false
        }
      ]
    },
    {
      "id": 114,
      "question": "In welchem Land liegt die Stadt Rom?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Italien",
          "correct": true
        },
        {
          "text": "Spanien",
          "correct": false
        },
        {
          "text": "Griechenland",
          "correct": false
        }
      ]
    },
    {
      "id": 115,
      "question": "Wie nennt man ein Fahrzeug, das auf Schienen fährt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Zug",
          "correct": true
        },
        {
          "text": "Bus",
          "correct": false
        },
        {
          "text": "Auto",
          "correct": false
        }
      ]
    },
    {
      "id": 116,
      "question": "Wie nennt man die Umlaufbahn eines Planeten um die Sonne?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Orbit",
          "correct": true
        },
        {
          "text": "Achse",
          "correct": false
        },
        {
          "text": "Meridian",
          "correct": false
        }
      ]
    },
    {
      "id": 117,
      "question": "Welches Land ist flächenmäßig das größte in Afrika?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Algerien",
          "correct": true
        },
        {
          "text": "Nigeria",
          "correct": false
        },
        {
          "text": "Ägypten",
          "correct": false
        }
      ]
    },
    {
      "id": 118,
      "question": "Wie viele Seiten hat ein reguläres Sechseck?",
      "difficulty": 2,
      "answers": [
        {
          "text": "6",
          "correct": true
        },
        {
          "text": "8",
          "correct": false
        },
        {
          "text": "5",
          "correct": false
        }
      ]
    },
    {
      "id": 119,
      "question": "Welche Stadt ist Sitz der Vereinten Nationen (Hauptsitz)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "New York",
          "correct": true
        },
        {
          "text": "Genf",
          "correct": false
        },
        {
          "text": "Brüssel",
          "correct": false
        }
      ]
    },
    {
      "id": 120,
      "question": "Welcher Muskel ist der größte im menschlichen Körper?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gesäßmuskel",
          "correct": true
        },
        {
          "text": "Bizeps",
          "correct": false
        },
        {
          "text": "Wadenmuskel",
          "correct": false
        }
      ]
    },
    {
      "id": 121,
      "question": "Wie heißt der längste Fluss der Welt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Nil",
          "correct": true
        },
        {
          "text": "Rhein",
          "correct": false
        },
        {
          "text": "Jangtse",
          "correct": false
        }
      ]
    },
    {
      "id": 122,
      "question": "Welches chemische Element hat das Symbol „Na“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Natrium",
          "correct": true
        },
        {
          "text": "Neon",
          "correct": false
        },
        {
          "text": "Nickel",
          "correct": false
        }
      ]
    },
    {
      "id": 123,
      "question": "In welchem Jahr begann der Zweite Weltkrieg?",
      "difficulty": 2,
      "answers": [
        {
          "text": "1939",
          "correct": true
        },
        {
          "text": "1941",
          "correct": false
        },
        {
          "text": "1933",
          "correct": false
        }
      ]
    },
    {
      "id": 124,
      "question": "Wie nennt man die Verwandlung einer Raupe in einen Schmetterling?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Metamorphose",
          "correct": true
        },
        {
          "text": "Evolution",
          "correct": false
        },
        {
          "text": "Photosynthese",
          "correct": false
        }
      ]
    },
    {
      "id": 125,
      "question": "Welche Einheit misst die Frequenz?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Hertz",
          "correct": true
        },
        {
          "text": "Pascal",
          "correct": false
        },
        {
          "text": "Joule",
          "correct": false
        }
      ]
    },
    {
      "id": 126,
      "question": "Welches Land grenzt sowohl an Europa als auch an Asien?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Türkei",
          "correct": true
        },
        {
          "text": "Spanien",
          "correct": false
        },
        {
          "text": "Norwegen",
          "correct": false
        }
      ]
    },
    {
      "id": 127,
      "question": "Wie viele Zähne hat ein Erwachsener normalerweise?",
      "difficulty": 2,
      "answers": [
        {
          "text": "32",
          "correct": true
        },
        {
          "text": "34",
          "correct": false
        },
        {
          "text": "36",
          "correct": false
        }
      ]
    },
    {
      "id": 128,
      "question": "Wer schrieb das Drama „Faust“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Johann Wolfgang von Goethe",
          "correct": true
        },
        {
          "text": "Friedrich Schiller",
          "correct": false
        },
        {
          "text": "Gotthold Ephraim Lessing",
          "correct": false
        }
      ]
    },
    {
      "id": 129,
      "question": "Wie nennt man ein Vieleck mit acht Seiten?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Achteck",
          "correct": true
        },
        {
          "text": "Sechseck",
          "correct": false
        },
        {
          "text": "Zehneck",
          "correct": false
        }
      ]
    },
    {
      "id": 130,
      "question": "Welche Währung wird in Japan verwendet?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Yen",
          "correct": true
        },
        {
          "text": "Won",
          "correct": false
        },
        {
          "text": "Yuan",
          "correct": false
        }
      ]
    },
    {
      "id": 131,
      "question": "Welche Konstante beschreibt die Geschwindigkeit des Lichts im Vakuum?",
      "difficulty": 3,
      "answers": [
        {
          "text": "C",
          "correct": true
        },
        {
          "text": "L",
          "correct": false
        },
        {
          "text": "V",
          "correct": false
        }
      ]
    },
    {
      "id": 132,
      "question": "Welches Reich gründete Dschingis Khan im 13. Jahrhundert?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Mongolisches Reich",
          "correct": true
        },
        {
          "text": "Osmanisches Reich",
          "correct": false
        },
        {
          "text": "Persisches Reich",
          "correct": false
        }
      ]
    },
    {
      "id": 133,
      "question": "Wie nennt man die Gesamtheit aller Gene eines Organismus?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Genom",
          "correct": true
        },
        {
          "text": "Chromatid",
          "correct": false
        },
        {
          "text": "Ribosom",
          "correct": false
        }
      ]
    },
    {
      "id": 134,
      "question": "Welche chemische Bindung entsteht durch das Teilen von Elektronenpaaren?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Atombindung",
          "correct": true
        },
        {
          "text": "Ionenbindung",
          "correct": false
        },
        {
          "text": "Metallbindung",
          "correct": false
        }
      ]
    },
    {
      "id": 135,
      "question": "Wie heißt die Hauptstadt von Kasachstan (seit 2022 wieder umbenannt)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Astana",
          "correct": true
        },
        {
          "text": "Almaty",
          "correct": false
        },
        {
          "text": "Taschkent",
          "correct": false
        }
      ]
    },
    {
      "id": 136,
      "question": "Welcher Philosoph gilt als Begründer der empirischen Wissenschaftstheorie?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Francis Bacon",
          "correct": true
        },
        {
          "text": "René Descartes",
          "correct": false
        },
        {
          "text": "Jean-Jacques Rousseau",
          "correct": false
        }
      ]
    },
    {
      "id": 137,
      "question": "Welches Organell ist für die Energieproduktion in tierischen Zellen zuständig?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Mitochondrium",
          "correct": true
        },
        {
          "text": "Zellkern",
          "correct": false
        },
        {
          "text": "Lysosom",
          "correct": false
        }
      ]
    },
    {
      "id": 138,
      "question": "Wie heißt der Vertrag von 1648, der den Dreißigjährigen Krieg beendete?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Westfälischer Frieden",
          "correct": true
        },
        {
          "text": "Wiener Kongress",
          "correct": false
        },
        {
          "text": "Versailler Vertrag",
          "correct": false
        }
      ]
    },
    {
      "id": 139,
      "question": "Welche Einheit misst die elektrische Kapazität?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Farad",
          "correct": true
        },
        {
          "text": "Ampere",
          "correct": false
        },
        {
          "text": "Tesla",
          "correct": false
        }
      ]
    },
    {
      "id": 140,
      "question": "Wer entwickelte die Evolutionstheorie durch natürliche Selektion?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Charles Darwin",
          "correct": true
        },
        {
          "text": "Gregor Mendel",
          "correct": false
        },
        {
          "text": "Louis Pasteur",
          "correct": false
        }
      ]
    },
    {
      "id": 141,
      "question": "Wie nennt man den wirtschaftlichen Zusammenschluss mehrerer Unternehmen zur Marktbeherrschung?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Kartell",
          "correct": true
        },
        {
          "text": "Monopol",
          "correct": false
        },
        {
          "text": "Fusion",
          "correct": false
        }
      ]
    },
    {
      "id": 142,
      "question": "Welche Sprache gehört zur finno-ugrischen Sprachfamilie?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Ungarisch",
          "correct": true
        },
        {
          "text": "Spanisch",
          "correct": false
        },
        {
          "text": "Russisch",
          "correct": false
        }
      ]
    },
    {
      "id": 143,
      "question": "Wie heißt das chemische Element mit der Ordnungszahl 79?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Gold",
          "correct": true
        },
        {
          "text": "Platin",
          "correct": false
        },
        {
          "text": "Quecksilber",
          "correct": false
        }
      ]
    },
    {
      "id": 144,
      "question": "Welcher dieser Flüsse mündet nicht ins Mittelmeer?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Donau",
          "correct": true
        },
        {
          "text": "Rhone",
          "correct": false
        },
        {
          "text": "Po",
          "correct": false
        }
      ]
    },
    {
      "id": 145,
      "question": "Welches Tier hat einen langen Rüssel?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Elefant",
          "correct": true
        },
        {
          "text": "Nashorn",
          "correct": false
        },
        {
          "text": "Nilpferd",
          "correct": false
        }
      ]
    },
    {
      "id": 146,
      "question": "Wie heißt die Hauptstadt von Frankreich?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Paris",
          "correct": true
        },
        {
          "text": "London",
          "correct": false
        },
        {
          "text": "Madrid",
          "correct": false
        }
      ]
    },
    {
      "id": 147,
      "question": "Welche Farbe hat eine reife Zitrone?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Gelb",
          "correct": true
        },
        {
          "text": "Grün",
          "correct": false
        },
        {
          "text": "Orange",
          "correct": false
        }
      ]
    },
    {
      "id": 148,
      "question": "Welches Tier ist für seinen schwarz-weißen Körper und das Fressen von Bambus bekannt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Panda",
          "correct": true
        },
        {
          "text": "Braunbär",
          "correct": false
        },
        {
          "text": "Eisbär",
          "correct": false
        }
      ]
    },
    {
      "id": 149,
      "question": "Welcher Vogel kann nicht fliegen, aber sehr gut schwimmen und tauchen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pinguin",
          "correct": true
        },
        {
          "text": "Strauß",
          "correct": false
        },
        {
          "text": "Papagei",
          "correct": false
        }
      ]
    },
    {
      "id": 150,
      "question": "Was sammeln Bienen in der Natur, um Honig zu machen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nektar",
          "correct": true
        },
        {
          "text": "Sand",
          "correct": false
        },
        {
          "text": "Blätter",
          "correct": false
        }
      ]
    },
    {
      "id": 151,
      "question": "Welche drei Farben hat die deutsche Flagge?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schwarz, Rot, Gold",
          "correct": true
        },
        {
          "text": "Rot, Weiß, Blau",
          "correct": false
        },
        {
          "text": "Grün, Weiß, Rot",
          "correct": false
        }
      ]
    },
    {
      "id": 152,
      "question": "Wie nennt man in Märchen das große Gebäude, in dem oft ein König oder eine Königin lebt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schloss",
          "correct": true
        },
        {
          "text": "Zelt",
          "correct": false
        },
        {
          "text": "Hütte",
          "correct": false
        }
      ]
    },
    {
      "id": 153,
      "question": " Wer bringt laut Tradition an Weihnachten die Geschenke?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Der Weihnachtsmann",
          "correct": true
        },
        {
          "text": "Der Osterhase",
          "correct": false
        },
        {
          "text": "Die Zahnfee",
          "correct": false
        }
      ]
    },
    {
      "id": 154,
      "question": "Wie nennt man ein Baby-Schaf?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Lamm",
          "correct": true
        },
        {
          "text": "Kälbchen",
          "correct": false
        },
        {
          "text": "Fohlen",
          "correct": false
        }
      ]
    },
    {
      "id": 155,
      "question": "Welches Märchenmädchen verliert auf einem Fest einen Glasschuh?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Aschenputtel",
          "correct": true
        },
        {
          "text": "Schneewittchen",
          "correct": false
        },
        {
          "text": "Rapunzel",
          "correct": false
        }
      ]
    },
    {
      "id": 156,
      "question": "Was trägt man im Winter an den Händen, damit sie warm bleiben?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Handschuhe",
          "correct": true
        },
        {
          "text": "Schal",
          "correct": false
        },
        {
          "text": "Feuerzeug",
          "correct": false
        }
      ]
    },
    {
      "id": 157,
      "question": "Welches Fahrzeug hat genau zwei Räder und bewegt sich durch das Treten von Pedalen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fahrrad",
          "correct": true
        },
        {
          "text": "Dreirad",
          "correct": false
        },
        {
          "text": "Bobby Car",
          "correct": false
        }
      ]
    },
    {
      "id": 158,
      "question": "Welcher Monat ist der allererste im Kalenderjahr?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Januar",
          "correct": true
        },
        {
          "text": "Montag",
          "correct": false
        },
        {
          "text": "Dezember",
          "correct": false
        }
      ]
    },
    {
      "id": 159,
      "question": "Aus welchem durchsichtigen Material besteht eine normale Fensterscheibe?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Glas",
          "correct": true
        },
        {
          "text": "Tesafilm",
          "correct": false
        },
        {
          "text": "Plexiglas",
          "correct": false
        }
      ]
    },
    {
      "id": 160,
      "question": "Welches Werkzeug benutzt man, um Papier sauber durchzuschneiden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schere",
          "correct": true
        },
        {
          "text": "Lineal",
          "correct": false
        },
        {
          "text": "Zirkel",
          "correct": false
        }
      ]
    },
    {
      "id": 161,
      "question": "Welches Haustier wedelt oft mit dem Schwanz, wenn es sich freut?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hund",
          "correct": true
        },
        {
          "text": "Katze",
          "correct": false
        },
        {
          "text": "Goldfisch",
          "correct": false
        }
      ]
    },
    {
      "id": 162,
      "question": "In welcher Jahreszeit verfärben sich die Blätter der Bäume und fallen ab?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Herbst",
          "correct": true
        },
        {
          "text": "Frühling",
          "correct": false
        },
        {
          "text": "Montag",
          "correct": false
        }
      ]
    },
    {
      "id": 163,
      "question": "Welches lange, orange Gemüse wird besonders gerne von Kaninchen gefressen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Karotte",
          "correct": true
        },
        {
          "text": "Paprika",
          "correct": false
        },
        {
          "text": "Gurke",
          "correct": false
        }
      ]
    },
    {
      "id": 164,
      "question": "Was leuchtet nachts oft hell am Himmel und durchläuft verschiedene Phasen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Mond",
          "correct": true
        },
        {
          "text": "Sonne",
          "correct": false
        },
        {
          "text": "Ufo",
          "correct": false
        }
      ]
    },
    {
      "id": 165,
      "question": "Wie nennt man die gefrorenen, weißen Kristalle, die im Winter vom Himmel fallen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schnee",
          "correct": true
        },
        {
          "text": "Hagel",
          "correct": false
        },
        {
          "text": "Christbaumkugeln",
          "correct": false
        }
      ]
    },
    {
      "id": 166,
      "question": "Welche Farbe haben saftige Wiesen und gesunde Baumblätter im Sommer?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Grün",
          "correct": true
        },
        {
          "text": "Braun",
          "correct": false
        },
        {
          "text": "Rot",
          "correct": false
        }
      ]
    },
    {
      "id": 167,
      "question": "Was braucht ein Segelboot unbedingt, um sich auf dem Wasser fortzubewegen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wind",
          "correct": true
        },
        {
          "text": "Benzin",
          "correct": false
        },
        {
          "text": "Strom",
          "correct": false
        }
      ]
    },
    {
      "id": 168,
      "question": "Wie heißt das berühmte, hohe Bauwerk aus Eisen, das in Paris steht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Eiffelturm",
          "correct": true
        },
        {
          "text": "Kolosseum",
          "correct": false
        },
        {
          "text": "Pyramide",
          "correct": false
        }
      ]
    },
    {
      "id": 169,
      "question": "Welches in Afrika lebende Tier hat einen extrem langen Hals?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Giraffe",
          "correct": true
        },
        {
          "text": "Zebra",
          "correct": false
        },
        {
          "text": "Känguru",
          "correct": false
        }
      ]
    },
    {
      "id": 170,
      "question": "Wie viele Finger hat ein Mensch normalerweise an beiden Händen zusammen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "10",
          "correct": true
        },
        {
          "text": "12",
          "correct": false
        },
        {
          "text": "8",
          "correct": false
        }
      ]
    },
    {
      "id": 171,
      "question": "Welcher Holzjunge aus einer berühmten Geschichte bekommt eine lange Nase, wenn er lügt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pinocchio",
          "correct": true
        },
        {
          "text": "Peter Pan",
          "correct": false
        },
        {
          "text": "Dumbo",
          "correct": false
        }
      ]
    },
    {
      "id": 172,
      "question": "Was ziehen wir an die Füße, bevor wir in unsere Schuhe schlüpfen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Socken",
          "correct": true
        },
        {
          "text": "Handschuhe",
          "correct": false
        },
        {
          "text": "Mütze",
          "correct": false
        }
      ]
    },
    {
      "id": 173,
      "question": "In welchem Gebäude kann man sich alte Gemälde, Skelette oder historische Gegenstände ansehen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Museum",
          "correct": true
        },
        {
          "text": "Haus (Keller)",
          "correct": false
        },
        {
          "text": "Supermarkt",
          "correct": false
        }
      ]
    },
    {
      "id": 174,
      "question": "Welches flauschige Haustier fängt gerne Mäuse und schnurrt, wenn man es streichelt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Katze",
          "correct": true
        },
        {
          "text": "Kaninchen",
          "correct": false
        },
        {
          "text": "Alf",
          "correct": false
        }
      ]
    },
    {
      "id": 175,
      "question": "Wie nennt man das riesige, salzige Gewässer, an dessen Strand man oft Urlaub macht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Meer",
          "correct": true
        },
        {
          "text": "Teich",
          "correct": false
        },
        {
          "text": "See",
          "correct": false
        }
      ]
    },
    {
      "id": 176,
      "question": "Welches Musikinstrument wird oft mit Holzstöcken geschlagen, um den Rhythmus vorzugeben?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schlagzeug",
          "correct": true
        },
        {
          "text": "Flöte",
          "correct": false
        },
        {
          "text": "Geige",
          "correct": false
        }
      ]
    },
    {
      "id": 177,
      "question": "Was spannen wir draußen auf, um uns vor Regenwasser zu schützen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Regenschirm",
          "correct": true
        },
        {
          "text": "Sonnenbrille",
          "correct": false
        },
        {
          "text": "Badehose",
          "correct": false
        }
      ]
    },
    {
      "id": 178,
      "question": "Wie heißt das gelbe, gebogene Obst, das von Affen heiß geliebt wird?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Banane",
          "correct": true
        },
        {
          "text": "Zitrone",
          "correct": false
        },
        {
          "text": "Apfel",
          "correct": false
        }
      ]
    },
    {
      "id": 179,
      "question": "Welche Schulnote bekommt man in Deutschland für eine fehlerfreie, perfekte Leistung?",
      "difficulty": 1,
      "answers": [
        {
          "text": "1",
          "correct": true
        },
        {
          "text": "6",
          "correct": false
        },
        {
          "text": "A",
          "correct": false
        }
      ]
    },
    {
      "id": 180,
      "question": "Welches bunte Naturereignis erscheint am Himmel, wenn es gleichzeitig regnet und die Sonne scheint?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Regenbogen",
          "correct": true
        },
        {
          "text": "Gewitter",
          "correct": false
        },
        {
          "text": "Schneesturm",
          "correct": false
        }
      ]
    },
    {
      "id": 181,
      "question": "Welches Insekt startet sein Leben als Raupe und bekommt später wunderschöne, bunte Flügel?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schmetterling",
          "correct": true
        },
        {
          "text": "Ameise",
          "correct": false
        },
        {
          "text": "Regenwurm",
          "correct": false
        }
      ]
    },
    {
      "id": 182,
      "question": "Bei welchem bekannten Brettspiel ziehen weiße und schwarze Figuren über 64 Felder?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schach",
          "correct": true
        },
        {
          "text": "Monopoly",
          "correct": false
        },
        {
          "text": "Uno",
          "correct": false
        }
      ]
    },
    {
      "id": 183,
      "question": "Welches weiße Flüssigkeit geben Kühe, das gut für unsere Knochen ist?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Milch",
          "correct": true
        },
        {
          "text": "Wasser",
          "correct": false
        },
        {
          "text": "Kakao",
          "correct": false
        }
      ]
    },
    {
      "id": 184,
      "question": "Welcher Sport wird von 11 Spielern pro Team gespielt und hat das Ziel, den Ball ins Tor zu schießen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fußball",
          "correct": true
        },
        {
          "text": "Handball",
          "correct": false
        },
        {
          "text": "Basketball",
          "correct": false
        }
      ]
    },
    {
      "id": 185,
      "question": "Welches Tier sieht aus wie ein Pferd, trägt aber ein auffälliges schwarz-weiß gestreiftes Fell?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Zebra",
          "correct": true
        },
        {
          "text": "Esel",
          "correct": false
        },
        {
          "text": "Kamel",
          "correct": false
        }
      ]
    },
    {
      "id": 186,
      "question": "Wie heißt das größte Korallenriff der Welt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Great Barrier Reef",
          "correct": true
        },
        {
          "text": "Rotes Riff",
          "correct": false
        },
        {
          "text": "Karibisches Riff",
          "correct": false
        }
      ]
    },
    {
      "id": 187,
      "question": "Wie viele Sekunden hat eine volle Stunde?",
      "difficulty": 1,
      "answers": [
        {
          "text": "3.600",
          "correct": true
        },
        {
          "text": "3.000",
          "correct": false
        },
        {
          "text": "6.000",
          "correct": false
        }
      ]
    },
    {
      "id": 188,
      "question": "Was ist die größte Insel der Erde (die nicht als eigener Kontinent zählt)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Grönland",
          "correct": true
        },
        {
          "text": "Madagaskar",
          "correct": false
        },
        {
          "text": "Borneo",
          "correct": false
        }
      ]
    },
    {
      "id": 189,
      "question": "Wie heißt der kleinste Knochen im menschlichen Körper, der sich im Ohr befindet?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Steigbügel",
          "correct": true
        },
        {
          "text": "Hammer",
          "correct": false
        },
        {
          "text": "Amboss",
          "correct": false
        }
      ]
    },
    {
      "id": 190,
      "question": "Welche berühmte europäische Stadt wird auch \"Stadt der tausend Brücken\" genannt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Venedig",
          "correct": true
        },
        {
          "text": "Paris",
          "correct": false
        },
        {
          "text": "Amsterdam",
          "correct": false
        }
      ]
    },
    {
      "id": 191,
      "question": "Wie viele Nullen hat die Zahl einer Billion?",
      "difficulty": 1,
      "answers": [
        {
          "text": "12",
          "correct": true
        },
        {
          "text": "9",
          "correct": false
        },
        {
          "text": "15",
          "correct": false
        }
      ]
    },
    {
      "id": 192,
      "question": "Was ist die Hauptstadt von Neuseeland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wellington",
          "correct": true
        },
        {
          "text": "Christchurch",
          "correct": false
        },
        {
          "text": "Auckland",
          "correct": false
        }
      ]
    },
    {
      "id": 193,
      "question": "Wie nennt man in der Geometrie ein fünfseitiges Vieleck?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pentagon",
          "correct": true
        },
        {
          "text": "Hexagon",
          "correct": false
        },
        {
          "text": "Heptagon",
          "correct": false
        }
      ]
    },
    {
      "id": 194,
      "question": "In welchem Land liegt Machu Picchu?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Peru",
          "correct": true
        },
        {
          "text": "Mexiko",
          "correct": false
        },
        {
          "text": "Chile",
          "correct": false
        }
      ]
    },
    {
      "id": 195,
      "question": "Was ist das größte zusammenhängende Waldgebiet der Erde?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Borealer Nadelwald",
          "correct": true
        },
        {
          "text": "Regenwald im Kongobecken",
          "correct": false
        },
        {
          "text": "Redwood Park in Kalifornien",
          "correct": false
        }
      ]
    },
    {
      "id": 196,
      "question": "Wie viel der weltweiten Süßwasserreserven ist im Eis der Antarktis?",
      "difficulty": 3,
      "answers": [
        {
          "text": "70%",
          "correct": true
        },
        {
          "text": "60%",
          "correct": false
        },
        {
          "text": "50%",
          "correct": false
        }
      ]
    },
    {
      "id": 197,
      "question": "Aus welcher Pflanze wird Vanille gewonnen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Orchidee",
          "correct": true
        },
        {
          "text": "Vaniliumbaum",
          "correct": false
        },
        {
          "text": "Malvengewächs",
          "correct": false
        }
      ]
    },
    {
      "id": 198,
      "question": "Wann wurde die Bundesrepublik Deutschland gegründet?",
      "difficulty": 2,
      "answers": [
        {
          "text": "1949",
          "correct": true
        },
        {
          "text": "1945",
          "correct": false
        },
        {
          "text": "1951",
          "correct": false
        }
      ]
    },
    {
      "id": 199,
      "question": "Wie lange dauert es, bis die Erde die Sonne umkreist?",
      "difficulty": 1,
      "answers": [
        {
          "text": "1 Jahr",
          "correct": true
        },
        {
          "text": "1 Monat",
          "correct": false
        },
        {
          "text": "1 Tag",
          "correct": false
        }
      ]
    },
    {
      "id": 200,
      "question": "Welcher Krieg der USA dauerte von 1955 bis 1975 an?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Vietnamkrieg",
          "correct": true
        },
        {
          "text": "Irakkrieg",
          "correct": false
        },
        {
          "text": "Afghanistankrieg",
          "correct": false
        }
      ]
    },
    {
      "id": 201,
      "question": "Die Tradition des Murmeltiertags begann im Jahr 1887. Wann ist Murmeltiertag?",
      "difficulty": 2,
      "answers": [
        {
          "text": "2. Februar",
          "correct": true
        },
        {
          "text": "4. Februar",
          "correct": false
        },
        {
          "text": "28. Februar",
          "correct": false
        }
      ]
    },
    {
      "id": 202,
      "question": "Welche Art von Organismus kann im Weltraum, in kochendem Wasser und in eisiger Kälte überleben?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Bärtierchen",
          "correct": true
        },
        {
          "text": "Bakterien",
          "correct": false
        },
        {
          "text": "Schimmel",
          "correct": false
        }
      ]
    },
    {
      "id": 203,
      "question": "Welcher ehemalige Planet wurde 2006 als Zwergplaneten neu eingestuft?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Pluto",
          "correct": true
        },
        {
          "text": "Neptun",
          "correct": false
        },
        {
          "text": "Ceres",
          "correct": false
        }
      ]
    },
    {
      "id": 204,
      "question": "Wie lange dauert es, bis sich die Erde um ihre Achse dreht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "1 Tag",
          "correct": true
        },
        {
          "text": "1 Jahr",
          "correct": false
        },
        {
          "text": "1 Monat",
          "correct": false
        }
      ]
    },
    {
      "id": 205,
      "question": "Wie viele Monde hat Jupiter?",
      "difficulty": 2,
      "answers": [
        {
          "text": "80-95",
          "correct": true
        },
        {
          "text": "24-40",
          "correct": false
        },
        {
          "text": "112",
          "correct": false
        }
      ]
    },
    {
      "id": 206,
      "question": "Wo auf der Welt befindet sich das Taj Mahal?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Indien",
          "correct": true
        },
        {
          "text": "Sri Lanka",
          "correct": false
        },
        {
          "text": "Jemen",
          "correct": false
        }
      ]
    },
    {
      "id": 207,
      "question": "Der höchste Wasserfall der Welt ist ...",
      "difficulty": 2,
      "answers": [
        {
          "text": "Angel Falls",
          "correct": true
        },
        {
          "text": "Die Niagarafälle",
          "correct": false
        },
        {
          "text": "Tugela Fälle",
          "correct": false
        }
      ]
    },
    {
      "id": 208,
      "question": "Was untersucht die Vexillologie?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Flaggen",
          "correct": true
        },
        {
          "text": "Wortursprünge",
          "correct": false
        },
        {
          "text": "Briefmarken",
          "correct": false
        }
      ]
    },
    {
      "id": 209,
      "question": "Was ist die Hauptstadt von Portugal?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Lissabon",
          "correct": true
        },
        {
          "text": "Warschau",
          "correct": false
        },
        {
          "text": "Paris",
          "correct": false
        }
      ]
    },
    {
      "id": 210,
      "question": "Wer entwickelte den Luftreifen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "J.B. Dunlop",
          "correct": true
        },
        {
          "text": "André Michelin",
          "correct": false
        },
        {
          "text": "Pirelli",
          "correct": false
        }
      ]
    },
    {
      "id": 211,
      "question": "Mit welchem Lied gewann ABBA 1974 den Eurovision Song Contest?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Waterloo",
          "correct": true
        },
        {
          "text": "Money, Money, Money",
          "correct": false
        },
        {
          "text": "Mamma Mia",
          "correct": false
        }
      ]
    },
    {
      "id": 212,
      "question": "Welcher Superheld gehört nicht zu Marvel?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Batman",
          "correct": true
        },
        {
          "text": "Hulk",
          "correct": false
        },
        {
          "text": "Iron Man",
          "correct": false
        }
      ]
    },
    {
      "id": 213,
      "question": "Welche Figur aus der Sesamstraße besitzt ein blaues Fell?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Krümelmonster",
          "correct": true
        },
        {
          "text": "Kermit",
          "correct": false
        },
        {
          "text": "Elmo",
          "correct": false
        }
      ]
    },
    {
      "id": 214,
      "question": "Welche Gegenstände werden in einem Kaufhaus nur paarweise verkauft?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Turnschuhe, Handschuhe",
          "correct": true
        },
        {
          "text": "Teller, Tassen, Töpfe",
          "correct": false
        },
        {
          "text": "Messer, Gabel, Löffel",
          "correct": false
        }
      ]
    },
    {
      "id": 215,
      "question": "Wie nennt man das große Fahrzeug, das Landwirte nutzen, um Arbeiten auf dem Feld zu verrichten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Traktor",
          "correct": true
        },
        {
          "text": "Bagger",
          "correct": false
        },
        {
          "text": "Kran",
          "correct": false
        }
      ]
    },
    {
      "id": 216,
      "question": "Welcher Superheld heißt mit bürgerlichem Namen \"Bruce Wayne\"?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Batman",
          "correct": true
        },
        {
          "text": "Spider-Man",
          "correct": false
        },
        {
          "text": "Superman",
          "correct": false
        }
      ]
    },
    {
      "id": 217,
      "question": "Wie nennt man das Zuhause von Bienen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bienenstock",
          "correct": true
        },
        {
          "text": "Bienenhöhle",
          "correct": false
        },
        {
          "text": "Bienennest",
          "correct": false
        }
      ]
    },
    {
      "id": 218,
      "question": "Welches ist das höchste Gebirge in Europa?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Alpen",
          "correct": true
        },
        {
          "text": "Pyrenäen",
          "correct": false
        },
        {
          "text": "Karpaten",
          "correct": false
        }
      ]
    },
    {
      "id": 219,
      "question": "Wie heißt der Pokemon Trainer aus der Serie \"Pokemon\"?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ash Ketchum",
          "correct": true
        },
        {
          "text": "Cameron Ash",
          "correct": false
        },
        {
          "text": "Ashton Chum",
          "correct": false
        }
      ]
    },
    {
      "id": 220,
      "question": "In welcher Stadt lebte Sherlock Holmes?",
      "difficulty": 1,
      "answers": [
        {
          "text": "London",
          "correct": true
        },
        {
          "text": "New York",
          "correct": false
        },
        {
          "text": "Berlin",
          "correct": false
        }
      ]
    },
    {
      "id": 221,
      "question": "Welches ist das höchste Gebäude der Welt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Burj Khalifa in Dubai",
          "correct": true
        },
        {
          "text": "Eiffelturm in Paris",
          "correct": false
        },
        {
          "text": "Shanghai Tower in Shanghai",
          "correct": false
        }
      ]
    },
    {
      "id": 222,
      "question": "Welche Insekten schmecken mit ihren Füßen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Schmetterlinge",
          "correct": true
        },
        {
          "text": "Marienkäfer",
          "correct": false
        },
        {
          "text": "Stechmücken",
          "correct": false
        }
      ]
    },
    {
      "id": 223,
      "question": "Welche Farbe hat die Null auf einer klassischen Roulette-Scheibe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Grün",
          "correct": true
        },
        {
          "text": "Schwarz",
          "correct": false
        },
        {
          "text": "Blau",
          "correct": false
        }
      ]
    },
    {
      "id": 224,
      "question": "Was ist die meist gesprochene Sprache in Indien?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Hindi",
          "correct": true
        },
        {
          "text": "Urdu",
          "correct": false
        },
        {
          "text": "Punjabi",
          "correct": false
        }
      ]
    },
    {
      "id": 225,
      "question": "Wie viele Tasten hat ein Klavier?",
      "difficulty": 1,
      "answers": [
        {
          "text": "88",
          "correct": true
        },
        {
          "text": "82",
          "correct": false
        },
        {
          "text": "74",
          "correct": false
        }
      ]
    },
    {
      "id": 226,
      "question": "Welche Blumenzwiebeln wurden früher als Zahlungsmittel genutzt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Tulpen",
          "correct": true
        },
        {
          "text": "Krokusse",
          "correct": false
        },
        {
          "text": "Gladiolen",
          "correct": false
        }
      ]
    },
    {
      "id": 227,
      "question": "Von wem wird der Bundespräsident gewählt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Bundesversammlung",
          "correct": true
        },
        {
          "text": "Bundestag",
          "correct": false
        },
        {
          "text": "Europäischen Parlament",
          "correct": false
        }
      ]
    },
    {
      "id": 228,
      "question": "Was ist ein Falchion?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Schwert",
          "correct": true
        },
        {
          "text": "Gericht",
          "correct": false
        },
        {
          "text": "Kleidungsstück",
          "correct": false
        }
      ]
    },
    {
      "id": 229,
      "question": "Aus welchem Land kommt die Band AC/DC?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Australien",
          "correct": true
        },
        {
          "text": "USA",
          "correct": false
        },
        {
          "text": "Neuseeland",
          "correct": false
        }
      ]
    },
    {
      "id": 230,
      "question": "Welcher Autor schrieb das Buch \"Der Hundertjährige, der aus dem Fenster stieg und verschwand\"?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Jonas Jonasson",
          "correct": true
        },
        {
          "text": "Andres Anderson",
          "correct": false
        },
        {
          "text": "Nickolas Nickelson",
          "correct": false
        }
      ]
    },
    {
      "id": 231,
      "question": "Was ist ein Onsen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Japanisches Heilbad",
          "correct": true
        },
        {
          "text": "Schweißwerkzeug",
          "correct": false
        },
        {
          "text": "Argentinische Rinderart",
          "correct": false
        }
      ]
    },
    {
      "id": 232,
      "question": "Was ist ein Sonett?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Form des Gedichts",
          "correct": true
        },
        {
          "text": "Eine Art Waffe",
          "correct": false
        },
        {
          "text": "Messgerät",
          "correct": false
        }
      ]
    },
    {
      "id": 233,
      "question": "Welches Tier hat in einem bekannten Kinderlied die Gans gestohlen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fuchs",
          "correct": true
        },
        {
          "text": "Wolf",
          "correct": false
        },
        {
          "text": "Dachs",
          "correct": false
        }
      ]
    },
    {
      "id": 234,
      "question": "Wer war der US-Präsident während der Kubakrise im Jahr 1962?",
      "difficulty": 3,
      "answers": [
        {
          "text": "John F. Kennedy",
          "correct": true
        },
        {
          "text": "Dwight D. Eisenhower",
          "correct": false
        },
        {
          "text": "Richard M. Nixon",
          "correct": false
        }
      ]
    },
    {
      "id": 235,
      "question": "Wann wird der Tag der Deutschen Einheit gefeiert?",
      "difficulty": 1,
      "answers": [
        {
          "text": "3. Oktober",
          "correct": true
        },
        {
          "text": "4. Juli",
          "correct": false
        },
        {
          "text": "2. November",
          "correct": false
        }
      ]
    },
    {
      "id": 236,
      "question": "Bei welchen der vier Himmelsrichtungen ist die Sonne in Deutschland nie zu sehen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Norden",
          "correct": true
        },
        {
          "text": "Westen",
          "correct": false
        },
        {
          "text": "Osten",
          "correct": false
        }
      ]
    },
    {
      "id": 237,
      "question": "Welcher Planet ist der vierte in unserem Sonnensystem?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Mars",
          "correct": true
        },
        {
          "text": "Jupiter",
          "correct": false
        },
        {
          "text": "Saturn",
          "correct": false
        }
      ]
    },
    {
      "id": 238,
      "question": "Wenn man einen Broiler bestellt, erhält man welches Gericht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Brathähnchen",
          "correct": true
        },
        {
          "text": "Brezel",
          "correct": false
        },
        {
          "text": "Bratwurst",
          "correct": false
        }
      ]
    },
    {
      "id": 239,
      "question": "In welchem Land fährt man NICHT auf der rechten Seite?",
      "difficulty": 1,
      "answers": [
        {
          "text": "England",
          "correct": true
        },
        {
          "text": "Polen",
          "correct": false
        },
        {
          "text": "Norwegen",
          "correct": false
        }
      ]
    },
    {
      "id": 240,
      "question": "Welcher Komponist schrieb „Die kleine Nachtmusik“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wolfgang Amadeus Mozart",
          "correct": true
        },
        {
          "text": "Franz Liszt",
          "correct": false
        },
        {
          "text": "Antonio Salieri",
          "correct": false
        }
      ]
    },
    {
      "id": 241,
      "question": "Welcher Film aus dem Jahr 1976 wurde mit mehreren Oscars ausgezeichnet, in dem Sylvester Stallone als Hauptdarsteller mitspielte?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Rocky",
          "correct": true
        },
        {
          "text": "Rambo",
          "correct": false
        },
        {
          "text": "Hot Shots",
          "correct": false
        }
      ]
    },
    {
      "id": 242,
      "question": "Wo befindet sich der Rote Platz?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Moskau",
          "correct": true
        },
        {
          "text": "Warschau",
          "correct": false
        },
        {
          "text": "Baku",
          "correct": false
        }
      ]
    },
    {
      "id": 243,
      "question": "Was ist ein beliebtes alkoholisches Getränk in Japan?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Sake",
          "correct": true
        },
        {
          "text": "Mate",
          "correct": false
        },
        {
          "text": "Katana",
          "correct": false
        }
      ]
    },
    {
      "id": 244,
      "question": "Welches dieser Elemente ist ein Edelgas?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Helium",
          "correct": true
        },
        {
          "text": "Sauerstoff",
          "correct": false
        },
        {
          "text": "Kohlenstoff",
          "correct": false
        }
      ]
    },
    {
      "id": 245,
      "question": "Wer schrieb das Buch \"1984\"?",
      "difficulty": 3,
      "answers": [
        {
          "text": "George Orwell",
          "correct": true
        },
        {
          "text": "Ernest Hemingway",
          "correct": false
        },
        {
          "text": "Aldous Huxley",
          "correct": false
        }
      ]
    },
    {
      "id": 246,
      "question": "Wer war der erste Mensch, der den Mount Everest ohne zusätzlichen Sauerstoff bestieg, und das im Jahr 1978?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Reinhold Messner",
          "correct": true
        },
        {
          "text": "Toni Kurz",
          "correct": false
        },
        {
          "text": "Anderl Heckmair",
          "correct": false
        }
      ]
    },
    {
      "id": 247,
      "question": "Welche Science-Fiction-Filme aus dem Jahr 1977 wurde zum Kassenschlager und löste einen weltweiten Hype aus?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Star Wars",
          "correct": true
        },
        {
          "text": "Alien",
          "correct": false
        },
        {
          "text": "Terminator",
          "correct": false
        }
      ]
    },
    {
      "id": 248,
      "question": "Wie viele Kilometer läuft man bei einem Marathon?",
      "difficulty": 3,
      "answers": [
        {
          "text": "42,195 Kilometer",
          "correct": true
        },
        {
          "text": "100 Kilometer",
          "correct": false
        },
        {
          "text": "50,2 Kilometer",
          "correct": false
        }
      ]
    },
    {
      "id": 249,
      "question": "In welchem Jahr kam das allererste iPhone auf den Markt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "2007",
          "correct": true
        },
        {
          "text": "2009",
          "correct": false
        },
        {
          "text": "2003",
          "correct": false
        }
      ]
    },
    {
      "id": 250,
      "question": "Wie viele Pferde sind auf dem Brandenburger Tor zu sehen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "4 Pferde",
          "correct": true
        },
        {
          "text": "5 Pferde",
          "correct": false
        },
        {
          "text": "3 Pferde",
          "correct": false
        }
      ]
    },
    {
      "id": 251,
      "question": "In welchem Gefäß wird in Hessen Apfelwein serviert?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Bembel",
          "correct": true
        },
        {
          "text": "Trinkhorn",
          "correct": false
        },
        {
          "text": "Holztasse",
          "correct": false
        }
      ]
    },
    {
      "id": 252,
      "question": "Was ist ein Saumagen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Pfälzer Fleischgericht",
          "correct": true
        },
        {
          "text": "Tierkrankheit",
          "correct": false
        },
        {
          "text": "Schimpfwort aus Hamburg",
          "correct": false
        }
      ]
    },
    {
      "id": 253,
      "question": "Das Riesenrad auf dem Prater befindet sich in welcher Stadt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Wien",
          "correct": true
        },
        {
          "text": "Warschau",
          "correct": false
        },
        {
          "text": "Prag",
          "correct": false
        }
      ]
    },
    {
      "id": 254,
      "question": "In welchem Bereich ist der sogenannte „Goldene Schnitt“ von großer Bedeutung?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Malerei",
          "correct": true
        },
        {
          "text": "Schiffsbau",
          "correct": false
        },
        {
          "text": "Medizin",
          "correct": false
        }
      ]
    },
    {
      "id": 255,
      "question": "Wo findet man ein Wellholz?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Küche",
          "correct": true
        },
        {
          "text": "Schlafzimmer",
          "correct": false
        },
        {
          "text": "Wohnzimmer",
          "correct": false
        }
      ]
    },
    {
      "id": 256,
      "question": "Wenn man einen Apoplex erleidet, hat man ...",
      "difficulty": 3,
      "answers": [
        {
          "text": "einen Schlaganfall",
          "correct": true
        },
        {
          "text": "eine Geschmacksstörung",
          "correct": false
        },
        {
          "text": "einen Schwindelanfall",
          "correct": false
        }
      ]
    },
    {
      "id": 257,
      "question": "Für welches Werk ist der Autor Franz Kafka unter anderem berühmt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Die Verwandlung",
          "correct": true
        },
        {
          "text": "Der Sturm",
          "correct": false
        },
        {
          "text": "Vom Winde verweht",
          "correct": false
        }
      ]
    },
    {
      "id": 258,
      "question": "Wer malte das berühmte Gemälde \"Die Geburt der Venus\"?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Sandro Botticelli",
          "correct": true
        },
        {
          "text": "Michelangelo",
          "correct": false
        },
        {
          "text": "Raffael",
          "correct": false
        }
      ]
    },
    {
      "id": 259,
      "question": "Wie hieß die erste Raumsonde, die auf dem Mond landete?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Luna 9",
          "correct": true
        },
        {
          "text": "Sputnik 1",
          "correct": false
        },
        {
          "text": "Apollo 11",
          "correct": false
        }
      ]
    },
    {
      "id": 260,
      "question": "Welcher ist der tiefste Punkt der Erde?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Marianengraben",
          "correct": true
        },
        {
          "text": "Baikalsee",
          "correct": false
        },
        {
          "text": "Tongagraben",
          "correct": false
        }
      ]
    },
    {
      "id": 261,
      "question": "Welche Automarke brachte 1964 das Modell \"Mustang\" auf den Markt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ford",
          "correct": true
        },
        {
          "text": "Chevrolet",
          "correct": false
        },
        {
          "text": "Cadillac",
          "correct": false
        }
      ]
    },
    {
      "id": 262,
      "question": "Wo befindet sich die Spanische Treppe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Italien",
          "correct": true
        },
        {
          "text": "Spanien",
          "correct": false
        },
        {
          "text": "Frankreich",
          "correct": false
        }
      ]
    },
    {
      "id": 263,
      "question": "Wer gewann im Jahr 1982 den Grand Prix Eurovision de la Chanson?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Nicole",
          "correct": true
        },
        {
          "text": "ABBA",
          "correct": false
        },
        {
          "text": "Udo Jürgens",
          "correct": false
        }
      ]
    },
    {
      "id": 264,
      "question": "Welche Stadt wird als \"Stadt der Liebe\" bezeichnet?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Paris",
          "correct": true
        },
        {
          "text": "Rom",
          "correct": false
        },
        {
          "text": "New York",
          "correct": false
        }
      ]
    },
    {
      "id": 265,
      "question": "Wann wurde Deutschland das erste Mal Fußball Weltmeister?",
      "difficulty": 1,
      "answers": [
        {
          "text": "1954 in Bern",
          "correct": true
        },
        {
          "text": "1958 in Stockholm",
          "correct": false
        },
        {
          "text": "1938 in Paris",
          "correct": false
        }
      ]
    },
    {
      "id": 266,
      "question": "Wer war der Autor von „Die Blechtrommel“?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Günter Grass",
          "correct": true
        },
        {
          "text": "Hermann Hesse",
          "correct": false
        },
        {
          "text": "Marcel Reich-Ranicki",
          "correct": false
        }
      ]
    },
    {
      "id": 267,
      "question": "In welcher bekannten Band spielte James Paul McCartney in den 60er Jahren?",
      "difficulty": 2,
      "answers": [
        {
          "text": "The Beatles",
          "correct": true
        },
        {
          "text": "The Rolling Stones",
          "correct": false
        },
        {
          "text": "The Beach Boys",
          "correct": false
        }
      ]
    },
    {
      "id": 268,
      "question": "Welches Obst verbirgt sich hinter dem Namen „Williams Christ\"?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Birne",
          "correct": true
        },
        {
          "text": "Apfel",
          "correct": false
        },
        {
          "text": "Erdbeere",
          "correct": false
        }
      ]
    },
    {
      "id": 269,
      "question": "Welche vier Tiere ergeben die Bremer Stadtmusikanten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Esel, Hund, Katze, Hahn",
          "correct": true
        },
        {
          "text": "Pferd, Hund, Katze, Maus",
          "correct": false
        },
        {
          "text": "Esel, Hund, Katze, Maus",
          "correct": false
        }
      ]
    },
    {
      "id": 270,
      "question": "Welcher Berg ist der höchste in Deutschland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Zugspitze",
          "correct": true
        },
        {
          "text": "Matterhorn",
          "correct": false
        },
        {
          "text": "Watzmann",
          "correct": false
        }
      ]
    },
    {
      "id": 271,
      "question": "Wer erfand den Buchdruck?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Johannes Gutenberg",
          "correct": true
        },
        {
          "text": "Leonardo da Vinci",
          "correct": false
        },
        {
          "text": "Martin Luther",
          "correct": false
        }
      ]
    },
    {
      "id": 272,
      "question": "Wann fand die Französische Revolution statt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "1789 bis 1799",
          "correct": true
        },
        {
          "text": "1812 bis 1813",
          "correct": false
        },
        {
          "text": "1772 bis 1789",
          "correct": false
        }
      ]
    },
    {
      "id": 273,
      "question": "Wie hießen die beiden Tiere, die in der Quizsendung „Der Große Preis“ neben Wim Thoelke zu sehen waren?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wum & Wendelin",
          "correct": true
        },
        {
          "text": "Wanu & Wenu",
          "correct": false
        },
        {
          "text": "Welladi & Wippi",
          "correct": false
        }
      ]
    },
    {
      "id": 274,
      "question": "Welchen Namen trug einer der ersten Comedy Sendungen im deutschen Fernsehen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Klimbim",
          "correct": true
        },
        {
          "text": "Sketchup",
          "correct": false
        },
        {
          "text": "Harald Schmidt Show",
          "correct": false
        }
      ]
    },
    {
      "id": 275,
      "question": "Wer startete symbolisch das Farbfernsehen in Deutschland?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Willy Brandt",
          "correct": true
        },
        {
          "text": "Hans-Joachim Kulenkampff",
          "correct": false
        },
        {
          "text": "Wim Thoelke",
          "correct": false
        }
      ]
    },
    {
      "id": 276,
      "question": "Welches chemische Element hat das Symbol 'W'?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wolfram",
          "correct": true
        },
        {
          "text": "Wasserstoff",
          "correct": false
        },
        {
          "text": "Weißgold",
          "correct": false
        }
      ]
    },
    {
      "id": 277,
      "question": "Wer komponierte die Oper 'Die Zauberflöte'?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wolfgang Amadeus Mozart",
          "correct": true
        },
        {
          "text": "Ludwig van Beethoven",
          "correct": false
        },
        {
          "text": "Johann Sebastian Bach",
          "correct": false
        }
      ]
    },
    {
      "id": 278,
      "question": "Welches Land hat die meisten offiziellen Amtssprachen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Südafrika",
          "correct": true
        },
        {
          "text": "Schweiz",
          "correct": false
        },
        {
          "text": "Kanada",
          "correct": false
        }
      ]
    },
    {
      "id": 279,
      "question": "Welcher deutsche Physiker erhielt den Nobelpreis für die Quantenmechanik?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Werner Heisenberg",
          "correct": true
        },
        {
          "text": "Albert Einstein",
          "correct": false
        },
        {
          "text": "Max Planck",
          "correct": false
        }
      ]
    },
    {
      "id": 280,
      "question": "Welches Gewässer ist das salzhaltigste der Erde?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Don-Juan-See",
          "correct": true
        },
        {
          "text": "Rotes Meer",
          "correct": false
        },
        {
          "text": "Persischer Golf",
          "correct": false
        }
      ]
    },
    {
      "id": 281,
      "question": "Welcher Künstler ist bekannt für schmelzende Uhren?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Salvador Dalí",
          "correct": true
        },
        {
          "text": "Picasso",
          "correct": false
        },
        {
          "text": "Kandinsky",
          "correct": false
        }
      ]
    },
    {
      "id": 282,
      "question": "Was ist kein Bestandteil der DNA?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Uracil",
          "correct": true
        },
        {
          "text": "Adenin",
          "correct": false
        },
        {
          "text": "Thymin",
          "correct": false
        }
      ]
    },
    {
      "id": 283,
      "question": "Welches Metall wird am häufigsten in der Elektronik verwendet?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kupfer",
          "correct": true
        },
        {
          "text": "Gold",
          "correct": false
        },
        {
          "text": "Aluminium",
          "correct": false
        }
      ]
    },
    {
      "id": 284,
      "question": "In welchem Jahr endete der Dreißigjährige Krieg?",
      "difficulty": 3,
      "answers": [
        {
          "text": "1648",
          "correct": true
        },
        {
          "text": "1640",
          "correct": false
        },
        {
          "text": "1652",
          "correct": false
        }
      ]
    },
    {
      "id": 285,
      "question": "Welcher Fußballspieler gewann die meisten Ballon d'Or-Auszeichnungen bis 2023?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Lionel Messi",
          "correct": true
        },
        {
          "text": "Cristiano Ronaldo",
          "correct": false
        },
        {
          "text": "Zinedine Zidane",
          "correct": false
        }
      ]
    },
    {
      "id": 286,
      "question": "Welcher Wissenschaftler entdeckte die Röntgenstrahlen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wilhelm Conrad Röntgen",
          "correct": true
        },
        {
          "text": "Marie Curie",
          "correct": false
        },
        {
          "text": "Isaac Newton",
          "correct": false
        }
      ]
    },
    {
      "id": 287,
      "question": "Wie viele Minuten dauert ein reguläres Handballspiel?",
      "difficulty": 2,
      "answers": [
        {
          "text": "60",
          "correct": true
        },
        {
          "text": "45",
          "correct": false
        },
        {
          "text": "90",
          "correct": false
        }
      ]
    },
    {
      "id": 288,
      "question": "Welche Kultur ist bekannt für die Erfindung der Hieroglyphen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ägypten",
          "correct": true
        },
        {
          "text": "Mesopotamien",
          "correct": false
        },
        {
          "text": "Griechenland",
          "correct": false
        }
      ]
    },
    {
      "id": 289,
      "question": "Welche Wüste ist die größte der Welt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Antarktische Wüste",
          "correct": true
        },
        {
          "text": "Sahara",
          "correct": false
        },
        {
          "text": "Wüste Gobi",
          "correct": false
        }
      ]
    },
    {
      "id": 290,
      "question": "Welcher Gebirgszug trennt Europa von Asien?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Das Uralgebirge",
          "correct": true
        },
        {
          "text": "Kaukasus",
          "correct": false
        },
        {
          "text": "Himalaya",
          "correct": false
        }
      ]
    },
    {
      "id": 291,
      "question": "Woraus bestehen Diamanten hauptsächlich?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kohlenstoff",
          "correct": true
        },
        {
          "text": "Silizium",
          "correct": false
        },
        {
          "text": "Kalzium",
          "correct": false
        }
      ]
    },
    {
      "id": 292,
      "question": "Wie nennt man die Lehre von den Gesteinen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Geologie",
          "correct": true
        },
        {
          "text": "Biologie",
          "correct": false
        },
        {
          "text": "Meteorologie",
          "correct": false
        }
      ]
    },
    {
      "id": 293,
      "question": "Wie nennt man die Energie, die ein Körper aufgrund seiner Bewegung besitzt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kinetische",
          "correct": true
        },
        {
          "text": "Thermische",
          "correct": false
        },
        {
          "text": "Potenzielle",
          "correct": false
        }
      ]
    },
    {
      "id": 294,
      "question": "Wie weit ist der Mond von der Erde entfernt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "384.000 Kilometer",
          "correct": true
        },
        {
          "text": "1.000.000 Kilometer",
          "correct": false
        },
        {
          "text": "150.000 Kilometer",
          "correct": false
        }
      ]
    },
    {
      "id": 295,
      "question": "Welche Stadt gilt als Geburtsort des Jazz?",
      "difficulty": 2,
      "answers": [
        {
          "text": "New Orleans",
          "correct": true
        },
        {
          "text": "New York",
          "correct": false
        },
        {
          "text": "Chicago",
          "correct": false
        }
      ]
    },
    {
      "id": 296,
      "question": "Welche Musikrichtung wird oft mit Bob Marley in Verbindung gebracht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Reggae",
          "correct": true
        },
        {
          "text": "Blues",
          "correct": false
        },
        {
          "text": "Hip-Hop",
          "correct": false
        }
      ]
    },
    {
      "id": 297,
      "question": "Wie viele Oscars gewann der Film „Titanic“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "11",
          "correct": true
        },
        {
          "text": "7",
          "correct": false
        },
        {
          "text": "14",
          "correct": false
        }
      ]
    },
    {
      "id": 298,
      "question": "Welches Fest feiern Juden zum Auszug aus Ägypten?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Pessach",
          "correct": true
        },
        {
          "text": "Chanukka",
          "correct": false
        },
        {
          "text": "Jom Kippur",
          "correct": false
        }
      ]
    },
    {
      "id": 299,
      "question": "Welche Programmiersprache wird besonders für interaktive Webseiten verwendet?",
      "difficulty": 2,
      "answers": [
        {
          "text": "JavaScript",
          "correct": true
        },
        {
          "text": "Python",
          "correct": false
        },
        {
          "text": "C++",
          "correct": false
        }
      ]
    },
    {
      "id": 300,
      "question": "Wofür steht die Abkürzung „IP“ im Internet?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Internet Protocol",
          "correct": true
        },
        {
          "text": "Interactive Platform",
          "correct": false
        },
        {
          "text": "Internal Processor",
          "correct": false
        }
      ]
    },
    {
      "id": 301,
      "question": "Wofür steht die Abkürzung „URL“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Uniform Resource Locator",
          "correct": true
        },
        {
          "text": "Universal Routing Link",
          "correct": false
        },
        {
          "text": "Unified Resource Line",
          "correct": false
        }
      ]
    },
    {
      "id": 302,
      "question": " In welcher Sportart wird der „Grand Slam“ gespielt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Tennis",
          "correct": true
        },
        {
          "text": "Golf",
          "correct": false
        },
        {
          "text": "Baseball",
          "correct": false
        }
      ]
    },
    {
      "id": 303,
      "question": "In welchem Land entstand der Boxsport, wie wir ihn heute kennen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Großbritannien",
          "correct": true
        },
        {
          "text": "USA",
          "correct": false
        },
        {
          "text": "Russland",
          "correct": false
        }
      ]
    },
    {
      "id": 304,
      "question": "Wie viele Minuten dauert ein professionelles Basketballspiel in der NBA?",
      "difficulty": 2,
      "answers": [
        {
          "text": "48",
          "correct": true
        },
        {
          "text": "64",
          "correct": false
        },
        {
          "text": "60",
          "correct": false
        }
      ]
    },
    {
      "id": 305,
      "question": "Welche Sportart kombiniert Schwimmen, Radfahren und Laufen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Triathlon",
          "correct": true
        },
        {
          "text": "Zehnkampf",
          "correct": false
        },
        {
          "text": "Biathlon",
          "correct": false
        }
      ]
    },
    {
      "id": 306,
      "question": "Welches Vitamin ist besonders wichtig für die Sehkraft?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Vitamin A",
          "correct": true
        },
        {
          "text": "Vitamin C",
          "correct": false
        },
        {
          "text": "Vitamin D",
          "correct": false
        }
      ]
    },
    {
      "id": 307,
      "question": "Welche Krankheit wird durch einen Mangel an Insulin verursacht?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Diabetes",
          "correct": true
        },
        {
          "text": "Asthma",
          "correct": false
        },
        {
          "text": "Rheuma",
          "correct": false
        }
      ]
    },
    {
      "id": 308,
      "question": "Was ist der empfohlene Wert für einen normalen Blutdruck bei Erwachsenen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "120/80 mmHg",
          "correct": true
        },
        {
          "text": "140/90 mmHg",
          "correct": false
        },
        {
          "text": "100/60 mmHg",
          "correct": false
        }
      ]
    },
    {
      "id": 309,
      "question": "Welcher Vogel legt seine Eier in fremde Nester?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kuckuck",
          "correct": true
        },
        {
          "text": "Adler",
          "correct": false
        },
        {
          "text": "Pinguin",
          "correct": false
        }
      ]
    },
    {
      "id": 310,
      "question": "Wie heißt der freche Kobold von Meister Eder?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pumuckl",
          "correct": true
        },
        {
          "text": "Rumpelstilzchen",
          "correct": false
        },
        {
          "text": "Dobby",
          "correct": false
        }
      ]
    },
    {
      "id": 311,
      "question": "In welcher italienischen Stadt steht der berühmte schiefe Turm?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pisa",
          "correct": true
        },
        {
          "text": "Venedig",
          "correct": false
        },
        {
          "text": "Neapel",
          "correct": false
        }
      ]
    },
    {
      "id": 312,
      "question": "Wie heißen die Neffen von Donald Duck?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Tick, Trick und Track",
          "correct": true
        },
        {
          "text": "Max, Moritz und Michel",
          "correct": false
        },
        {
          "text": "Tim, Tom und Ted",
          "correct": false
        }
      ]
    },
    {
      "id": 313,
      "question": "Wie nennt man die Schwester der Mutter?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Tante",
          "correct": true
        },
        {
          "text": "Nichte",
          "correct": false
        },
        {
          "text": "Schwägerin",
          "correct": false
        }
      ]
    },
    {
      "id": 314,
      "question": "In welcher Stadt steht die Freiheitsstatue?",
      "difficulty": 1,
      "answers": [
        {
          "text": "New York",
          "correct": true
        },
        {
          "text": "Washington D.C.",
          "correct": false
        },
        {
          "text": "Los Angeles",
          "correct": false
        }
      ]
    },
    {
      "id": 315,
      "question": "Welche Farbe hat die Mütze vom Papa Schlumpf?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Rot",
          "correct": true
        },
        {
          "text": "Grün",
          "correct": false
        },
        {
          "text": "Schwarz",
          "correct": false
        }
      ]
    },
    {
      "id": 316,
      "question": "Wie heißt der kürzeste Monat?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Februar",
          "correct": true
        },
        {
          "text": "April",
          "correct": false
        },
        {
          "text": "November",
          "correct": false
        }
      ]
    },
    {
      "id": 317,
      "question": "Wie heißen die Freunde von Pippi Langstrumpf?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Thomas und Annika",
          "correct": true
        },
        {
          "text": "Hänsel und Gretel",
          "correct": false
        },
        {
          "text": "Peter und Heidi",
          "correct": false
        }
      ]
    },
    {
      "id": 318,
      "question": "Was ist eine Pampelmuse?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Zitrusfrucht",
          "correct": true
        },
        {
          "text": "Gemüsesorte",
          "correct": false
        },
        {
          "text": "Nusssorte",
          "correct": false
        }
      ]
    },
    {
      "id": 319,
      "question": "Welche Tageszeit ist in Australien, wenn bei uns die Uhr 12 Uhr mittags anzeigt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Abends",
          "correct": true
        },
        {
          "text": "Nachts",
          "correct": false
        },
        {
          "text": "Morgens",
          "correct": false
        }
      ]
    },
    {
      "id": 320,
      "question": "Was ist ein \"Hot Dog\"?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Brötchen mit Würstchen",
          "correct": true
        },
        {
          "text": "Scharfer Hund",
          "correct": false
        },
        {
          "text": "Mexikanischer Eintopf",
          "correct": false
        }
      ]
    },
    {
      "id": 321,
      "question": "In welchem Land wurde die Pizza erfunden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Italien",
          "correct": true
        },
        {
          "text": "Griechenland",
          "correct": false
        },
        {
          "text": "Türkei",
          "correct": false
        }
      ]
    },
    {
      "id": 322,
      "question": "Welcher deutsche Bundeskanzler erhielt den Friedensnobelpreis?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Willy Brandt",
          "correct": true
        },
        {
          "text": "Gerhard Schröder",
          "correct": false
        },
        {
          "text": "Angela Merkel",
          "correct": false
        }
      ]
    },
    {
      "id": 323,
      "question": "Welches Tier ist sehr geschickt beim Klettern und schwingt sich gerne von Ast zu Ast?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Affe",
          "correct": true
        },
        {
          "text": "Panda",
          "correct": false
        },
        {
          "text": "Faultier",
          "correct": false
        }
      ]
    },
    {
      "id": 324,
      "question": "Welches Tier hat keine Beine und schlängelt sich über den Boden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schlange",
          "correct": true
        },
        {
          "text": "Eidechse",
          "correct": false
        },
        {
          "text": "Igel",
          "correct": false
        }
      ]
    },
    {
      "id": 325,
      "question": "Welches Tier im Zoo steht oft auf einem Bein und ist rosa?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Flamingo",
          "correct": true
        },
        {
          "text": "Schwan",
          "correct": false
        },
        {
          "text": "Schwalbe",
          "correct": false
        }
      ]
    },
    {
      "id": 326,
      "question": "Wie lange dauert eine normale Schwangerschaft bei Menschen in der Regel?",
      "difficulty": 1,
      "answers": [
        {
          "text": "9 Monate",
          "correct": true
        },
        {
          "text": "6 Monate",
          "correct": false
        },
        {
          "text": "12 Monate",
          "correct": false
        }
      ]
    },
    {
      "id": 327,
      "question": "Wie nennt man das flüssige Umfeld, in dem das Baby im Bauch der Mutter schwimmt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fruchtwasser",
          "correct": true
        },
        {
          "text": "Meerwasser",
          "correct": false
        },
        {
          "text": "Bauchsaft",
          "correct": false
        }
      ]
    },
    {
      "id": 328,
      "question": "Welches Organ versorgt das Baby im Bauch mit Nahrung und Sauerstoff?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Die Plazenta",
          "correct": true
        },
        {
          "text": "Der Magen",
          "correct": false
        },
        {
          "text": "Die Lunge",
          "correct": false
        }
      ]
    },
    {
      "id": 329,
      "question": "Wie nennt man die Verbindung zwischen dem Bauch des Babys und der Plazenta?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nabelschnur",
          "correct": true
        },
        {
          "text": "Lebensfaden",
          "correct": false
        },
        {
          "text": "Bauchleine",
          "correct": false
        }
      ]
    },
    {
      "id": 330,
      "question": "Wie nennt man die weichen Stellen am Kopf eines Neugeborenen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Fontanellen",
          "correct": true
        },
        {
          "text": "Kopfpolster",
          "correct": false
        },
        {
          "text": "Wachstumsfugen",
          "correct": false
        }
      ]
    },
    {
      "id": 331,
      "question": "Welches Gerät nutzt der Arzt, um die Herztöne des Babys im Bauch zu hören?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wehenschreiber",
          "correct": true
        },
        {
          "text": "Mikroskop",
          "correct": false
        },
        {
          "text": "Thermometer",
          "correct": false
        }
      ]
    },
    {
      "id": 332,
      "question": "Was ist die erste „Nahrung“, die ein Neugeborenes meistens bekommt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Muttermilch",
          "correct": true
        },
        {
          "text": "Apfelsaft",
          "correct": false
        },
        {
          "text": "Kuhmilch",
          "correct": false
        }
      ]
    },
    {
      "id": 333,
      "question": "Wie nennt man den allerersten Stuhlgang eines Babys kurz nach der Geburt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kindspech",
          "correct": true
        },
        {
          "text": "Babyschlamm",
          "correct": false
        },
        {
          "text": "Erstgold",
          "correct": false
        }
      ]
    },
    {
      "id": 334,
      "question": "Was machen Babys in den ersten Wochen die meiste Zeit des Tages?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schlafen",
          "correct": true
        },
        {
          "text": "Krabbeln",
          "correct": false
        },
        {
          "text": "Spielen",
          "correct": false
        }
      ]
    },
    {
      "id": 335,
      "question": "Womit reinigt man den Po eines Babys beim Windelwechseln meistens?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Feuchttücher - Waschlappen",
          "correct": true
        },
        {
          "text": "Handtücher",
          "correct": false
        },
        {
          "text": "Bürsten",
          "correct": false
        }
      ]
    },
    {
      "id": 336,
      "question": "Wie nennt man das Beruhigungsobjekt aus Silikon oder Kautschuk, an dem Babys gerne saugen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Schnuller",
          "correct": true
        },
        {
          "text": "Beißring",
          "correct": false
        },
        {
          "text": "Kauspielzeug",
          "correct": false
        }
      ]
    },
    {
      "id": 337,
      "question": "Welches Vitamin bekommen Babys oft als Tablette oder Tropfen für den Knochenaufbau?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Vitamin D",
          "correct": true
        },
        {
          "text": "Vitamin C",
          "correct": false
        },
        {
          "text": "Vitamin A",
          "correct": false
        }
      ]
    },
    {
      "id": 338,
      "question": "Was fangen Babys meistens im Alter von etwa 6 bis 10 Monaten an, um sich fortzubewegen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Krabbeln",
          "correct": true
        },
        {
          "text": "Fahrradfahren",
          "correct": false
        },
        {
          "text": "Rennen",
          "correct": false
        }
      ]
    },
    {
      "id": 339,
      "question": "Wie nennt man die ersten Zähne, die bei einem Baby durchkommen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Milchzähne",
          "correct": true
        },
        {
          "text": "Goldzähne",
          "correct": false
        },
        {
          "text": "Babybeißer",
          "correct": false
        }
      ]
    },
    {
      "id": 340,
      "question": "Ab wann fangen Babys meistens an, Brei oder feste Nahrung zu probieren?",
      "difficulty": 1,
      "answers": [
        {
          "text": "5-7 Monate",
          "correct": true
        },
        {
          "text": "Erst mit 2 Jahren",
          "correct": false
        },
        {
          "text": "Mit 2 Wochen",
          "correct": false
        }
      ]
    },
    {
      "id": 341,
      "question": "Wie nennt man das enge Einwickeln eines Babys in ein Tuch, damit es sich geborgen fühlt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Pucken",
          "correct": true
        },
        {
          "text": "Verschnüren",
          "correct": false
        },
        {
          "text": "Einpacken",
          "correct": false
        }
      ]
    },
    {
      "id": 342,
      "question": "Was ist meistens der Grund, wenn ein Baby weint?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hunger, volle Windel oder Müdigkeit",
          "correct": true
        },
        {
          "text": "Es will fernsehen",
          "correct": false
        },
        {
          "text": "Es hat schlechte Laune",
          "correct": false
        }
      ]
    },
    {
      "id": 343,
      "question": "Wie nennt man das erste bewusste Lächeln eines Babys, das meistens mit ca. 6 Wochen auftritt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Soziales Lächeln",
          "correct": true
        },
        {
          "text": "Lachkrampf",
          "correct": false
        },
        {
          "text": "Glücksgesicht",
          "correct": false
        }
      ]
    },
    {
      "id": 344,
      "question": "Was passiert beim sogenannten „Bäuerchen“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Baby rülpst",
          "correct": true
        },
        {
          "text": "Baby schläft ein",
          "correct": false
        },
        {
          "text": "Baby singt",
          "correct": false
        }
      ]
    },
    {
      "id": 345,
      "question": "Was lernen Kleinkinder meistens im Alter von etwa 12 bis 18 Monaten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Laufen",
          "correct": true
        },
        {
          "text": "Schwimmen",
          "correct": false
        },
        {
          "text": "Schreiben",
          "correct": false
        }
      ]
    },
    {
      "id": 346,
      "question": "Wie nennt man die Phase, in der Kleinkinder oft ihren eigenen Willen entdecken und lautstark protestieren?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Trotzphase",
          "correct": true
        },
        {
          "text": "Schlafphase",
          "correct": false
        },
        {
          "text": "Ruhephase",
          "correct": false
        }
      ]
    },
    {
      "id": 347,
      "question": "Was ist ein „Töpfchen“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kindertoilette",
          "correct": true
        },
        {
          "text": "Babykochtopf",
          "correct": false
        },
        {
          "text": "Babyhut",
          "correct": false
        }
      ]
    },
    {
      "id": 348,
      "question": "Wie viele Ringe hat das offizielle Symbol der Olympischen Spiele?",
      "difficulty": 1,
      "answers": [
        {
          "text": "5 Ringe",
          "correct": true
        },
        {
          "text": "3 Ringe",
          "correct": false
        },
        {
          "text": "7 Ringe",
          "correct": false
        }
      ]
    },
    {
      "id": 349,
      "question": "In welcher Sportart wurde Michael Schumacher siebenmal Weltmeister?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Formel 1",
          "correct": true
        },
        {
          "text": "Tennis",
          "correct": false
        },
        {
          "text": "Radfahren",
          "correct": false
        }
      ]
    },
    {
      "id": 350,
      "question": "Auf welchem Untergrund wird das berühmte Tennisturnier in Wimbledon gespielt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Rasen",
          "correct": true
        },
        {
          "text": "Sand",
          "correct": false
        },
        {
          "text": "Teppich",
          "correct": false
        }
      ]
    },
    {
      "id": 351,
      "question": "Welche Farbe hat das Trikot des Führenden bei der Tour de France?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gelb",
          "correct": true
        },
        {
          "text": "Rot",
          "correct": false
        },
        {
          "text": "Blau",
          "correct": false
        }
      ]
    },
    {
      "id": 352,
      "question": "Wer gilt als Basketball-Legende und trug die Nummer 23 bei den Chicago Bulls?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Michael Jordan",
          "correct": true
        },
        {
          "text": "Dirk Nowitzki",
          "correct": false
        },
        {
          "text": "Kobe Bryant",
          "correct": false
        }
      ]
    },
    {
      "id": 353,
      "question": "In welcher deutschen Stadt fanden die Olympischen Sommerspiele 1972 statt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "München",
          "correct": true
        },
        {
          "text": "Berlin",
          "correct": false
        },
        {
          "text": "Hamburg",
          "correct": false
        }
      ]
    },
    {
      "id": 354,
      "question": "Welcher Boxer nannte sich selbst „The Greatest“ und tanzte wie ein Schmetterling?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Muhammad Ali",
          "correct": true
        },
        {
          "text": "Mike Tyson",
          "correct": false
        },
        {
          "text": "Max Schmeling",
          "correct": false
        }
      ]
    },
    {
      "id": 355,
      "question": "Aus welchem Land stammt der Fußball-Star Pelé, der dreimal Weltmeister wurde?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Brasilien",
          "correct": true
        },
        {
          "text": "Argentinien",
          "correct": false
        },
        {
          "text": "Portugal",
          "correct": false
        }
      ]
    },
    {
      "id": 356,
      "question": "Welches Land gewann die Fußball-Weltmeisterschaft 2014 in Brasilien?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Deutschland",
          "correct": true
        },
        {
          "text": "Brasilien",
          "correct": false
        },
        {
          "text": "Argentinien",
          "correct": false
        }
      ]
    },
    {
      "id": 357,
      "question": "In welcher Sportart feierte Steffi Graf ihre großen Erfolge?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Tennis",
          "correct": true
        },
        {
          "text": "Schwimmen",
          "correct": false
        },
        {
          "text": "Eiskunstlauf",
          "correct": false
        }
      ]
    },
    {
      "id": 358,
      "question": "In welchem Rhythmus finden die Olympischen Sommerspiele normalerweise statt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Alle 4 Jahre",
          "correct": true
        },
        {
          "text": "Jedes Jahr",
          "correct": false
        },
        {
          "text": "Alle 2 Jahre",
          "correct": false
        }
      ]
    },
    {
      "id": 359,
      "question": "Wie nennt man das berühmte Finale der US-amerikanischen Football-Liga?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Super Bowl",
          "correct": true
        },
        {
          "text": "World Cup",
          "correct": false
        },
        {
          "text": "Champions League",
          "correct": false
        }
      ]
    },
    {
      "id": 360,
      "question": "Wie nennt man es beim Basketball, wenn der Ball von oben direkt in den Korb „gestopft“ wird?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Slam Dunk",
          "correct": true
        },
        {
          "text": "Home Run",
          "correct": false
        },
        {
          "text": "Touchdown",
          "correct": false
        }
      ]
    },
    {
      "id": 361,
      "question": "Wer hält den Weltrekord im 100-Meter-Lauf (9,58 Sekunden)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Usain Bolt",
          "correct": true
        },
        {
          "text": "Carl Lewis",
          "correct": false
        },
        {
          "text": "Jesse Owens",
          "correct": false
        }
      ]
    },
    {
      "id": 362,
      "question": "Wie alt war Boris Becker bei seinem ersten Sieg in Wimbledon?",
      "difficulty": 1,
      "answers": [
        {
          "text": "17 Jahre",
          "correct": true
        },
        {
          "text": "21 Jahre",
          "correct": false
        },
        {
          "text": "25 Jahre",
          "correct": false
        }
      ]
    },
    {
      "id": 363,
      "question": "Welcher Schwimmer gewann bei einer einzigen Olympiade (Peking 2008) acht Goldmedaillen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Michael Phelps",
          "correct": true
        },
        {
          "text": "Mark Spitz",
          "correct": false
        },
        {
          "text": "Ian Thorpe",
          "correct": false
        }
      ]
    },
    {
      "id": 364,
      "question": "Welcher Sport wird mit dem „Tiger“ Woods und einem sehr kleinen weißen Ball verbunden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Golf",
          "correct": true
        },
        {
          "text": "Billard",
          "correct": false
        },
        {
          "text": "Hockey",
          "correct": false
        }
      ]
    },
    {
      "id": 365,
      "question": "Wie nennt man die Gangart zwischen Schritt und Galopp beim Reiten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Trab",
          "correct": true
        },
        {
          "text": "Sprint",
          "correct": false
        },
        {
          "text": "Schleppgang",
          "correct": false
        }
      ]
    },
    {
      "id": 366,
      "question": "Welches berühmte Filmpferd ist schwarz und wild?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Black Beauty",
          "correct": true
        },
        {
          "text": "Spirit Montana",
          "correct": false
        },
        {
          "text": "Shadow Storm",
          "correct": false
        }
      ]
    },
    {
      "id": 367,
      "question": "Womit wird ein Pferd geführt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Halfter",
          "correct": true
        },
        {
          "text": "Handschuh",
          "correct": false
        },
        {
          "text": "Zaun",
          "correct": false
        }
      ]
    },
    {
      "id": 368,
      "question": "Wie nennt man die Haare am Hals des Pferdes?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Mähne",
          "correct": true
        },
        {
          "text": "Krone",
          "correct": false
        },
        {
          "text": "Flaum",
          "correct": false
        }
      ]
    },
    {
      "id": 369,
      "question": "Wie heißt das Pferd aus „Der König der Löwen“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Es gibt keins",
          "correct": true
        },
        {
          "text": "Kovu",
          "correct": false
        },
        {
          "text": "Ashanti",
          "correct": false
        }
      ]
    },
    {
      "id": 370,
      "question": "Welche Nahrung frisst ein Pferd hauptsächlich?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Heu",
          "correct": true
        },
        {
          "text": "Fleisch",
          "correct": false
        },
        {
          "text": "Algen",
          "correct": false
        }
      ]
    },
    {
      "id": 371,
      "question": "Welche Gangart ist die schnellste beim Reiten?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Galopp",
          "correct": true
        },
        {
          "text": "Schritt",
          "correct": false
        },
        {
          "text": "Tölt",
          "correct": false
        }
      ]
    },
    {
      "id": 372,
      "question": "In welchem Land entstand die Lipizzanerzucht (Pferderasse)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Österreich",
          "correct": true
        },
        {
          "text": "Spanien",
          "correct": false
        },
        {
          "text": "Norwegen",
          "correct": false
        }
      ]
    },
    {
      "id": 373,
      "question": "Wie nennt man den Ort, auf dem Pferde trainiert werden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Reitplatz",
          "correct": true
        },
        {
          "text": "Hofstube",
          "correct": false
        },
        {
          "text": "Boxengasse",
          "correct": false
        }
      ]
    },
    {
      "id": 374,
      "question": "Wie heißt das Pferd von „Lucky Luke“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Jolly Jumper",
          "correct": true
        },
        {
          "text": "Silver Star",
          "correct": false
        },
        {
          "text": "Thunder Boy",
          "correct": false
        }
      ]
    },
    {
      "id": 375,
      "question": "Was trägt ein Pferd beim Reiten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Sattel",
          "correct": true
        },
        {
          "text": "Helm",
          "correct": false
        },
        {
          "text": "Bürste",
          "correct": false
        }
      ]
    },
    {
      "id": 376,
      "question": "Wie nennt man den Laut, den Hunde machen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bellen",
          "correct": true
        },
        {
          "text": "Tröten",
          "correct": false
        },
        {
          "text": "Wiehern",
          "correct": false
        }
      ]
    },
    {
      "id": 377,
      "question": "Wie heißt der berühmte Comic-Hund von Charlie Brown?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Snoopy",
          "correct": true
        },
        {
          "text": "Pluto",
          "correct": false
        },
        {
          "text": "Rex",
          "correct": false
        }
      ]
    },
    {
      "id": 378,
      "question": "Welche Hunderasse gilt als sehr klein?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Chihuahua",
          "correct": true
        },
        {
          "text": "Dogge",
          "correct": false
        },
        {
          "text": "Bernhardiner",
          "correct": false
        }
      ]
    },
    {
      "id": 379,
      "question": "Wie heißt der Hund von Mickey Maus?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Pluto",
          "correct": true
        },
        {
          "text": "Goofy",
          "correct": false
        },
        {
          "text": "Max",
          "correct": false
        }
      ]
    },
    {
      "id": 380,
      "question": "Wie nennt man die Zeit, in der Hunde besonders viel lernen können?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Prägephase",
          "correct": true
        },
        {
          "text": "Ruhephase",
          "correct": false
        },
        {
          "text": "Tragephase",
          "correct": false
        }
      ]
    },
    {
      "id": 381,
      "question": "Welche Hunderasse ist bekannt als Rettungshund in den Alpen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Bernhardiner",
          "correct": true
        },
        {
          "text": "Schäferhund",
          "correct": false
        },
        {
          "text": "Dackel",
          "correct": false
        }
      ]
    },
    {
      "id": 382,
      "question": "Wie heißt der Hund aus „101 Dalmatiner“ (einer der bekanntesten Welpen)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Patch",
          "correct": true
        },
        {
          "text": "Milo",
          "correct": false
        },
        {
          "text": "Rocky",
          "correct": false
        }
      ]
    },
    {
      "id": 383,
      "question": "Was zeigt der Tacho beim Auto an?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Geschwindigkeit",
          "correct": true
        },
        {
          "text": "Reifendruck",
          "correct": false
        },
        {
          "text": "Stau",
          "correct": false
        }
      ]
    },
    {
      "id": 384,
      "question": "Wie nennt man das Ersatzrad im Kofferraum?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Reserverad",
          "correct": true
        },
        {
          "text": "Stützrad",
          "correct": false
        },
        {
          "text": "Dreirad",
          "correct": false
        }
      ]
    },
    {
      "id": 385,
      "question": "Welche Automarke hat einen Stern als Logo?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Mercedes",
          "correct": true
        },
        {
          "text": "Ford",
          "correct": false
        },
        {
          "text": "Volvo",
          "correct": false
        }
      ]
    },
    {
      "id": 386,
      "question": "Wie nennt man das vordere Licht am Auto?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Scheinwerfer",
          "correct": true
        },
        {
          "text": "Feuerlampe",
          "correct": false
        },
        {
          "text": "Tagblitzer",
          "correct": false
        }
      ]
    },
    {
      "id": 387,
      "question": "Was bedeutet ein rotes Ampelsignal?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Halt",
          "correct": true
        },
        {
          "text": "Langsam",
          "correct": false
        },
        {
          "text": "Weiterfahren",
          "correct": false
        }
      ]
    },
    {
      "id": 388,
      "question": "Wie heißt der berühmte rote Sportwagen aus „Cars“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Lightning McQueen",
          "correct": true
        },
        {
          "text": "Night Rider",
          "correct": false
        },
        {
          "text": "Herbie",
          "correct": false
        }
      ]
    },
    {
      "id": 389,
      "question": "Was misst der Drehzahlmesser?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Motorumdrehungen",
          "correct": true
        },
        {
          "text": "Kilometerstand",
          "correct": false
        },
        {
          "text": "Luftfeuchtigkeit",
          "correct": false
        }
      ]
    },
    {
      "id": 390,
      "question": "Was braucht ein Verbrennungsmotor?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kraftstoff",
          "correct": true
        },
        {
          "text": "Batterien",
          "correct": false
        },
        {
          "text": "Wasser",
          "correct": false
        }
      ]
    },
    {
      "id": 391,
      "question": "Welche Automarke kommt aus Japan?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Toyota",
          "correct": true
        },
        {
          "text": "Renault",
          "correct": false
        },
        {
          "text": "Cadillac",
          "correct": false
        }
      ]
    },
    {
      "id": 392,
      "question": "Wofür steht „SUV“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Sport Utility Vehicle",
          "correct": true
        },
        {
          "text": "Speed Urban Van",
          "correct": false
        },
        {
          "text": "Super Ultra Vario",
          "correct": false
        }
      ]
    },
    {
      "id": 393,
      "question": "Welche Antriebsart ist besonders leise?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Elektro",
          "correct": true
        },
        {
          "text": "Diesel",
          "correct": false
        },
        {
          "text": "V8-Motor",
          "correct": false
        }
      ]
    },
    {
      "id": 394,
      "question": "Was muss man vor dem Abbiegen mit dem Auto einschalten?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Blinker",
          "correct": true
        },
        {
          "text": "Scheibenwischer",
          "correct": false
        },
        {
          "text": "Hupe",
          "correct": false
        }
      ]
    },
    {
      "id": 395,
      "question": "Welches Auto ist bekannt aus „Knight Rider“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "K.I.T.T.",
          "correct": true
        },
        {
          "text": "MAXX",
          "correct": false
        },
        {
          "text": "BLADE",
          "correct": false
        }
      ]
    },
    {
      "id": 396,
      "question": "Wie nennt man das jährliche Auto‑Check‑System in Deutschland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "TÜV",
          "correct": true
        },
        {
          "text": "CVU",
          "correct": false
        },
        {
          "text": "APT",
          "correct": false
        }
      ]
    },
    {
      "id": 397,
      "question": "In welchem Jahr wurde Deutschland wiedervereinigt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "1990",
          "correct": true
        },
        {
          "text": "1986",
          "correct": false
        },
        {
          "text": "1994",
          "correct": false
        }
      ]
    },
    {
      "id": 398,
      "question": "Wie hieß die deutsche Währung vor dem Euro?",
      "difficulty": 1,
      "answers": [
        {
          "text": "D-Mark",
          "correct": true
        },
        {
          "text": "Schilling",
          "correct": false
        },
        {
          "text": "Reichsmark",
          "correct": false
        }
      ]
    },
    {
      "id": 399,
      "question": "Welche Mauer trennte Ost- und Westdeutschland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Berliner Mauer",
          "correct": true
        },
        {
          "text": "Hamburger Wall",
          "correct": false
        },
        {
          "text": "Reichsgrenze",
          "correct": false
        }
      ]
    },
    {
      "id": 400,
      "question": "Wer wurde 1918 letzter deutscher Kaiser?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Wilhelm II",
          "correct": true
        },
        {
          "text": "Friedrich I",
          "correct": false
        },
        {
          "text": "Karl IV",
          "correct": false
        }
      ]
    },
    {
      "id": 401,
      "question": "Wie nannte man die erste deutsche Demokratie (1919–1933)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Weimarer Republik",
          "correct": true
        },
        {
          "text": "Bonner Republik",
          "correct": false
        },
        {
          "text": "Deutsche Union",
          "correct": false
        }
      ]
    },
    {
      "id": 402,
      "question": "In welcher Stadt begann die Reformation?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Wittenberg",
          "correct": true
        },
        {
          "text": "Köln",
          "correct": false
        },
        {
          "text": "Leipzig",
          "correct": false
        }
      ]
    },
    {
      "id": 403,
      "question": "Wie hieß die Westdeutsche Hauptstadt vor 1990?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Bonn",
          "correct": true
        },
        {
          "text": "Essen",
          "correct": false
        },
        {
          "text": "Bremen",
          "correct": false
        }
      ]
    },
    {
      "id": 404,
      "question": "Welche deutsche Stadt wurde im Zweiten Weltkrieg fast vollständig zerstört?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Dresden",
          "correct": true
        },
        {
          "text": "Stuttgart",
          "correct": false
        },
        {
          "text": "Kiel",
          "correct": false
        }
      ]
    },
    {
      "id": 405,
      "question": "Welche Autobahn gilt als erste Deutschlands?",
      "difficulty": 3,
      "answers": [
        {
          "text": "A555",
          "correct": true
        },
        {
          "text": "A10",
          "correct": false
        },
        {
          "text": "A55",
          "correct": false
        }
      ]
    },
    {
      "id": 406,
      "question": "Wie nennt man den Zusammenschluss vieler deutscher Staaten bis 1871?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Deutscher Bund",
          "correct": true
        },
        {
          "text": "Deutsches Reich",
          "correct": false
        },
        {
          "text": "Hanseunion",
          "correct": false
        }
      ]
    },
    {
      "id": 407,
      "question": "Welche Stadt wurde nach 1990 wieder Hauptstadt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Berlin",
          "correct": true
        },
        {
          "text": "Hannover",
          "correct": false
        },
        {
          "text": "Mainz",
          "correct": false
        }
      ]
    },
    {
      "id": 408,
      "question": "Wie hieß der erste deutsche Nationalstaat ab 1871?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Deutsches Kaiserreich",
          "correct": true
        },
        {
          "text": "Deutsche Allianz",
          "correct": false
        },
        {
          "text": "Deutsche Föderation",
          "correct": false
        }
      ]
    },
    {
      "id": 409,
      "question": "Welches Ereignis startete den Zweiten Weltkrieg?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Überfall auf Polen",
          "correct": true
        },
        {
          "text": "Schlacht um Berlin",
          "correct": false
        },
        {
          "text": "Münchner Konferenz",
          "correct": false
        }
      ]
    },
    {
      "id": 410,
      "question": "Welche deutsche Burg ist weltberühmt für die Nibelungensage?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Burg Drachenfels",
          "correct": true
        },
        {
          "text": "Burg Lichtenstein",
          "correct": false
        },
        {
          "text": "Burg Spreeriese",
          "correct": false
        }
      ]
    },
    {
      "id": 411,
      "question": "Welche beiden Staaten gab es in Deutschland von 1949–1990?",
      "difficulty": 2,
      "answers": [
        {
          "text": "BRD und DDR",
          "correct": true
        },
        {
          "text": "NWD und ODD",
          "correct": false
        },
        {
          "text": "DUK und BDR",
          "correct": false
        }
      ]
    },
    {
      "id": 412,
      "question": "Was ist ein Tsunami?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Riesenwelle",
          "correct": true
        },
        {
          "text": "Feuerring",
          "correct": false
        },
        {
          "text": "Sandsturm",
          "correct": false
        }
      ]
    },
    {
      "id": 413,
      "question": "Woraus besteht ein Regenbogen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Lichtbrechung",
          "correct": true
        },
        {
          "text": "Farbnebel",
          "correct": false
        },
        {
          "text": "Luftschichten",
          "correct": false
        }
      ]
    },
    {
      "id": 414,
      "question": "Woraus entsteht Wind?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Luftdruckunterschiede",
          "correct": true
        },
        {
          "text": "Bodenwärme",
          "correct": false
        },
        {
          "text": "Mondstrahlung",
          "correct": false
        }
      ]
    },
    {
      "id": 415,
      "question": "Wie nennt man einen Vulkan, der nicht aktiv ist?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Erloschen",
          "correct": true
        },
        {
          "text": "Glühend",
          "correct": false
        },
        {
          "text": "Faul",
          "correct": false
        }
      ]
    },
    {
      "id": 416,
      "question": "Was ist Photosynthese?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Energiegewinnung der Pflanzen",
          "correct": true
        },
        {
          "text": "Pflanzenkühlung",
          "correct": false
        },
        {
          "text": "Regenmessung",
          "correct": false
        }
      ]
    },
    {
      "id": 417,
      "question": "Welches Naturphänomen sieht aus wie Lichter am Himmel?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Polarlichter",
          "correct": true
        },
        {
          "text": "Regenbogen",
          "correct": false
        },
        {
          "text": "Lichtbögen",
          "correct": false
        }
      ]
    },
    {
      "id": 418,
      "question": "Wie nennt man starke Wirbelstürme?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hurrikan",
          "correct": true
        },
        {
          "text": "Orkan",
          "correct": false
        },
        {
          "text": "Bergluft",
          "correct": false
        }
      ]
    },
    {
      "id": 419,
      "question": "Wofür steht „USB“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Universal Serial Bus",
          "correct": true
        },
        {
          "text": "United System Bridge",
          "correct": false
        },
        {
          "text": "Universal Signal Base",
          "correct": false
        }
      ]
    },
    {
      "id": 420,
      "question": "Was bedeutet „WWW“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "World Wide Web",
          "correct": true
        },
        {
          "text": "World Wide Wireless",
          "correct": false
        },
        {
          "text": "Web World Window",
          "correct": false
        }
      ]
    },
    {
      "id": 421,
      "question": "Wofür steht „AI“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Artificial Intelligence",
          "correct": true
        },
        {
          "text": "Automatic Input",
          "correct": false
        },
        {
          "text": "Android Interface",
          "correct": false
        }
      ]
    },
    {
      "id": 422,
      "question": "Was ist eine Cloud?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Online‑Speicher",
          "correct": true
        },
        {
          "text": "Lautsprecher",
          "correct": false
        },
        {
          "text": "Monitorhülle",
          "correct": false
        }
      ]
    },
    {
      "id": 423,
      "question": "Was misst man in „Gigabyte“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Speicher",
          "correct": true
        },
        {
          "text": "Bildschirmgröße",
          "correct": false
        },
        {
          "text": "Lautstärke",
          "correct": false
        }
      ]
    },
    {
      "id": 424,
      "question": "Was ist ein „Bug“ in der Software?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Fehler",
          "correct": true
        },
        {
          "text": "Update",
          "correct": false
        },
        {
          "text": "Grafikmodus",
          "correct": false
        }
      ]
    },
    {
      "id": 425,
      "question": "Welches Kabel nutzt man für Monitore?",
      "difficulty": 1,
      "answers": [
        {
          "text": "HDMI",
          "correct": true
        },
        {
          "text": "USB",
          "correct": false
        },
        {
          "text": "TOSLINK",
          "correct": false
        }
      ]
    },
    {
      "id": 426,
      "question": "Wo speichert man Dateien auf dem Computer?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Festplatte",
          "correct": true
        },
        {
          "text": "Soundkarte",
          "correct": false
        },
        {
          "text": "CPU",
          "correct": false
        }
      ]
    },
    {
      "id": 427,
      "question": "Was bedeutet „4K“ beim Fernseher / Monitor?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hohe Auflösung",
          "correct": true
        },
        {
          "text": "Lauter Ton",
          "correct": false
        },
        {
          "text": "Schnelles WLAN",
          "correct": false
        }
      ]
    },
    {
      "id": 428,
      "question": "Welcher Browser kommt von Google?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Chrome",
          "correct": true
        },
        {
          "text": "Safari",
          "correct": false
        },
        {
          "text": "Firefox",
          "correct": false
        }
      ]
    },
    {
      "id": 429,
      "question": "Wofür steht „VPN“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Virtuelles privates Netzwerk",
          "correct": true
        },
        {
          "text": "Voll programmierbares Netz",
          "correct": false
        },
        {
          "text": "Virtueller Print‑Node",
          "correct": false
        }
      ]
    },
    {
      "id": 430,
      "question": "Was ist ein Algorithmus?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Rechenvorschrift",
          "correct": true
        },
        {
          "text": "Internetfehler",
          "correct": false
        },
        {
          "text": "Hardwarechip",
          "correct": false
        }
      ]
    },
    {
      "id": 431,
      "question": "Was ist ein Screenshot?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bildschirmfoto",
          "correct": true
        },
        {
          "text": "Tonaufnahme",
          "correct": false
        },
        {
          "text": "Code-Auszug",
          "correct": false
        }
      ]
    },
    {
      "id": 432,
      "question": "Wie nennt man digitale Währung?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Krypto",
          "correct": true
        },
        {
          "text": "Kreditpunkte",
          "correct": false
        },
        {
          "text": "Cyber-Dollar",
          "correct": false
        }
      ]
    },
    {
      "id": 433,
      "question": "Was bedeutet „Download“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Herunterladen",
          "correct": true
        },
        {
          "text": "Hochfahren",
          "correct": false
        },
        {
          "text": "Ausschalten",
          "correct": false
        }
      ]
    },
    {
      "id": 434,
      "question": "Was ist ein „Motherboard“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Hauptplatine",
          "correct": true
        },
        {
          "text": "Grafikoberfläche",
          "correct": false
        },
        {
          "text": "Speicherchip",
          "correct": false
        }
      ]
    },
    {
      "id": 435,
      "question": "Was ist ein QR‑Code?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Scannbarer Code",
          "correct": true
        },
        {
          "text": "Musikdatei",
          "correct": false
        },
        {
          "text": "Programmiersprache",
          "correct": false
        }
      ]
    },
    {
      "id": 436,
      "question": "Welche Einheit misst die Prozessorgeschwindigkeit?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hertz",
          "correct": true
        },
        {
          "text": "Volt",
          "correct": false
        },
        {
          "text": "Newton",
          "correct": false
        }
      ]
    },
    {
      "id": 437,
      "question": "Wer erreichte 1492 Amerika?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Christoph Kolumbus",
          "correct": true
        },
        {
          "text": "James Cook",
          "correct": false
        },
        {
          "text": "Marco Polo",
          "correct": false
        }
      ]
    },
    {
      "id": 438,
      "question": "Welche Siedler erreichten als erste Island und Grönland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wikinger",
          "correct": true
        },
        {
          "text": "Römer",
          "correct": false
        },
        {
          "text": "Perser",
          "correct": false
        }
      ]
    },
    {
      "id": 439,
      "question": "Wer umrundete als Erster die Welt (Expedition)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Juan Sebastián Elcano",
          "correct": true
        },
        {
          "text": "Leif Erikson",
          "correct": false
        },
        {
          "text": "Henry Hudson",
          "correct": false
        }
      ]
    },
    {
      "id": 440,
      "question": "Wie reisten Wikinger hauptsächlich?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Mit Langschiffen",
          "correct": true
        },
        {
          "text": "Mit Streitwagen",
          "correct": false
        },
        {
          "text": "Zu Fuß",
          "correct": false
        }
      ]
    },
    {
      "id": 441,
      "question": "Wann war die erste Mondlandung?",
      "difficulty": 2,
      "answers": [
        {
          "text": "1969",
          "correct": true
        },
        {
          "text": "1975",
          "correct": false
        },
        {
          "text": "1958",
          "correct": false
        }
      ]
    },
    {
      "id": 442,
      "question": "Wer gilt als großer Entdecker Asiens und Autor einer Reisebeschreibung?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Marco Polo",
          "correct": true
        },
        {
          "text": "Napoleon",
          "correct": false
        },
        {
          "text": "Cäsar",
          "correct": false
        }
      ]
    },
    {
      "id": 443,
      "question": "Welche Flüsse waren für das Alte Ägypten entscheidend?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Nil",
          "correct": true
        },
        {
          "text": "Rhein",
          "correct": false
        },
        {
          "text": "Amazonas",
          "correct": false
        }
      ]
    },
    {
      "id": 444,
      "question": "Welcher Wikinger erreichte um 1000 nach Christus Amerika?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Leif Erikson",
          "correct": true
        },
        {
          "text": "Ragnar Lodbrok",
          "correct": false
        },
        {
          "text": "Sigurd Drache",
          "correct": false
        }
      ]
    },
    {
      "id": 445,
      "question": "Wer entdeckte den Seeweg nach Indien?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Vasco da Gama",
          "correct": true
        },
        {
          "text": "Robert Peary",
          "correct": false
        },
        {
          "text": "James Watt",
          "correct": false
        }
      ]
    },
    {
      "id": 446,
      "question": "Wie nennt man die ägyptischen Herrscher?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Pharaonen",
          "correct": true
        },
        {
          "text": "Khans",
          "correct": false
        },
        {
          "text": "Konsuln",
          "correct": false
        }
      ]
    },
    {
      "id": 447,
      "question": "Wofür sind die Wikinger außer dem Reisen bekannt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Handel und Siedlungen",
          "correct": true
        },
        {
          "text": "Hochseefischer",
          "correct": false
        },
        {
          "text": "Waffenschmiede",
          "correct": false
        }
      ]
    },
    {
      "id": 448,
      "question": "Wer kartografierte große Teile des Pazifiks?",
      "difficulty": 3,
      "answers": [
        {
          "text": "James Cook",
          "correct": true
        },
        {
          "text": "Leonardo da Vinci",
          "correct": false
        },
        {
          "text": "Karl der Große",
          "correct": false
        }
      ]
    },
    {
      "id": 449,
      "question": "Welche Stadt war im alten Ägypten besonders bedeutend?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Memphis",
          "correct": true
        },
        {
          "text": "Verona",
          "correct": false
        },
        {
          "text": "Babylonien",
          "correct": false
        }
      ]
    },
    {
      "id": 450,
      "question": "Wessen berühmtes Grabmal befindet sich im Tal der Könige?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Tutanchamun",
          "correct": true
        },
        {
          "text": "Philosophen",
          "correct": false
        },
        {
          "text": "Minotaurus",
          "correct": false
        }
      ]
    },
    {
      "id": 451,
      "question": "Welcher Polarforscher erreichte 1911 den Südpol?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Roald Amundsen",
          "correct": true
        },
        {
          "text": "Edmund Hillary",
          "correct": false
        },
        {
          "text": "Shackleton Grey",
          "correct": false
        }
      ]
    },
    {
      "id": 452,
      "question": "Was benutzten Entdecker früher zur Navigation?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kompass",
          "correct": true
        },
        {
          "text": "Funkgerät",
          "correct": false
        },
        {
          "text": "Satellitenuhr",
          "correct": false
        }
      ]
    },
    {
      "id": 453,
      "question": "Wie wurde das Land der Wikinger später genannt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Skandinavien",
          "correct": true
        },
        {
          "text": "Anatolien",
          "correct": false
        },
        {
          "text": "Iberien",
          "correct": false
        }
      ]
    },
    {
      "id": 454,
      "question": "Welches Vitamin bildet die Haut durch Sonnenlicht?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Vitamin D",
          "correct": true
        },
        {
          "text": "Vitamin B12",
          "correct": false
        },
        {
          "text": "Vitamin S",
          "correct": false
        }
      ]
    },
    {
      "id": 455,
      "question": "Welches Vitamin ist wichtig für das Immunsystem?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Vitamin C",
          "correct": true
        },
        {
          "text": "Vitamin H",
          "correct": false
        },
        {
          "text": "Vitamin Z",
          "correct": false
        }
      ]
    },
    {
      "id": 456,
      "question": "Was trainiert man beim Joggen besonders?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ausdauer",
          "correct": true
        },
        {
          "text": "Kraft",
          "correct": false
        },
        {
          "text": "Gleichgewicht",
          "correct": false
        }
      ]
    },
    {
      "id": 457,
      "question": "Was misst der Puls?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Herzschläge",
          "correct": true
        },
        {
          "text": "Atemzüge",
          "correct": false
        },
        {
          "text": "Blutmenge",
          "correct": false
        }
      ]
    },
    {
      "id": 458,
      "question": "Welche Nährstoffe liefern Energie?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kohlenhydrate",
          "correct": true
        },
        {
          "text": "Wasser",
          "correct": false
        },
        {
          "text": "Mineralien",
          "correct": false
        }
      ]
    },
    {
      "id": 459,
      "question": "Wie nennt man die körpereigene Abwehr gegen Krankheiten?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Immunsystem",
          "correct": true
        },
        {
          "text": "Nervensystem",
          "correct": false
        },
        {
          "text": "Verdauungssystem",
          "correct": false
        }
      ]
    },
    {
      "id": 460,
      "question": "Was schützt Vitamin E besonders?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Zellen",
          "correct": true
        },
        {
          "text": "Knochen",
          "correct": false
        },
        {
          "text": "Haare",
          "correct": false
        }
      ]
    },
    {
      "id": 461,
      "question": "Welche Übung stärkt die Bauchmuskeln?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Sit‑ups",
          "correct": true
        },
        {
          "text": "Seilspringen",
          "correct": false
        },
        {
          "text": "Kniebeuge",
          "correct": false
        }
      ]
    },
    {
      "id": 462,
      "question": "Was ist ein Symptom von Dehydration?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Durst",
          "correct": true
        },
        {
          "text": "Kältegefühl",
          "correct": false
        },
        {
          "text": "Husten",
          "correct": false
        }
      ]
    },
    {
      "id": 463,
      "question": "Was bedeutet Demokratie?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Herrschaft des Volkes",
          "correct": true
        },
        {
          "text": "Herrschaft eines Königs",
          "correct": false
        },
        {
          "text": "Herrschaft eines Soldaten",
          "correct": false
        }
      ]
    },
    {
      "id": 464,
      "question": "Ab welchem Alter darf man in Deutschland bei Bundestagswahlen wählen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "18",
          "correct": true
        },
        {
          "text": "21",
          "correct": false
        },
        {
          "text": "16",
          "correct": false
        }
      ]
    },
    {
      "id": 465,
      "question": "Wie heißt das Grundgesetz in Deutschland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Verfassung",
          "correct": true
        },
        {
          "text": "Staatsbuch",
          "correct": false
        },
        {
          "text": "Volksheft",
          "correct": false
        }
      ]
    },
    {
      "id": 466,
      "question": "Welches Recht gehört zu den Grundrechten?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Meinungsfreiheit",
          "correct": true
        },
        {
          "text": "Essensfreiheit",
          "correct": false
        },
        {
          "text": "Autofahrrecht",
          "correct": false
        }
      ]
    },
    {
      "id": 467,
      "question": "Wer wählt die Abgeordneten im Bundestag?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Die Bürger",
          "correct": true
        },
        {
          "text": "Die Polizei",
          "correct": false
        },
        {
          "text": "Die Parteien",
          "correct": false
        }
      ]
    },
    {
      "id": 468,
      "question": "Wie oft findet die Bundestagswahl normalerweise statt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "4 Jahre",
          "correct": true
        },
        {
          "text": "Jedes Jahr",
          "correct": false
        },
        {
          "text": "10 Jahre",
          "correct": false
        }
      ]
    },
    {
      "id": 469,
      "question": "Wofür steht die Abkürzung UN?",
      "difficulty": 2,
      "answers": [
        {
          "text": "United Nations",
          "correct": true
        },
        {
          "text": "United Network",
          "correct": false
        },
        {
          "text": "Universal Nations",
          "correct": false
        }
      ]
    },
    {
      "id": 470,
      "question": "Was ist die Aufgabe der UN?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Frieden sichern",
          "correct": true
        },
        {
          "text": "Wahlen kontrollieren",
          "correct": false
        },
        {
          "text": "Grenzkontrolle",
          "correct": false
        }
      ]
    },
    {
      "id": 471,
      "question": "Wer ist in Deutschland Staatsoberhaupt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Bundespräsident",
          "correct": true
        },
        {
          "text": "Bundesrichter",
          "correct": false
        },
        {
          "text": "Landrat",
          "correct": false
        }
      ]
    },
    {
      "id": 472,
      "question": "Wofür steht die EU?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Europäische Union",
          "correct": true
        },
        {
          "text": "Europäisches Unternehmen",
          "correct": false
        },
        {
          "text": "Einheit Europas",
          "correct": false
        }
      ]
    },
    {
      "id": 473,
      "question": "Wie nennt man eine Regierung aus mehreren Parteien?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Koalition",
          "correct": true
        },
        {
          "text": "Station",
          "correct": false
        },
        {
          "text": "Division",
          "correct": false
        }
      ]
    },
    {
      "id": 474,
      "question": "Was wird durch die Menschenrechte geschützt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Die Würde",
          "correct": true
        },
        {
          "text": "Die Bürde",
          "correct": false
        },
        {
          "text": "Der Lohn",
          "correct": false
        }
      ]
    },
    {
      "id": 475,
      "question": "Welche Sprache gilt als die meistgesprochene Muttersprache der Welt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Mandarin",
          "correct": true
        },
        {
          "text": "Russisch",
          "correct": false
        },
        {
          "text": "Portugiesisch",
          "correct": false
        }
      ]
    },
    {
      "id": 476,
      "question": "Welche Sprache hat viele Klicklaute?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Xhosa",
          "correct": true
        },
        {
          "text": "Hindi",
          "correct": false
        },
        {
          "text": "Schwedisch",
          "correct": false
        }
      ]
    },
    {
      "id": 477,
      "question": "Was bedeutet die Redewendung „Tomaten auf den Augen haben“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Etwas nicht sehen",
          "correct": true
        },
        {
          "text": "Sehr gut riechen",
          "correct": false
        },
        {
          "text": "Glück haben",
          "correct": false
        }
      ]
    },
    {
      "id": 478,
      "question": "Aus welcher Sprache kommt das Wort „Kaffee“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Arabisch",
          "correct": true
        },
        {
          "text": "Finnisch",
          "correct": false
        },
        {
          "text": "Japanisch",
          "correct": false
        }
      ]
    },
    {
      "id": 479,
      "question": "Was bedeutet „carpe diem“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nutze den Tag",
          "correct": true
        },
        {
          "text": "Bleib liegen",
          "correct": false
        },
        {
          "text": "Liebe das Leben",
          "correct": false
        }
      ]
    },
    {
      "id": 480,
      "question": "Wie nennt man die Wissenschaft der Wortherkunft?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Etymologie",
          "correct": true
        },
        {
          "text": "Mythologie",
          "correct": false
        },
        {
          "text": "Geologie",
          "correct": false
        }
      ]
    },
    {
      "id": 481,
      "question": "Welche Sprache hat nur 5 Vokale?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Spanisch",
          "correct": true
        },
        {
          "text": "Polnisch",
          "correct": false
        },
        {
          "text": "Hebräisch",
          "correct": false
        }
      ]
    },
    {
      "id": 482,
      "question": "Was bedeutet das englische Sprichwort „Break a leg“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Viel Glück",
          "correct": true
        },
        {
          "text": "Renn weg",
          "correct": false
        },
        {
          "text": "Sei vorsichtig",
          "correct": false
        }
      ]
    },
    {
      "id": 483,
      "question": "Welche Sprache gilt als Ursprung vieler wissenschaftlicher Begriffe?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Latein",
          "correct": true
        },
        {
          "text": "Maltesisch",
          "correct": false
        },
        {
          "text": "Isländisch",
          "correct": false
        }
      ]
    },
    {
      "id": 484,
      "question": "Was heißt „Bonjour“ auf Deutsch?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Guten Tag",
          "correct": true
        },
        {
          "text": "Auf Wiedersehen",
          "correct": false
        },
        {
          "text": "Viel Spaß",
          "correct": false
        }
      ]
    },
    {
      "id": 485,
      "question": "Was ist ein „Fauxpas“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Ein peinlicher Fehler",
          "correct": true
        },
        {
          "text": "Ein köstliches Essen",
          "correct": false
        },
        {
          "text": "Ein Kleidungsstil",
          "correct": false
        }
      ]
    },
    {
      "id": 486,
      "question": "Was bedeutet die Redewendung „den Nagel auf den Kopf treffen“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Etwas genau richtig sagen",
          "correct": true
        },
        {
          "text": "Jemanden ärgern",
          "correct": false
        },
        {
          "text": "Ganz knapp verlieren",
          "correct": false
        }
      ]
    },
    {
      "id": 487,
      "question": "Welche Sprache liest man von rechts nach links?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Arabisch",
          "correct": true
        },
        {
          "text": "Koreanisch",
          "correct": false
        },
        {
          "text": "Hindi",
          "correct": false
        }
      ]
    },
    {
      "id": 488,
      "question": "Was bedeutet „Déjà‑vu“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Gefühl, etwas schon erlebt zu haben",
          "correct": true
        },
        {
          "text": "Einen Traum haben",
          "correct": false
        },
        {
          "text": "Auf etwas warten",
          "correct": false
        }
      ]
    },
    {
      "id": 489,
      "question": "Welcher König wurde 1871 zum Deutschen Kaiser ausgerufen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Wilhelm I.",
          "correct": true
        },
        {
          "text": "Friedrich II.",
          "correct": false
        },
        {
          "text": "Ludwig II.",
          "correct": false
        }
      ]
    },
    {
      "id": 490,
      "question": "Wo fand der Reichstag des Heiligen Römischen Reiches häufig statt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Worms",
          "correct": true
        },
        {
          "text": "Hamburg",
          "correct": false
        },
        {
          "text": "Zürich",
          "correct": false
        }
      ]
    },
    {
      "id": 491,
      "question": "Wie hieß die Hauptstadt der DDR?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ost-Berlin",
          "correct": true
        },
        {
          "text": "Dresden",
          "correct": false
        },
        {
          "text": "Potsdam",
          "correct": false
        }
      ]
    },
    {
      "id": 492,
      "question": "Welche Stadt war im Mittelalter eine bedeutende Handelsmacht?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Lübeck",
          "correct": true
        },
        {
          "text": "Stuttgart",
          "correct": false
        },
        {
          "text": "Würzburg",
          "correct": false
        }
      ]
    },
    {
      "id": 493,
      "question": "Wie hieß das ostdeutsche Geheimdienstministerium?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Stasi",
          "correct": true
        },
        {
          "text": "NSA",
          "correct": false
        },
        {
          "text": "KGB",
          "correct": false
        }
      ]
    },
    {
      "id": 494,
      "question": "Wie hieß das berühmte deutsche Luftschiff, das 1937 verunglückte?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Hindenburg",
          "correct": true
        },
        {
          "text": "Zeppelin 4",
          "correct": false
        },
        {
          "text": "Graf Lux",
          "correct": false
        }
      ]
    },
    {
      "id": 495,
      "question": "Welche Stadt galt im Mittelalter als Krönungsort deutscher Könige?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Aachen",
          "correct": true
        },
        {
          "text": "München",
          "correct": false
        },
        {
          "text": "Bremen",
          "correct": false
        }
      ]
    },
    {
      "id": 496,
      "question": "Wer gründete 1871 das Deutsche Reich?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Otto von Bismarck",
          "correct": true
        },
        {
          "text": "Karl Marx",
          "correct": false
        },
        {
          "text": "Friedrich Engels",
          "correct": false
        }
      ]
    },
    {
      "id": 497,
      "question": "Welches Element hat die höchste elektrische Leitfähigkeit aller Metalle?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Silber",
          "correct": true
        },
        {
          "text": "Kupfer",
          "correct": false
        },
        {
          "text": "Gold",
          "correct": false
        }
      ]
    },
    {
      "id": 498,
      "question": "In welcher Stadt befindet sich der Hauptsitz der Internationalen Atomenergie-Organisation (IAEO)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Wien",
          "correct": true
        },
        {
          "text": "Genf",
          "correct": false
        },
        {
          "text": "Brüssel",
          "correct": false
        }
      ]
    },
    {
      "id": 499,
      "question": "Welches Land hieß früher „Abessinien“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Äthiopien",
          "correct": true
        },
        {
          "text": "Thailand",
          "correct": false
        },
        {
          "text": "Iran",
          "correct": false
        }
      ]
    },
    {
      "id": 500,
      "question": "Welches Organ im menschlichen Körper ist für den Abbau von Alkohol primär zuständig?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Leber",
          "correct": true
        },
        {
          "text": "Niere",
          "correct": false
        },
        {
          "text": "Milz",
          "correct": false
        }
      ]
    },
    {
      "id": 501,
      "question": "In welcher Sportart wird um den „Ryder Cup“ gekämpft?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Golf",
          "correct": true
        },
        {
          "text": "Segeln",
          "correct": false
        },
        {
          "text": "Tennis",
          "correct": false
        }
      ]
    },
    {
      "id": 502,
      "question": "Wer gilt als Begründer der modernen Psychoanalyse?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Sigmund Freud",
          "correct": true
        },
        {
          "text": "Carl Jung",
          "correct": false
        },
        {
          "text": "Friedrich Nietzsche",
          "correct": false
        }
      ]
    },
    {
      "id": 503,
      "question": "Was ist die Hauptstadt von Marokko?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Rabat",
          "correct": true
        },
        {
          "text": "Casablanca",
          "correct": false
        },
        {
          "text": "Marrakesch",
          "correct": false
        }
      ]
    },
    {
      "id": 504,
      "question": "Welches Tier ist das Wappentier von Schottland?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Einhorn",
          "correct": true
        },
        {
          "text": "Löwe",
          "correct": false
        },
        {
          "text": "Hirsch",
          "correct": false
        }
      ]
    },
    {
      "id": 505,
      "question": "Welches Metall ist das häufigste Element im Erdkern?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Eisen",
          "correct": true
        },
        {
          "text": "Kupfer",
          "correct": false
        },
        {
          "text": "Aluminium",
          "correct": false
        }
      ]
    },
    {
      "id": 506,
      "question": "Wer schrieb 1897 den Roman \"Weihnacht!\"? ",
      "difficulty": 2,
      "answers": [
        {
          "text": "Karl May",
          "correct": true
        },
        {
          "text": "Heinrich Mann",
          "correct": false
        },
        {
          "text": "Henry Miller",
          "correct": false
        }
      ]
    },
    {
      "id": 507,
      "question": "Welcher Planet ist der heißeste im Sonnensystem?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Venus",
          "correct": true
        },
        {
          "text": "Merkur",
          "correct": false
        },
        {
          "text": "Mars",
          "correct": false
        }
      ]
    },
    {
      "id": 508,
      "question": "Welches ist der kleinste Planet im Sonnensystem?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Merkur",
          "correct": true
        },
        {
          "text": "Mars",
          "correct": false
        },
        {
          "text": "Venus",
          "correct": false
        }
      ]
    },
    {
      "id": 509,
      "question": "Welches ist das größte Organ des menschlichen Körpers?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die Haut",
          "correct": true
        },
        {
          "text": "Die Leber",
          "correct": false
        },
        {
          "text": "Der Dünndarm",
          "correct": false
        }
      ]
    },
    {
      "id": 510,
      "question": "Welcher Teil des Gehirns ist für das Gleichgewicht und die Feinmotorik zuständig?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Das Kleinhirn",
          "correct": true
        },
        {
          "text": "Der Großhirnlappen",
          "correct": false
        },
        {
          "text": "Der Hirnstamm",
          "correct": false
        }
      ]
    },
    {
      "id": 511,
      "question": "Wo befindet sich die Bauchspeicheldrüse?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Hinter dem Magen",
          "correct": true
        },
        {
          "text": "Unter der Leber",
          "correct": false
        },
        {
          "text": "Im Beckenbereich",
          "correct": false
        }
      ]
    },
    {
      "id": 512,
      "question": "Wie nennt man die kleinsten Blutgefäße?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kapillaren",
          "correct": true
        },
        {
          "text": "Arterien",
          "correct": false
        },
        {
          "text": "Venen",
          "correct": false
        }
      ]
    },
    {
      "id": 513,
      "question": "Welcher Teil des Auges steuert die Menge des einfallenden Lichts?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die Iris",
          "correct": true
        },
        {
          "text": "Die Hornhaut",
          "correct": false
        },
        {
          "text": "Die Netzhaut",
          "correct": false
        }
      ]
    },
    {
      "id": 514,
      "question": "Wann endete der Zweite Weltkrieg in Europa (VE-Day)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "8. Mai 1945",
          "correct": true
        },
        {
          "text": "6. Juni 1944",
          "correct": false
        },
        {
          "text": "2. September 1945",
          "correct": false
        }
      ]
    },
    {
      "id": 515,
      "question": "Wann begann die Kubakrise?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Oktober 1962",
          "correct": true
        },
        {
          "text": "Oktober 1961",
          "correct": false
        },
        {
          "text": "Januar 1961",
          "correct": false
        }
      ]
    },
    {
      "id": 516,
      "question": "In welchem Jahr kam es zum Börsencrash und Beginn der Weltwirtschaftskrise?",
      "difficulty": 3,
      "answers": [
        {
          "text": "1929",
          "correct": true
        },
        {
          "text": "1925",
          "correct": false
        },
        {
          "text": "1933",
          "correct": false
        }
      ]
    },
    {
      "id": 517,
      "question": "Wann wurde die Berliner Mauer gebaut?",
      "difficulty": 3,
      "answers": [
        {
          "text": "1961",
          "correct": true
        },
        {
          "text": "1949",
          "correct": false
        },
        {
          "text": "1989",
          "correct": false
        }
      ]
    },
    {
      "id": 518,
      "question": "Welcher Knochen ist der längste und stärkste im menschlichen Körper?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Femur",
          "correct": true
        },
        {
          "text": "Tibia",
          "correct": false
        },
        {
          "text": "Humerus",
          "correct": false
        }
      ]
    },
    {
      "id": 519,
      "question": "Welches Organ hat keine Blutgefäße und erhält Sauerstoff direkt aus der Luft?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Hornhaut",
          "correct": true
        },
        {
          "text": "Linse",
          "correct": false
        },
        {
          "text": "Netzhaut",
          "correct": false
        }
      ]
    },
    {
      "id": 520,
      "question": "Welches Organ kann sich vollständig regenerieren, auch nach Entfernung großer Teile?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Leber",
          "correct": true
        },
        {
          "text": "Niere",
          "correct": false
        },
        {
          "text": "Milz",
          "correct": false
        }
      ]
    },
    {
      "id": 521,
      "question": "Wie viele Liter Speichel produziert der Mensch etwa im Leben?",
      "difficulty": 3,
      "answers": [
        {
          "text": "ca. 40.000 Liter",
          "correct": true
        },
        {
          "text": "ca. 10.000 Liter",
          "correct": false
        },
        {
          "text": "ca. 100.000 Liter",
          "correct": false
        }
      ]
    },
    {
      "id": 522,
      "question": "Welcher Nerv ist der längste im Körper?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Ischiasnerv",
          "correct": true
        },
        {
          "text": "Vagusnerv",
          "correct": false
        },
        {
          "text": "Ulnarnerv",
          "correct": false
        }
      ]
    },
    {
      "id": 523,
      "question": "Wie viele Geschmacksknospen hat die menschliche Zunge ungefähr?",
      "difficulty": 3,
      "answers": [
        {
          "text": "ca. 8.000 - 10.000",
          "correct": true
        },
        {
          "text": "ca. 2.000 - 4.000",
          "correct": false
        },
        {
          "text": "ca. 12.000 - 15.000",
          "correct": false
        }
      ]
    },
    {
      "id": 524,
      "question": "Wie schnell können Nervenimpulse im Körper maximal reisen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "bis ca. 400 km/h",
          "correct": true
        },
        {
          "text": "bis ca. 100 km/h",
          "correct": false
        },
        {
          "text": "bis ca. 50 km/h",
          "correct": false
        }
      ]
    },
    {
      "id": 525,
      "question": "In welchem Jahr erschien der erste abendfüllende Spielfilm der Welt („The Story of the Kelly Gang“)?",
      "difficulty": 3,
      "answers": [
        {
          "text": "1906",
          "correct": true
        },
        {
          "text": "1915",
          "correct": false
        },
        {
          "text": "1927",
          "correct": false
        }
      ]
    },
    {
      "id": 526,
      "question": "Aus welchem Land stammt das Nationalgericht Doro Wat?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Äthiopien",
          "correct": true
        },
        {
          "text": "Eritrea",
          "correct": false
        },
        {
          "text": "Kenia",
          "correct": false
        }
      ]
    },
    {
      "id": 527,
      "question": "Welche französische Schneidetechnik bedeutet feine Streifen von Kräutern oder Gemüse?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Chiffonade",
          "correct": true
        },
        {
          "text": "Julienne",
          "correct": false
        },
        {
          "text": "Brunoise",
          "correct": false
        }
      ]
    },
    {
      "id": 528,
      "question": "Welche brasilianische Bohneneintopf-Spezialität enthält hauptsächlich Schweinefleisch?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Feijoada",
          "correct": true
        },
        {
          "text": "Vatapá",
          "correct": false
        },
        {
          "text": "Moqueca",
          "correct": false
        }
      ]
    },
    {
      "id": 529,
      "question": "Welche italienische Region ist für Parmigiano-Reggiano geschützt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Emilia-Romagna",
          "correct": true
        },
        {
          "text": "Lombardei",
          "correct": false
        },
        {
          "text": "Toskana",
          "correct": false
        }
      ]
    },
    {
      "id": 530,
      "question": "Welcher Schauspieler war vor seiner Hollywood-Karriere professioneller Tischler?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Harrison Ford",
          "correct": true
        },
        {
          "text": "Tom Hanks",
          "correct": false
        },
        {
          "text": "Clint Eastwood",
          "correct": false
        }
      ]
    },
    {
      "id": 531,
      "question": "Welcher Schauspieler versteckte während der Dreharbeiten zu „The Avengers“ überall Snacks?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Robert Downey Jr.",
          "correct": true
        },
        {
          "text": "Chris Evans",
          "correct": false
        },
        {
          "text": "Mark Ruffalo",
          "correct": false
        }
      ]
    },
    {
      "id": 532,
      "question": "Welcher Star war vor seiner Karriere lizenzierter Friseur und frisierte sogar Verstorbene?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Danny DeVito",
          "correct": true
        },
        {
          "text": "Al Pacino",
          "correct": false
        },
        {
          "text": "Jack Nicholson",
          "correct": false
        }
      ]
    },
    {
      "id": 533,
      "question": "Welches Element gehört traditionell zu den Zeichen Aries, Leo und Sagittarius?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Feuer",
          "correct": true
        },
        {
          "text": "Erde",
          "correct": false
        },
        {
          "text": "Luft",
          "correct": false
        }
      ]
    },
    {
      "id": 534,
      "question": "In welchem Monat beginnt astrologisch der Steinbock?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Dezember",
          "correct": true
        },
        {
          "text": "November",
          "correct": false
        },
        {
          "text": "Januar",
          "correct": false
        }
      ]
    },
    {
      "id": 535,
      "question": "Wie viele Mitglieder hatte der Parlamentarische Rat in Deutschland?",
      "difficulty": 3,
      "answers": [
        {
          "text": "65",
          "correct": true
        },
        {
          "text": "63",
          "correct": false
        },
        {
          "text": "60",
          "correct": false
        }
      ]
    },
    {
      "id": 536,
      "question": "Wer war der erste Bundespräsident?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Theodor Heuss",
          "correct": true
        },
        {
          "text": "Gustav Heinemann",
          "correct": false
        },
        {
          "text": "Richard von Weizsäcker",
          "correct": false
        }
      ]
    },
    {
      "id": 537,
      "question": "Welcher Philosoph prägte den Begriff „Übermensch“?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Friedrich Nietzsche",
          "correct": true
        },
        {
          "text": "Immanuel Kant",
          "correct": false
        },
        {
          "text": "Arthur Schopenhauer",
          "correct": false
        }
      ]
    },
    {
      "id": 538,
      "question": "Wer erfand den Buchdruck mit beweglichen Lettern?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Johannes Gutenberg",
          "correct": true
        },
        {
          "text": "Martin Luther",
          "correct": false
        },
        {
          "text": "Albrecht Dürer",
          "correct": false
        }
      ]
    },
    {
      "id": 539,
      "question": "Wer war der letzte Reichspräsident der Weimarer Republik?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Paul von Hindenburg",
          "correct": true
        },
        {
          "text": "Friedrich Ebert",
          "correct": false
        },
        {
          "text": "Gustav Stresemann",
          "correct": false
        }
      ]
    },
    {
      "id": 540,
      "question": "Welches Tier hat – genau wie wir Menschen – einen ganz individuellen Fingerabdruck?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Koala",
          "correct": true
        },
        {
          "text": "Schimpanse",
          "correct": false
        },
        {
          "text": "Waschbär",
          "correct": false
        }
      ]
    },
    {
      "id": 541,
      "question": "Wer trägt beim Seepferdchen die Babys aus?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Männchen",
          "correct": true
        },
        {
          "text": "Weibchen",
          "correct": false
        },
        {
          "text": "Beide",
          "correct": false
        }
      ]
    },
    {
      "id": 542,
      "question": "Was ist Trockeneis?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gefrorenes Kohlendioxid",
          "correct": true
        },
        {
          "text": "Hart gefrorenes Wasser",
          "correct": false
        },
        {
          "text": "Salz und Eis",
          "correct": false
        }
      ]
    },
    {
      "id": 543,
      "question": "Welcher Berg ist (vom Meeresgrund aus gemessen) der höchste der Welt?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Mauna Kea",
          "correct": true
        },
        {
          "text": "Mount Everest",
          "correct": false
        },
        {
          "text": "Kilimandscharo",
          "correct": false
        }
      ]
    },
    {
      "id": 544,
      "question": "Wie nennt man das Zentrum eines schwarzen Lochs?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Singularität",
          "correct": true
        },
        {
          "text": "Vakuum-Punkt",
          "correct": false
        },
        {
          "text": "Nullzone",
          "correct": false
        }
      ]
    },
    {
      "id": 545,
      "question": "Welcher Mond im Sonnensystem hat eine eigene, dichte Atmosphäre?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Titan",
          "correct": true
        },
        {
          "text": "Erdmond",
          "correct": false
        },
        {
          "text": "Europa",
          "correct": false
        }
      ]
    },
    {
      "id": 546,
      "question": "Welches ist der kleinste Knochen im menschlichen Körper?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Steigbügel",
          "correct": true
        },
        {
          "text": "Nasenbein",
          "correct": false
        },
        {
          "text": "Fingerknochen",
          "correct": false
        }
      ]
    },
    {
      "id": 547,
      "question": "Wer erfand den ersten Computer der Welt (die Z1)?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Konrad Zuse",
          "correct": true
        },
        {
          "text": "Bill Gates",
          "correct": false
        },
        {
          "text": "Albert Einstein",
          "correct": false
        }
      ]
    },
    {
      "id": 548,
      "question": "Aus welchem Land stammen die Pommes Frites ursprünglich?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Belgien",
          "correct": true
        },
        {
          "text": "Frankreich",
          "correct": false
        },
        {
          "text": "USA",
          "correct": false
        }
      ]
    },
    {
      "id": 549,
      "question": "Was wurde früher oft als Radiergummi benutzt, bevor es Gummi gab?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Brotkrume",
          "correct": true
        },
        {
          "text": "Sandpapier",
          "correct": false
        },
        {
          "text": "Getrocknete Blätter",
          "correct": false
        }
      ]
    },
    {
      "id": 550,
      "question": "In welcher Sprache bedeutet das Wort „Lego“ übersetzt „Spiel gut“?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Dänisch",
          "correct": true
        },
        {
          "text": "Schwedisch",
          "correct": false
        },
        {
          "text": "Latein",
          "correct": false
        }
      ]
    },
    {
      "id": 551,
      "question": "Eine Tomate ist botanisch gesehen eigentlich keine Gemüsesorte, sondern eine...?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Beere",
          "correct": true
        },
        {
          "text": "Wurzel",
          "correct": false
        },
        {
          "text": "Obst",
          "correct": false
        }
      ]
    },
    {
      "id": 552,
      "question": "Welches Land hat die meisten Inseln auf der Welt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Schweden",
          "correct": true
        },
        {
          "text": "Griechenland",
          "correct": false
        },
        {
          "text": "Indonesien",
          "correct": false
        }
      ]
    },
    {
      "id": 553,
      "question": "Welches ist das einzige Land, das ein Gebirge auf seiner Nationalflagge abgebildet hat?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Nepal",
          "correct": true
        },
        {
          "text": "Schweiz",
          "correct": false
        },
        {
          "text": "Österreich",
          "correct": false
        }
      ]
    },
    {
      "id": 554,
      "question": "Welcher neue Sport wurde 2024 zum ersten Mal bei den Olympischen Spielen als offizielle Disziplin aufgenommen?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Breaking",
          "correct": true
        },
        {
          "text": "Gaming",
          "correct": false
        },
        {
          "text": "Parkour",
          "correct": false
        }
      ]
    },
    {
      "id": 555,
      "question": "Beim „Ninja Warrior“ gibt es ein berühmtes Hindernis am Ende jeder Vorrunde. Wie heißt es?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Die Wand",
          "correct": true
        },
        {
          "text": "Der Feuerring.",
          "correct": false
        },
        {
          "text": "Das Spinnennetz.",
          "correct": false
        }
      ]
    },
    {
      "id": 556,
      "question": "Im Profi-Fußball wird seit einigen Jahren der „VAR“ eingesetzt. Wofür steht diese Abkürzung?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Video Assistant Referee",
          "correct": true
        },
        {
          "text": "Virtual Action Recorder",
          "correct": false
        },
        {
          "text": "Variable Abseits-Regel",
          "correct": false
        }
      ]
    },
    {
      "id": 557,
      "question": "Welcher Basketball-Star wurde 2023 der Spieler mit den meisten erzielten Punkten in der gesamten NBA-Geschichte?",
      "difficulty": 2,
      "answers": [
        {
          "text": "LeBron James",
          "correct": true
        },
        {
          "text": "Michael Jordan",
          "correct": false
        },
        {
          "text": "Stephen Curry",
          "correct": false
        }
      ]
    },
    {
      "id": 558,
      "question": "Wie nennt man die Sportart, bei der man so schnell und effizient wie möglich über Hindernisse in der Stadt springt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Parkour",
          "correct": true
        },
        {
          "text": "Cross-Running",
          "correct": false
        },
        {
          "text": "Urban Climbing",
          "correct": false
        }
      ]
    },
    {
      "id": 559,
      "question": "Welches Land ist Gastgeber der Fußball-Weltmeisterschaft 2026?",
      "difficulty": 1,
      "answers": [
        {
          "text": "USA, Kanada und Mexiko",
          "correct": true
        },
        {
          "text": "Nur Deutschland",
          "correct": false
        },
        {
          "text": "China und Japan",
          "correct": false
        }
      ]
    },
    {
      "id": 560,
      "question": "Woraus besteht der Kern eines „Stressballs“ meistens?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Memory-Schaum",
          "correct": true
        },
        {
          "text": "Baumwolle",
          "correct": false
        },
        {
          "text": "Plastikkügelchen",
          "correct": false
        }
      ]
    },
    {
      "id": 561,
      "question": "Welches Gas entsteht, wenn Bio-Müll auf einer Deponie ohne Sauerstoff verrottet?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Methan",
          "correct": true
        },
        {
          "text": "Sauerstoff",
          "correct": false
        },
        {
          "text": "Stickstoff",
          "correct": false
        }
      ]
    },
    {
      "id": 562,
      "question": "Wie nennt man es, wenn man in der Stadt auf kleinen Flächen Gemüse anbaut?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Urban Gardening",
          "correct": true
        },
        {
          "text": "City-Farming",
          "correct": false
        },
        {
          "text": "Rooftop-Bio",
          "correct": false
        }
      ]
    },
    {
      "id": 563,
      "question": "Welche Band war die erste K-Pop-Gruppe, die eine Nominierung für einen Grammy erhielt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "BTS",
          "correct": true
        },
        {
          "text": "Blackpink",
          "correct": false
        },
        {
          "text": "EXO",
          "correct": false
        }
      ]
    },
    {
      "id": 564,
      "question": "Welches Land neben Korea hat einen riesigen Einfluss auf die heutige „Anime-Mode“ (Cosplay)?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Japan",
          "correct": true
        },
        {
          "text": "China",
          "correct": false
        },
        {
          "text": "Vietnam",
          "correct": false
        }
      ]
    },
    {
      "id": 565,
      "question": "Welches Tier war das erste weltberühmte Internet-Meme mit einem mürrischen Gesichtsausdruck?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Grumpy Cat",
          "correct": true
        },
        {
          "text": "Keyboard Cat",
          "correct": false
        },
        {
          "text": "Angry Cat",
          "correct": false
        }
      ]
    },
    {
      "id": 566,
      "question": "Wenn man in der Jugendsprache „Sus“ sagt, was meint man damit?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Verdächtig",
          "correct": true
        },
        {
          "text": "Besonders süß",
          "correct": false
        },
        {
          "text": "Super schnell",
          "correct": false
        }
      ]
    },
    {
      "id": 567,
      "question": "Wie nennt man den Zustand einer Sammelkarte, wenn sie aussieht wie frisch aus der Druckerei?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Mint",
          "correct": true
        },
        {
          "text": "Fresh",
          "correct": false
        },
        {
          "text": "New Era",
          "correct": false
        }
      ]
    },
    {
      "id": 568,
      "question": "Welches Symbol auf einer Sammelkarte zeigt meistens an, dass sie „selten“ (rare) ist?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ein Stern",
          "correct": true
        },
        {
          "text": "Ein Kreis",
          "correct": false
        },
        {
          "text": "Ein Quadrat",
          "correct": false
        }
      ]
    },
    {
      "id": 569,
      "question": "Welches Bauteil steckt in Nintendo Amiibo-Figuren zum Scannen?",
      "difficulty": 3,
      "answers": [
        {
          "text": "NFC-Chip",
          "correct": true
        },
        {
          "text": "Akku",
          "correct": false
        },
        {
          "text": "Bluetooth-Modul",
          "correct": false
        }
      ]
    },
    {
      "id": 570,
      "question": "Welches Merkmal haben viele Funko Pop Figuren?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Wackelkopf",
          "correct": true
        },
        {
          "text": "Echte Haare",
          "correct": false
        },
        {
          "text": "Biegsame Beine",
          "correct": false
        }
      ]
    },
    {
      "id": 571,
      "question": "Wie heißt das professionelle Bewerten des Zustands einer Sammelkarte?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Grading",
          "correct": true
        },
        {
          "text": "Checking",
          "correct": false
        },
        {
          "text": "Sorting",
          "correct": false
        }
      ]
    },
    {
      "id": 572,
      "question": "Was schützt Sammelkarten direkt vor Kratzern?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Sleeves",
          "correct": true
        },
        {
          "text": "Binder",
          "correct": false
        },
        {
          "text": "Cases",
          "correct": false
        }
      ]
    },
    {
      "id": 573,
      "question": "Wie nennt man Karten, die beim Drucken fehlerhaft produziert wurden?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Misprints",
          "correct": true
        },
        {
          "text": "Badprints",
          "correct": false
        },
        {
          "text": "Failcards",
          "correct": false
        }
      ]
    },
    {
      "id": 574,
      "question": "Was ist eine „First Edition“ bei Sammelobjekten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Die Erstauflage",
          "correct": true
        },
        {
          "text": "Eine Fälschung",
          "correct": false
        },
        {
          "text": "Die letzte Kopie",
          "correct": false
        }
      ]
    },
    {
      "id": 575,
      "question": "Welchen Namen hat die glitzernde Oberfläche auf seltenen Sammelkarten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Holo-Effekt",
          "correct": true
        },
        {
          "text": "Neon-Glow",
          "correct": false
        },
        {
          "text": "Silver-Finish",
          "correct": false
        }
      ]
    },
    {
      "id": 576,
      "question": "Wie nennt man das Sammeln von digitalen Bildern per Blockchain?",
      "difficulty": 1,
      "answers": [
        {
          "text": "NFT",
          "correct": true
        },
        {
          "text": "JPG-Sammeln",
          "correct": false
        },
        {
          "text": "Digicards",
          "correct": false
        }
      ]
    },
    {
      "id": 577,
      "question": "Welches ist die größte Insel Deutschlands?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Rügen",
          "correct": true
        },
        {
          "text": "Sylt",
          "correct": false
        },
        {
          "text": "Fehmarn",
          "correct": false
        }
      ]
    },
    {
      "id": 578,
      "question": "Welcher See ist der größte, der sich vollständig auf deutschem Staatsgebiet befindet?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die Müritz",
          "correct": true
        },
        {
          "text": "Der Bodensee",
          "correct": false
        },
        {
          "text": "Der Chiemsee",
          "correct": false
        }
      ]
    },
    {
      "id": 579,
      "question": "Welches Bundesland hat die meisten Einwohner? (2025)",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nordrhein-Westfalen",
          "correct": true
        },
        {
          "text": "Bayern",
          "correct": false
        },
        {
          "text": "Baden-Württemberg",
          "correct": false
        }
      ]
    },
    {
      "id": 580,
      "question": "Welcher Ort gilt als der kälteste bewohnte Ort Deutschlands?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Kühnhaide",
          "correct": true
        },
        {
          "text": "Oberstdorf",
          "correct": false
        },
        {
          "text": "Braunlage",
          "correct": false
        }
      ]
    },
    {
      "id": 581,
      "question": "Welches ist das höchste Bauwerk Deutschlands?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Der Berliner Fernsehturm",
          "correct": true
        },
        {
          "text": "Der Commerzbank Tower",
          "correct": false
        },
        {
          "text": "Das Ulmer Münster",
          "correct": false
        }
      ]
    },
    {
      "id": 582,
      "question": "Welche Stadt hat die meisten Brücken in Deutschland?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hamburg",
          "correct": true
        },
        {
          "text": "Berlin",
          "correct": false
        },
        {
          "text": "Dresden",
          "correct": false
        }
      ]
    },
    {
      "id": 583,
      "question": "Welche Kirche besitzt den höchsten Kirchturm der Welt?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Das Ulmer Münster",
          "correct": true
        },
        {
          "text": "Der Kölner Dom",
          "correct": false
        },
        {
          "text": "Die Frauenkirche Dresden",
          "correct": false
        }
      ]
    },
    {
      "id": 584,
      "question": "Welcher deutsche Flughafen verzeichnet das höchste Passagieraufkommen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Frankfurt am Main",
          "correct": true
        },
        {
          "text": "München",
          "correct": false
        },
        {
          "text": "Berlin",
          "correct": false
        }
      ]
    },
    {
      "id": 585,
      "question": "Wo steht die längste Burg der Welt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Burghausen",
          "correct": true
        },
        {
          "text": "Heidelberg",
          "correct": false
        },
        {
          "text": "Wartburg",
          "correct": false
        }
      ]
    },
    {
      "id": 586,
      "question": "Welcher Bahnhof in Deutschland hat die meisten Gleise?",
      "difficulty": 2,
      "answers": [
        {
          "text": "München",
          "correct": true
        },
        {
          "text": "Berlin",
          "correct": false
        },
        {
          "text": "Frankfurt",
          "correct": false
        }
      ]
    },
    {
      "id": 587,
      "question": "Wer ist der Rekordtorschütze der deutschen Fußballnationalmannschaft der Männer?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Miroslav Klose",
          "correct": true
        },
        {
          "text": "Gerd Müller",
          "correct": false
        },
        {
          "text": "Lukas Podolski",
          "correct": false
        }
      ]
    },
    {
      "id": 588,
      "question": "Welcher deutsche Rennfahrer hält den Rekord für die meisten Formel-1 Weltmeistertitel?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Michael Schumacher",
          "correct": true
        },
        {
          "text": "Sebastian Vettel",
          "correct": false
        },
        {
          "text": "Nico Rosberg",
          "correct": false
        }
      ]
    },
    {
      "id": 589,
      "question": "Wer erzielte die meisten Tore in der Geschichte der Fußball-Bundesliga?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Gerd Müller",
          "correct": true
        },
        {
          "text": "Robert Lewandowski",
          "correct": false
        },
        {
          "text": "Jupp Heynckes",
          "correct": false
        }
      ]
    },
    {
      "id": 590,
      "question": "Welcher Verein ist deutscher Rekordmeister im Eishockey?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Eisbären Berlin",
          "correct": true
        },
        {
          "text": "Adler Mannheim",
          "correct": false
        },
        {
          "text": "Kölner Haie",
          "correct": false
        }
      ]
    },
    {
      "id": 591,
      "question": "Welche ist die längste Autobahn Deutschlands?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Die A7",
          "correct": true
        },
        {
          "text": "Die A1",
          "correct": false
        },
        {
          "text": "Die A8",
          "correct": false
        }
      ]
    },
    {
      "id": 592,
      "question": "Welches ist das meistverkaufte deutsche Auto aller Zeiten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "VW Golf",
          "correct": true
        },
        {
          "text": "VW Käfer",
          "correct": false
        },
        {
          "text": "Opel Astra",
          "correct": false
        }
      ]
    },
    {
      "id": 593,
      "question": "Welches Volksfest ist das größte der Welt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Das Oktoberfest",
          "correct": true
        },
        {
          "text": "Der Cannstatter Wasen",
          "correct": false
        },
        {
          "text": "Die Cranger Kirmes",
          "correct": false
        }
      ]
    },
    {
      "id": 594,
      "question": "Welcher deutsche Erfinder hält das Patent für das erste Automobil mit Verbrennungsmotor?",
      "difficulty": 2,
      "answers": [
        {
          "text": "Carl Benz",
          "correct": true
        },
        {
          "text": "Gottlieb Daimler",
          "correct": false
        },
        {
          "text": "Rudolf Diesel",
          "correct": false
        }
      ]
    },
    {
      "id": 595,
      "question": "Welcher ist der größte Freizeitpark Deutschlands?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Europa-Park",
          "correct": true
        },
        {
          "text": "Phantasialand",
          "correct": false
        },
        {
          "text": "Heide Park",
          "correct": false
        }
      ]
    },
    {
      "id": 596,
      "question": "Welcher deutsche Seehafen schlägt jährlich die meisten Container um?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Hamburg",
          "correct": true
        },
        {
          "text": "Bremerhaven",
          "correct": false
        },
        {
          "text": "Wilhelmshaven",
          "correct": false
        }
      ]
    },
    {
      "id": 597,
      "question": "Welches Land grenzt mit der längsten gemeinsamen Grenzlinie an Deutschland?",
      "difficulty": 3,
      "answers": [
        {
          "text": "Österreich",
          "correct": true
        },
        {
          "text": "Frankreich",
          "correct": false
        },
        {
          "text": "Polen",
          "correct": false
        }
      ]
    },
    {
      "id": 598,
      "question": "Welcher deutsche Turm war bei seiner Fertigstellung 1880 das höchste Gebäude der Welt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Der Kölner Dom",
          "correct": true
        },
        {
          "text": "Das Ulmer Münster",
          "correct": false
        },
        {
          "text": "Der Berliner Fernsehturm",
          "correct": false
        }
      ]
    },
    {
      "id": 599,
      "question": "Wie heißt der treue Hund von Asterix?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Idefix",
          "correct": true
        },
        {
          "text": "Obelix",
          "correct": false
        },
        {
          "text": "Waldi",
          "correct": false
        }
      ]
    },
    {
      "id": 600,
      "question": "Welcher Comic-Held schießt schneller als sein eigener Schatten?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Lucky Luke",
          "correct": true
        },
        {
          "text": "Buffalo Bill",
          "correct": false
        },
        {
          "text": "Captain Future",
          "correct": false
        }
      ]
    },
    {
      "id": 601,
      "question": "Wie heißt der Seemann, der durch den Verzehr von Spinat übermenschliche Kräfte bekommt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Popeye",
          "correct": true
        },
        {
          "text": "Sinbad",
          "correct": false
        },
        {
          "text": "Käpt’n Blaubär",
          "correct": false
        }
      ]
    },
    {
      "id": 602,
      "question": "In welcher Stadt wohnt Donald Duck?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Entenhausen",
          "correct": true
        },
        {
          "text": "Gänseburg",
          "correct": false
        },
        {
          "text": "Erpelstadt",
          "correct": false
        }
      ]
    },
    {
      "id": 603,
      "question": "Wer ist der Erzfeind von Micky Maus?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kater Karlo",
          "correct": true
        },
        {
          "text": "Ede Wolf",
          "correct": false
        },
        {
          "text": "Dagobert Duck",
          "correct": false
        }
      ]
    },
    {
      "id": 604,
      "question": "Wie heißt der beste Freund von Biene Maja?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Willi",
          "correct": true
        },
        {
          "text": "Flip",
          "correct": false
        },
        {
          "text": "Ben",
          "correct": false
        }
      ]
    },
    {
      "id": 605,
      "question": "Wo wohnt Pippi Langstrumpf?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Villa Kunterbunt",
          "correct": true
        },
        {
          "text": "Schloss Sonnenschein",
          "correct": false
        },
        {
          "text": "Haus am See",
          "correct": false
        }
      ]
    },
    {
      "id": 606,
      "question": "Wie heißt das Pferd von Pippi Langstrumpf?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Kleiner Onkel",
          "correct": true
        },
        {
          "text": "Großer Grauer",
          "correct": false
        },
        {
          "text": "Schneller Blitz",
          "correct": false
        }
      ]
    },
    {
      "id": 607,
      "question": "Welches Wesen lebt in der „Sesamstraße“ in einer Mülltonne?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Oskar",
          "correct": true
        },
        {
          "text": "Krümelmonster",
          "correct": false
        },
        {
          "text": "Grobi",
          "correct": false
        }
      ]
    },
    {
      "id": 608,
      "question": "Was ist das bevorzugte Fortbewegungsmittel von „Bibi Blocksberg“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ein Besen",
          "correct": true
        },
        {
          "text": "Ein fliegender Teppich",
          "correct": false
        },
        {
          "text": "Ein magisches Fahrrad",
          "correct": false
        }
      ]
    },
    {
      "id": 609,
      "question": "Wie heißt der Moderator, der jahrelang in einem Bauwagen für die Sendung „Löwenzahn“ lebte?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Peter Lustig",
          "correct": true
        },
        {
          "text": "Armin Maiwald",
          "correct": false
        },
        {
          "text": "Christoph Biemann",
          "correct": false
        }
      ]
    },
    {
      "id": 610,
      "question": "Welches Tier ist die Hauptfigur im Disney-Film „Bambi“?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Ein Reh",
          "correct": true
        },
        {
          "text": "Ein kleiner Hase",
          "correct": false
        },
        {
          "text": "Ein Fuchs",
          "correct": false
        }
      ]
    },
    {
      "id": 611,
      "question": "Wie heißt die Grille, die Pinocchio als sein Gewissen dient?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Jiminy Grille",
          "correct": true
        },
        {
          "text": "Willi Grille",
          "correct": false
        },
        {
          "text": "Benjamin Grille",
          "correct": false
        }
      ]
    },
    {
      "id": 612,
      "question": "Welcher Fisch wird in einem bekannten Pixar-Film im Ozean gesucht?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Nemo",
          "correct": true
        },
        {
          "text": "Marlin",
          "correct": false
        },
        {
          "text": "Memo",
          "correct": false
        }
      ]
    },
    {
      "id": 613,
      "question": "Wie heißt das fliegende Kind, das niemals erwachsen werden will?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Peter Pan",
          "correct": true
        },
        {
          "text": "Robin Hood",
          "correct": false
        },
        {
          "text": "Mowgli",
          "correct": false
        }
      ]
    },
    {
      "id": 614,
      "question": "In welcher Schule lernt Harry Potter das Zaubern?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Hogwarts",
          "correct": true
        },
        {
          "text": "Askaban",
          "correct": false
        },
        {
          "text": "Hogsmeade",
          "correct": false
        }
      ]
    },
    {
      "id": 615,
      "question": "Wie heißt der Bär im „Dschungelbuch“, der das Lied „Probier's mal mit Gemütlichkeit“ singt?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Balu",
          "correct": true
        },
        {
          "text": "Baghira",
          "correct": false
        },
        {
          "text": "King Louie",
          "correct": false
        }
      ]
    },
    {
      "id": 616,
      "question": "Mit welchem Gegenstand kann Mary Poppins fliegen?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Regenschirm",
          "correct": true
        },
        {
          "text": "Handtasche",
          "correct": false
        },
        {
          "text": "Hut",
          "correct": false
        }
      ]
    },
    {
      "id": 617,
      "question": "Welches Tier ist der beste Freund von Shrek, dem Oger?",
      "difficulty": 1,
      "answers": [
        {
          "text": "Esel",
          "correct": true
        },
        {
          "text": "Kater",
          "correct": false
        },
        {
          "text": "Pferd",
          "correct": false
        }
      ]
    }
  ]
}