- Fix EPG grading criteria in 010-introduction: correct point breakdown (1.5/1.5/1.0/2.0) from EPG Ausführungsbestimmungen S. 7 - Add rose variant for EPG grading boxes, book links to evidence pages - Fill empty 020 EPG guidance box with criteria and Punkteskala (S. 9) - Enrich 030 KPG quick-reference with book links (arbeit S. 146–157) - Add footnotes to all markdown and guidance-box blocks - Improve hints with specific numbered criteria and page references - Add Qualitätsprüfung (slate) blocks for all 3 pages - Add EPG context guidance (amber) for 030-kpgExplained - Enrich all 3 guidance.md with checklists, tips, and book links Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 lines
545 B
Plaintext
14 lines
545 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,
|
|
"footnote": "⚠️ Bestehensrelevant: Ist der Persönlichkeits-/Datenschutz nicht korrekt deklariert und umgesetzt, erfolgt eine Auflage (EPG Ausführungsbestimmungen, S. 5).",
|
|
"config": {
|
|
"colorWhenChecked": "green",
|
|
"colorWhenUnchecked": "orange"
|
|
}
|
|
}
|