Skip to content
Snippets Groups Projects
Commit 40125c81 authored by lehtint6's avatar lehtint6
Browse files

Add grading delay

parent e496187c
Branches
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ ACOSWebdev.prototype.extendGrade = function (eventOrMutations, cb) {
this.editorExecute();
setTimeout(function () {
cb(self.config.points(self.$element, self.config, accessor));
}, 500);
}, 1000);
};
ACOSWebdev.prototype.extendProtocolFeedback = function (feedback) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment