We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13f59b commit 6f9c3c7Copy full SHA for 6f9c3c7
db/tasks.php
@@ -4,7 +4,7 @@
4
5
$tasks = array(
6
array(
7
- 'classname' => 'mod_wwassignment\task\updatedirtysets',
+ 'classname' => 'mod_wwassignment\task\update_dirty_sets',
8
'blocking' => 0,
9
'minute' => 'R',
10
'hour' => '4',
lang/en/wwassignment.php
@@ -78,3 +78,4 @@
78
$string['writing'] = 'WWASSIGN:writing';
79
$string['writing_help'] = 'WWASSIGN:writing_help';
80
81
+$string['updatedirtysets'] = 'Synchronise grades from WebWorK';
0 commit comments