Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 05b8a92

Browse files
committed
document
1 parent 698b10d commit 05b8a92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runestone/webwork/js/webwork.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ class WebWork extends RunestoneBase {
7373
);
7474
}
7575

76+
77+
// This is called when the runestone_ww_check event is triggered by the webwork problem
78+
// Note the webwork problem is in an iframe so we rely on this event and the data
79+
// compiled and passed along with the event to "grade" the answer.
7680
processCurrentAnswers(data) {
7781
let correctCount = 0;
7882
let qCount = 0;

0 commit comments

Comments
 (0)