From e450d51105a5ceac5151abc505cd87c0f4802637 Mon Sep 17 00:00:00 2001 From: Csaba Fabian Date: Sun, 8 Mar 2026 13:53:46 +0100 Subject: [PATCH] [UI] Save introduction-privacy-confirmed --- 010-introduction/03-introduction-privacy-confirmed.jsonc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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