diff --git a/010-introduction/03-introduction-privacy-confirmed.jsonc b/010-introduction/03-introduction-privacy-confirmed.jsonc index 5ae2bf5..bfef86a 100644 --- a/010-introduction/03-introduction-privacy-confirmed.jsonc +++ b/010-introduction/03-introduction-privacy-confirmed.jsonc @@ -1,13 +1,12 @@ -// 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, + "value": true, "footnote": "⚠️ Bestehensrelevant: Ist der Persönlichkeits-/Datenschutz nicht korrekt deklariert und umgesetzt, erfolgt eine Auflage ([Buch S. 5](/book/epg-ausfuehrungsbestimmungen/5)). Vgl. auch AGB Kap. ‹Berufliche Schweigepflicht› und Richtlinien für schriftliche Facharbeiten Kap. 2 ([Buch S. 5](/book/epg-ausfuehrungsbestimmungen/5)).", "config": { "colorWhenChecked": "green", "colorWhenUnchecked": "orange" } -} +} \ No newline at end of file