Skip to content

Commit

Permalink
CTP-3888 reinstate JS call
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Oct 28, 2024
1 parent 5d6ee56 commit 9197b0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lang/en/coursework.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
$string['alert_request_error'] = 'Sorry! There was an error with your request.';
$string['alert_validate_deadline'] = 'The new deadline you chose has already passed. Please select appropriate deadline';
$string['all'] = 'ALL';

$string['allocateall'] = 'Auto-allocate all';
$string['allocateassessors'] = 'Allocate assessors';
$string['allocateassessorsandmoderators'] = 'Allocate assessors and moderators';
Expand Down Expand Up @@ -379,7 +378,6 @@
$string['grade_editing'] = 'Grade editing time';
$string['grade_editing_enabled'] = "Grade editing time";
$string['grade_editing_enabled_desc'] = "Select the amount of time that a user has to edit an initial grade after entering it";

$string['grade_editing_header'] = 'Grades';
$string['grade_help'] = 'Select the grade scale on which this coursework will be marked';
$string['grade_hidden_manager'] = 'Hidden until all initial grades are complete';
Expand Down Expand Up @@ -411,7 +409,6 @@
$string['gradingsheetfor'] = 'Grading sheet for ';
$string['gradingsheetupload'] = 'Grading sheet upload';
$string['gradingsummary'] = 'Grading Summary';

$string['group'] = 'Group';
$string['grouping_id'] = 'Grouping';
$string['grouping_id_help'] = 'Grouping containing the groups wich are allowed to submit.';
Expand Down Expand Up @@ -800,9 +797,6 @@
$string['submissionnotfound'] = 'Submission not found';
$string['submissionnotfoundincoursework'] = 'Submission not found in coursework';
$string['submissionnotification'] = 'User to receive submission notification';



$string['submissionnotneeded'] = 'Remove the requirement for this student to provide an online submission.';
$string['submissionnotreadyforagreedgrade'] = 'The submission is not ready for agreed grade';
$string['submissionnotreadytograde'] = 'The submission is not ready to be graded';
Expand Down Expand Up @@ -895,6 +889,3 @@
$string['yoursubmissionfile_upload'] = 'Your submission file (this will be automatically renamed)';
$string['yoursubmissionfiles'] = 'Your submission files ';
$string['yoursubmissionstatus'] = 'Your submission status ';



3 changes: 3 additions & 0 deletions mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ private function form() {
* Form definition.
*/
public function definition() {
// Some fields are enabled/disabled by JS.
self::require_form_js();

$this->set_form_attributes();

$this->add_general_header();
Expand Down

0 comments on commit 9197b0d

Please sign in to comment.