Skip to content

Commit

Permalink
CTP-3888 lang string spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Oct 14, 2024
1 parent 2e86f9d commit e49484c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lang/en/coursework.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,10 @@
$string['modulename_help'] = 'The coursework module allows students to upload a file or files to be assessed by assessors as part of a grading process that may include single or multiple assessors, blind marking, moderations, allocation of marking to specific teachers, restricting marking/moderations to a subset of students, or any combination of these. The marking process is highly configurable and has been designed to satisfy the requirements of UK university departments. Integration with Turnitin is available if you have a Turnitin subscription and there is the option to get students to resubmit repeatedly and/or extend the deadlines on a per-student basis.';
$string['modulenameplural'] = 'Courseworks';
$string['multipleusers'] = 'Multiple users';
$string['must_be_after_dealdine'] = 'Must be after the submission deadline';
$string['must_be_before_dealdine'] = 'Must be before the submission deadline';
$string['must_be_after_initial_grade_dealdine'] = 'Must be after the initial grade deadline';
$string['must_be_after_or_equal_to_relative_initial_grade_dealdine'] = 'Must be after or equal to the relative initial grade deadline';
$string['must_be_after_deadline'] = 'Must be after the submission deadline';
$string['must_be_before_deadline'] = 'Must be before the submission deadline';
$string['must_be_after_initial_grade_deadline'] = 'Must be after the initial grade deadline';
$string['must_be_after_or_equal_to_relative_initial_grade_deadline'] = 'Must be after or equal to the relative initial grade deadline';

$string['namefilternon'] = 'Name filter applied.';
$string['needsfeedbackform'] = "You need to set up a feedback form for this coursework. Click on ". "'Update this coursework' and link an existing form with this coursework.";
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

$plugin->component = 'mod_coursework';

$plugin->version = 2024091600; // If version == 0 then module will not be installed
$plugin->version = 2024101400; // If version == 0 then module will not be installed
$plugin->requires = 2023100400; // Requires this Moodle version

$plugin->cron = 300; // Period for cron to check this module (secs).
Expand Down

0 comments on commit e49484c

Please sign in to comment.