You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/local_onlinejudge.php
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,6 @@
119
119
$string['upgradenotify'] = 'Do NOT forget to execute cli/install_assign_feedback and cli/judged.php. Details in <a href="https://github.com/hit-moodle/moodle-local_onlinejudge/blob/master/README.md" target="_blank">README</a>.';
$string['event_onlinejudge_task_description'] = "The event is concerned with firing the 'onlinejudge_task_judged' located in MOODLE_PATH/mod/assign/feedback/onlinejudge/lib.php.";
122
-
123
-
// Privacy API strings.
124
122
$string['privacy:metadata:onlinejudge_tasks'] = 'Information about judge tasks submitted by users.';
125
123
$string['privacy:metadata:onlinejudge_tasks:cmid'] = 'The course module ID where the task was submitted.';
126
124
$string['privacy:metadata:onlinejudge_tasks:userid'] = 'The ID of the user who submitted the task.';
@@ -141,5 +139,6 @@
141
139
$string['privacy:metadata:onlinejudge_tasks:var3'] = 'Additional variable data for the task.';
142
140
$string['privacy:metadata:onlinejudge_tasks:var4'] = 'Additional variable data for the task.';
143
141
$string['privacy:metadata:onlinejudge_tasks:status'] = 'The status of the judge task.';
0 commit comments