diff --git a/080-interventionPlanning/08-planning-feinziele.jsonc b/080-interventionPlanning/08-planning-feinziele.jsonc index fc2d71d..3dcaaa5 100644 --- a/080-interventionPlanning/08-planning-feinziele.jsonc +++ b/080-interventionPlanning/08-planning-feinziele.jsonc @@ -1,8 +1,23 @@ -// Fine goals (Feinziele) — each Feinziel is linked to a parent Grobziel from Kap. 3.4 { "id": "planning-feinziele", "type": "feinziele", "title": "Feinziele", "hint": "Formuliere 2–3 konkrete Feinziele pro Grobziel.", - "feinziele": [] -} + "feinziele": [ + { + "id": "feinziel-3-1", + "grobzielId": "g4", + "text": "" + }, + { + "id": "feinziel-2-1", + "grobzielId": "g3", + "text": "" + }, + { + "id": "feinziel-1-1", + "grobzielId": "g2", + "text": "" + } + ] +} \ No newline at end of file