Skip to content

Commit 9073318

Browse files
committed
add ended to the worksheet theme's overriden score feedback object
Not sure why this was only a problem on the mathcentre editor, not in my dev environment.
1 parent 3ec4338 commit 9073318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/worksheet/files/scripts/worksheet-display.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ display_util.showScoreFeedback = function(obj,settings)
247247
const obj2 = {
248248
answered: () => false,
249249
isDirty: () => false,
250+
ended: () => false,
250251
score: () => 0,
251252
marks: () => Knockout.unwrap(obj.marks),
252253
credit: () => 0,

0 commit comments

Comments
 (0)