{
  "export_version": 1,
  "exported_at": "2026-02-22T00:00:00Z",
  "source": {
    "exam_name": "Vorlage – Multi Choice",
    "aufgabe_number": 1,
    "subtask_label": "a"
  },
  "subtask": {
    "id": 0,
    "aufgabe_id": 0,
    "parent_id": null,
    "label": "a",
    "sort_order": 1,
    "prompt": "<p>Ein Netzwerktechniker der TechNova GmbH soll die IP-Konfiguration überprüfen.</p><p><strong>Welche der folgenden Adressen sind gültige IPv4-Adressen? (Mehrfachauswahl)</strong></p>",
    "points": 4,
    "answer_type": "multi_choice",
    "choices": [
      {"key": "a", "text": "192.168.1.1"},
      {"key": "b", "text": "256.100.50.25"},
      {"key": "c", "text": "10.0.0.255"},
      {"key": "d", "text": "172.16.0.1"},
      {"key": "e", "text": "192.168.1.999"}
    ],
    "correct_answer": {
      "keys": ["a", "c", "d"]
    },
    "keywords": ["IPv4", "0-255", "Oktett"],
    "grading_notes": "Je 1 Punkt pro korrekt identifizierter Adresse. Falsch angekreuzte Adressen: je 1 Punkt Abzug (nicht unter 0).",
    "explanation": "Gültige IPv4-Adressen bestehen aus vier Oktetten mit Werten von 0 bis 255. Die Adressen b (256 > 255) und e (999 > 255) sind ungültig. a (192.168.1.1), c (10.0.0.255) und d (172.16.0.1) sind gültig.",
    "code_template": null,
    "result_unit": null,
    "netzplan_data": null,
    "table_layout": null,
    "tags": []
  }
}
