Skip to content

Commit

Permalink
ITS-22038 assignfeedback_structured: Reorder lang strings alphabetically
Browse files Browse the repository at this point in the history
Otherwise code checker complains about it these days.
  • Loading branch information
tonyjbutler committed Oct 9, 2024
1 parent d0a0408 commit 79278ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/en/assignfeedback_structured.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
$string['criteria'] = 'Feedback criteria';
$string['criteria_help'] = 'Enter a name (and optionally a description) for each criterion you want to provide feedback on. Any unnamed criteria will be ignored. All fields will be locked once feedback has been given for any criteria.';
$string['criteriafieldsadd'] = 'Add more criteria fields';
$string['criteriaused'] = 'The criteria for this assignment can no longer be edited because some feedback has already been given.';
$string['criteriaset'] = 'Criteria set';
$string['criteriaset_help'] = 'Click this button to select a previously saved criteria set to automatically configure the criteria details below.';
$string['criteriasetconfirmdelete'] = 'Are you sure you want to permanently delete the criteria set "{$a}"?';
Expand Down Expand Up @@ -64,16 +63,17 @@
$string['criteriasetupdatedsuccess'] = 'Your criteria set was updated successfully.';
$string['criteriasetuse'] = 'Use this set';
$string['criteriasetusesaved'] = 'Use a saved criteria set';
$string['criteriaused'] = 'The criteria for this assignment can no longer be edited because some feedback has already been given.';
$string['criteriondesc'] = 'Criterion {$a} description (optional)';
$string['criterionheader'] = '{$a->name}: {$a->desc}';
$string['criterionname'] = 'Criterion {$a} name';
$string['criteriontitle'] = '<span class="criterion-name">{$a->name}:</span> <span class="criterion-desc">{$a->desc}</span>';
$string['default'] = 'Enabled by default';
$string['default_help'] = 'If set, this feedback method will be enabled by default for all new assignments.';
$string['defaultcritname'] = 'Default name for first criterion';
$string['defaultcritname_help'] = 'Optional default name for the first feedback criterion in all new assignments.<br>Note that entering a value here will automatically enable the structured feedback method for all new assignments.';
$string['defaultcritdesc'] = 'Default description for first criterion';
$string['defaultcritdesc_help'] = 'Optional default description for the first feedback criterion in all new assignments.';
$string['defaultcritname'] = 'Default name for first criterion';
$string['defaultcritname_help'] = 'Optional default name for the first feedback criterion in all new assignments.<br>Note that entering a value here will automatically enable the structured feedback method for all new assignments.';
$string['enabled'] = 'Structured feedback';
$string['enabled_help'] = 'If enabled, the teacher will be able to define any number of criteria on which to provide specific feedback.';
$string['escapetocancel'] = 'Escape to cancel';
Expand All @@ -87,8 +87,8 @@
$string['pluginname'] = 'Structured feedback';
$string['privacy:metadata:assignmentid'] = 'Assignment ID';
$string['privacy:metadata:commentpurpose'] = 'The comment text.';
$string['privacy:metadata:criterionpurpose'] = 'The name of the criterion that the comment relates to.';
$string['privacy:metadata:critdescpurpose'] = 'The description of the criterion that the comment relates to.';
$string['privacy:metadata:criterionpurpose'] = 'The name of the criterion that the comment relates to.';
$string['privacy:metadata:filepurpose'] = 'Feedback files from the grader for the student.';
$string['privacy:metadata:gradepurpose'] = 'The grade ID associated with the feedback.';
$string['privacy:metadata:tablesummary'] = 'This stores comments made by the graders as feedback for the student on specific aspects of their submission.';
Expand Down

0 comments on commit 79278ed

Please sign in to comment.