diff --git a/frontend/src/lib/dashboard/start_game.svelte b/frontend/src/lib/dashboard/start_game.svelte index 2af030d..02cd030 100644 --- a/frontend/src/lib/dashboard/start_game.svelte +++ b/frontend/src/lib/dashboard/start_game.svelte @@ -88,6 +88,15 @@ > + {#if captcha_selected} +
+ If enabled, Google's ReCaptcha will load in the browser of players. Only enable + if you really need it, since you need the consent of EVERY player to load + the captcha. +
+This site uses a self-hosted GlitchTip (sentry) instance for error-logging. An opt-out is not available at the moment. This website also uses - Plausible to log usage-data. + Plausible to log usage-data, but this is also running on + the same server as ClassQuiz itself. +
++ The quiz-admin can enable the captcha, which then loads Google's ReCaptcha which then sends + something to Google. Refer to Google's Privacy policy.