From 7c07345141ba31e714025abe0877363cf378f6c2 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 6 Jan 2026 14:54:05 -0700 Subject: [PATCH 1/2] Add _canShowCorrectness property to question components in default course --- src/course/en/components.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/course/en/components.json b/src/course/en/components.json index c3df9e76f..984621d3c 100755 --- a/src/course/en/components.json +++ b/src/course/en/components.json @@ -368,6 +368,7 @@ "ariaQuestion": "", "_hasItemScoring": false, "_canShowModelAnswer": true, + "_canShowCorrectness": false, "_canShowFeedback": true, "_canShowMarking": true, "_recordInteraction": true, @@ -458,6 +459,7 @@ "_isRandom": false, "_selectable": 1, "_canShowModelAnswer": true, + "_canShowCorrectness": false, "_canShowFeedback": true, "_canShowMarking": true, "_recordInteraction": true, @@ -535,6 +537,7 @@ "_shouldDisplayAttempts": false, "_isRandom": false, "_canShowModelAnswer": true, + "_canShowCorrectness": false, "_canShowFeedback": true, "_canShowMarking": true, "_recordInteraction": true, @@ -620,6 +623,7 @@ "_isRandomQuestionOrder": false, "_questionWeight": 1, "_canShowModelAnswer": true, + "_canShowCorrectness": false, "_canShowFeedback": true, "_canShowMarking": true, "_recordInteraction": true, @@ -738,6 +742,7 @@ "_shouldDisplayAttempts": false, "_questionWeight": 1, "_canShowModelAnswer": true, + "_canShowCorrectness": false, "_canShowFeedback": true, "_canShowMarking": true, "_recordInteraction": true, @@ -779,6 +784,7 @@ "_attempts": 1, "_questionWeight": 1, "_canShowModelAnswer": false, + "_canShowCorrectness": false, "_shouldDisplayAttempts": false, "_isRandom": true, "_selectable": 4, @@ -869,6 +875,7 @@ "_attempts": 1, "_questionWeight": 1, "_canShowModelAnswer": false, + "_canShowCorrectness": false, "_shouldDisplayAttempts": false, "_isRandom": true, "_selectable": 5, @@ -960,6 +967,7 @@ "_attempts": 1, "_questionWeight": 1, "_canShowModelAnswer": false, + "_canShowCorrectness": false, "_shouldDisplayAttempts": false, "_isRandom": true, "_selectable": 1, @@ -1051,6 +1059,7 @@ "_attempts": 1, "_questionWeight": 1, "_canShowModelAnswer": false, + "_canShowCorrectness": false, "_shouldDisplayAttempts": false, "_isRandom": true, "_selectable": 4, @@ -1137,6 +1146,7 @@ "_attempts": 1, "_questionWeight": 1, "_canShowModelAnswer": false, + "_canShowCorrectness": false, "_shouldDisplayAttempts": false, "_isRandom": true, "_selectable": 1, @@ -1223,6 +1233,7 @@ "_attempts": 1, "_questionWeight": 1, "_canShowModelAnswer": false, + "_canShowCorrectness": false, "_shouldDisplayAttempts": false, "_isRandom": true, "_selectable": 4, @@ -1366,4 +1377,4 @@ "_isCompletionIndicatorEnabled": false } } -] +] \ No newline at end of file From 70412ed8acf150c036a3162ba90a57f80a3a0126 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 6 Jan 2026 14:56:44 -0700 Subject: [PATCH 2/2] Add blank line ending back --- src/course/en/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/course/en/components.json b/src/course/en/components.json index 984621d3c..1a06b59aa 100755 --- a/src/course/en/components.json +++ b/src/course/en/components.json @@ -1377,4 +1377,4 @@ "_isCompletionIndicatorEnabled": false } } -] \ No newline at end of file +]