Each 'Textfeld' in EPG spec = 1 markdown block file with section titles (***bold+italic***) inside the body. Consolidated multiple small blocks into fewer, larger text fields per chapter. Key changes per chapter: - Kap.1: 8 blocks → 3 items (guidance + text + checkbox) - Kap.2: 5 blocks → 2 items (guidance + text) - Kap.3: 3 blocks → 2 items (quick-ref + text) - Kap.3.1: 15 blocks → 6 items (preserving all user content) - Kap.3.2: 7 blocks → 10 items (structured analysis methods) - Kap.3.3: 12 blocks → 11 items (structured theories) - Kap.3.4: 4 blocks → 6 items (Fernziel + Grobziele) - Kap.3.5: 8 blocks → 9 items (4-step process) - Kap.4: 7 blocks → 5 items (4 reflection fields) - Kap.5: renamed for consistency
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
// Privacy confirmation checkbox
|
|
{
|
|
"id": "introduction-privacy-confirmed",
|
|
"type": "checkbox",
|
|
"title": "Datenschutz bestätigt",
|
|
"label": "Ich bestätige, dass alle Personen und Organisationen anonymisiert dargestellt sind.",
|
|
"value": false,
|
|
"config": {
|
|
"colorWhenChecked": "green",
|
|
"colorWhenUnchecked": "orange"
|
|
}
|
|
}
|