From f1ff8a540d96bc9a6d88a16142c89f7325049690 Mon Sep 17 00:00:00 2001 From: Joseph Replin Date: Mon, 5 Jan 2026 09:27:53 -0600 Subject: [PATCH] Update config.json Added '_shouldSubmitScore' to completion criteria and removed it from tracking. --- src/course/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/course/config.json b/src/course/config.json index aef7c73d9..8916d8b29 100644 --- a/src/course/config.json +++ b/src/course/config.json @@ -55,12 +55,12 @@ "_completionCriteria": { "_requireContentCompleted": false, "_requireAssessmentCompleted": true, - "_submitOnEveryAssessmentAttempt": true + "_submitOnEveryAssessmentAttempt": true, + "_shouldSubmitScore": true }, "_spoor": { "_isEnabled": true, "_tracking": { - "_shouldSubmitScore": true, "_shouldStoreResponses": true, "_shouldStoreAttempts": false, "_shouldRecordInteractions": true,