Skip to content

Commit 3b48d3e

Browse files
authored
Update: Add _canShowCorrectness property to question components (fix #3743) (#3744)
1 parent b8e68a5 commit 3b48d3e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/course/en/components.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
"ariaQuestion": "",
369369
"_hasItemScoring": false,
370370
"_canShowModelAnswer": true,
371+
"_canShowCorrectness": false,
371372
"_canShowFeedback": true,
372373
"_canShowMarking": true,
373374
"_recordInteraction": true,
@@ -458,6 +459,7 @@
458459
"_isRandom": false,
459460
"_selectable": 1,
460461
"_canShowModelAnswer": true,
462+
"_canShowCorrectness": false,
461463
"_canShowFeedback": true,
462464
"_canShowMarking": true,
463465
"_recordInteraction": true,
@@ -535,6 +537,7 @@
535537
"_shouldDisplayAttempts": false,
536538
"_isRandom": false,
537539
"_canShowModelAnswer": true,
540+
"_canShowCorrectness": false,
538541
"_canShowFeedback": true,
539542
"_canShowMarking": true,
540543
"_recordInteraction": true,
@@ -620,6 +623,7 @@
620623
"_isRandomQuestionOrder": false,
621624
"_questionWeight": 1,
622625
"_canShowModelAnswer": true,
626+
"_canShowCorrectness": false,
623627
"_canShowFeedback": true,
624628
"_canShowMarking": true,
625629
"_recordInteraction": true,
@@ -738,6 +742,7 @@
738742
"_shouldDisplayAttempts": false,
739743
"_questionWeight": 1,
740744
"_canShowModelAnswer": true,
745+
"_canShowCorrectness": false,
741746
"_canShowFeedback": true,
742747
"_canShowMarking": true,
743748
"_recordInteraction": true,
@@ -779,6 +784,7 @@
779784
"_attempts": 1,
780785
"_questionWeight": 1,
781786
"_canShowModelAnswer": false,
787+
"_canShowCorrectness": false,
782788
"_shouldDisplayAttempts": false,
783789
"_isRandom": true,
784790
"_selectable": 4,
@@ -869,6 +875,7 @@
869875
"_attempts": 1,
870876
"_questionWeight": 1,
871877
"_canShowModelAnswer": false,
878+
"_canShowCorrectness": false,
872879
"_shouldDisplayAttempts": false,
873880
"_isRandom": true,
874881
"_selectable": 5,
@@ -960,6 +967,7 @@
960967
"_attempts": 1,
961968
"_questionWeight": 1,
962969
"_canShowModelAnswer": false,
970+
"_canShowCorrectness": false,
963971
"_shouldDisplayAttempts": false,
964972
"_isRandom": true,
965973
"_selectable": 1,
@@ -1051,6 +1059,7 @@
10511059
"_attempts": 1,
10521060
"_questionWeight": 1,
10531061
"_canShowModelAnswer": false,
1062+
"_canShowCorrectness": false,
10541063
"_shouldDisplayAttempts": false,
10551064
"_isRandom": true,
10561065
"_selectable": 4,
@@ -1137,6 +1146,7 @@
11371146
"_attempts": 1,
11381147
"_questionWeight": 1,
11391148
"_canShowModelAnswer": false,
1149+
"_canShowCorrectness": false,
11401150
"_shouldDisplayAttempts": false,
11411151
"_isRandom": true,
11421152
"_selectable": 1,
@@ -1223,6 +1233,7 @@
12231233
"_attempts": 1,
12241234
"_questionWeight": 1,
12251235
"_canShowModelAnswer": false,
1236+
"_canShowCorrectness": false,
12261237
"_shouldDisplayAttempts": false,
12271238
"_isRandom": true,
12281239
"_selectable": 4,

0 commit comments

Comments
 (0)