From 44601cc738f017fa19229f438ff1b99df4299ab5 Mon Sep 17 00:00:00 2001 From: Lemmy Adams Date: Wed, 11 Mar 2026 17:21:28 +0000 Subject: [PATCH] update should show marking variable --- js/models/questionModel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/models/questionModel.js b/js/models/questionModel.js index 43cbc847..6b988989 100644 --- a/js/models/questionModel.js +++ b/js/models/questionModel.js @@ -83,6 +83,7 @@ class QuestionModel extends ComponentModel { // Not sure this is needed anymore, keeping to maintain API this.setupWeightSettings(); this.setupButtonSettings(); + this.set('_shouldShowMarking', this.shouldShowMarking); } // Used to setup either global or local button text