1e51ef7def
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/ - 12 code-workspace-Files - STATUS-*.md - viele M/D/R-Änderungen an bereits getrackten Files - .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"specVersion": "1.0",
|
|
"slug": "hallo-welt",
|
|
"displayName": "Hallo Welt",
|
|
"displayNameEasy": "Erste Aufgabe",
|
|
"version": "1.0.0",
|
|
"icon": "👋",
|
|
"shortDescription": "Beispiel-Modul: zeigt wie ein V2-Modul die Spec erfüllt.",
|
|
"shortDescriptionEasy": "Ein erstes Beispiel zum Anschauen.",
|
|
"longDescription": "Ein Mini-Modul zum Vergleichen und Lernen für Modul-Instanzen. Zeigt Profil-Abruf, einen Multiple-Choice-Schritt, Telemetry-Events (Heartbeat, Milestone, Stuck) und das finale Result-POST. Alle Pflicht-Verträge der V2-Spec sind erfüllt, A11y inklusive.",
|
|
"longDescriptionEasy": "Eine kleine Aufgabe zum Schauen, wie ein Modul gebaut wird. Du sagst Hallo, antwortest auf eine Frage und bist fertig.",
|
|
"estimatedDurationMin": 2,
|
|
"difficultyLevels": [
|
|
{ "id": "L1", "label": "Einsteiger", "labelEasy": "Leicht" }
|
|
],
|
|
"supportedLanguages": ["de-AT-standard", "de-AT-easy"],
|
|
"entryHtml": "public/game.html",
|
|
"cardImage": "public/assets/card.svg",
|
|
"screenshots": [],
|
|
"lehrplanAnker": [
|
|
"AT-GW-1.4.2"
|
|
],
|
|
"glossarSchwerpunkte": [],
|
|
"dbTables": [],
|
|
"moduleEndpoints": [],
|
|
"telemetryMilestones": [
|
|
{ "id": "welcome-shown", "label": "Begrüßung gesehen" },
|
|
{ "id": "question-answered", "label": "Frage beantwortet" },
|
|
{ "id": "module-completed", "label": "Modul abgeschlossen" }
|
|
],
|
|
"adminFieldsFile": "admin-fields.json",
|
|
"maintainerInstance": "atlas",
|
|
"lastUpdated": "2026-05-17"
|
|
}
|