From b54a33c78d02e317b6fe72ab38b2d9e5571dfe8b Mon Sep 17 00:00:00 2001 From: Tom Hempel Date: Mon, 8 Jun 2026 19:56:08 +0200 Subject: [PATCH] added missing dependency --- lib/scoring.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/scoring.php b/lib/scoring.php index 2524a78..9923f12 100644 --- a/lib/scoring.php +++ b/lib/scoring.php @@ -3,6 +3,8 @@ * Questionnaire scoring engine and scoring-profile aggregation. */ +require_once __DIR__ . '/app_answers.php'; + /** Default glass-scale level keys and implicit points (0–4). */ function qdb_glass_scale_level_keys(): array { return ['never_glass', 'little_glass', 'moderate_glass', 'much_glass', 'extreme_glass'];