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 4299cc1 commit 1195b52Copy full SHA for 1195b52
clients/mod/assign/feedback/onlinejudge/locallib.php
@@ -160,10 +160,6 @@ function get_settings(MoodleQuickForm $mform) {
160
$mform->setDefault('compile_static_option', !empty($onlinejudge) ? $onlinejudge->compile_static_option : 1);
161
$mform->setAdvanced('compile_static_option');
162
$mform->disabledIf('compile_static_option', 'assignfeedback_onlinejudge_enabled', 'notchecked');
163
-
164
- $coursecontext = context_course::instance($COURSE->id);
165
- plagiarism_get_form_elements_module($mform, $coursecontext);
166
167
}
168
169
/**
0 commit comments