Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
/lang/en/ -> grades.php (source)

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'grades', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_grades
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['activities'] = 'Activities';
  26  $string['addcategory'] = 'Add category';
  27  $string['addcategoryerror'] = 'Could not add category.';
  28  $string['addexceptionerror'] = 'Error occurred while adding exception for userid:gradeitem';
  29  $string['addfeedback'] = 'Add feedback';
  30  $string['addgradeletter'] = 'Add a grade letter';
  31  $string['addidnumbers'] = 'Add ID numbers';
  32  $string['additem'] = 'Add grade item';
  33  $string['additionalfeedback'] = 'Additional feedback';
  34  $string['addoutcome'] = 'Add an outcome';
  35  $string['addoutcomeitem'] = 'Add outcome item';
  36  $string['addscale'] = 'Add a scale';
  37  $string['adjustedweight'] = 'Weight adjusted';
  38  $string['aggregateextracreditmean'] = 'Mean of grades (with extra credits)';
  39  $string['aggregatemax'] = 'Highest grade';
  40  $string['aggregatemean'] = 'Mean of grades';
  41  $string['aggregatemedian'] = 'Median of grades';
  42  $string['aggregatemin'] = 'Lowest grade';
  43  $string['aggregatemode'] = 'Mode of grades';
  44  $string['aggregatenotonlygraded'] = 'Include empty grades';
  45  $string['aggregateonlygraded'] = 'Exclude empty grades';
  46  $string['aggregateonlygraded_help'] = 'An empty grade is a grade which is missing from the gradebook. It may be from an assignment submission which has not yet been graded or from a quiz which has not yet been attempted etc.
  47  
  48  This setting determines whether empty grades are not included in the aggregation or are counted as minimal grades, for example 0 for an assignment graded between 0 and 100.';
  49  $string['aggregateoutcomes'] = 'Include outcomes in aggregation';
  50  $string['aggregateoutcomes_help'] = 'If enabled, outcomes are included in the aggregation. This may result in an unexpected category total.';
  51  $string['aggregatesonly'] = 'Change to aggregates only';
  52  $string['aggregatesum'] = 'Natural';
  53  $string['aggregateweightedmean'] = 'Weighted mean of grades';
  54  $string['aggregateweightedmean2'] = 'Simple weighted mean of grades';
  55  $string['aggregation'] = 'Aggregation';
  56  $string['aggregation_help'] = 'The aggregation determines how grades in a category are combined, such as
  57  
  58  * Mean of grades - The sum of all grades divided by the total number of grades
  59  * Median of grades - The middle grade when grades are arranged in order of size
  60  * Lowest grade
  61  * Highest grade
  62  * Mode of grades - The grade that occurs the most frequently
  63  * Natural - The sum of all grade values scaled by weight';
  64  $string['aggregationhintnovalue'] = '( Empty )';
  65  $string['aggregationhintdropped'] = '( Dropped )';
  66  $string['aggregationhintexcluded'] = '( Excluded )';
  67  $string['aggregationhintextra'] = '( Extra credit )';
  68  $string['aggregation_link'] = 'grade/aggregation';
  69  $string['aggregationcoef'] = 'Aggregation coefficient';
  70  $string['aggregationcoefextra'] = 'Extra credit'; // For the header of the table on the 'Gradebook setup' page.
  71  $string['aggregationcoefextra_help'] = 'If the aggregation is \'Natural\' or \'Simple weighted mean\' and the extra credit checkbox is ticked, the grade item\'s maximum grade is not added to the category\'s maximum grade. This will result in the possibility of achieving the maximum grade in the category without having the maximum grade in all the grade items. If the site administrator has enabled grades over the maximum, there might be grades over the maximum.
  72  
  73  If the aggregation is \'Mean of grades (with extra credits)\' and the extra credit is set to a value greater than zero, the extra credit is the factor by which the grade is multiplied before adding it to the total after the computation of the mean.';
  74  $string['aggregationcoefextra_link'] = 'grade/aggregation';
  75  $string['aggregationcoefextrasum'] = 'Extra credit'; // For the form with checkboxes: Natural or Simple weighted mean.
  76  $string['aggregationcoefextrasumabbr'] = '+';
  77  $string['aggregationcoefextrasum_help'] = 'If the extra credit checkbox is ticked, the grade item\'s maximum grade is not added to the category\'s maximum grade, resulting in the possibility of achieving the maximum grade (or grades over the maximum if enabled by the site administrator) in the category without having the maximum grade in all the grade items.';
  78  $string['aggregationcoefextrasum_link'] = 'grade/aggregation';
  79  $string['aggregationcoefextraweight'] = 'Extra credit weight'; // For the form with input: Mean of grades (with extra credits) only.
  80  $string['aggregationcoefextraweight_help'] = 'If the extra credit weight is set to a value greater than zero, the grade acts as extra credit during aggregation. The number is the factor by which the grade is multiplied before adding it to the total for the computation of the mean.';
  81  $string['aggregationcoefextraweight_link'] = 'grade/aggregation';
  82  $string['aggregationcoefweight'] = 'Item weight';
  83  $string['aggregationcoefweight_help'] = 'The item weight is used in the category aggregation to influence the importance of the item compared with other grade items in the same category.';
  84  $string['aggregationcoefweight_link'] = 'grade/aggregation';
  85  $string['aggregationofa'] = 'Aggregation of {$a}';
  86  $string['aggregationposition'] = 'Aggregation position';
  87  $string['aggregationposition_help'] = 'This setting determines whether the category and course total columns are displayed first or last in the gradebook reports.';
  88  $string['aggregationsvisible'] = 'Available aggregation types';
  89  $string['aggregationsvisiblehelp'] = 'Select all aggregation types that should be available. Hold down the Ctrl key to select multiple items.';
  90  $string['allgrades'] = 'All grades by category';
  91  $string['allstudents'] = 'All students';
  92  $string['allusers'] = 'All users';
  93  $string['autosort'] = 'Auto-sort';
  94  $string['availableidnumbers'] = 'Available ID numbers';
  95  $string['average'] = 'Average';
  96  $string['averagesdecimalpoints'] = 'Decimals in column averages';
  97  $string['averagesdecimalpoints_help'] = 'This setting determines the number of decimal places to display for each average or whether the overall decimal places setting for the category or grade item is used (inherit).';
  98  $string['averagesdisplaytype'] = 'Column averages display type';
  99  $string['averagesdisplaytype_help'] = 'This setting determines whether the average (mean) is displayed as real grades, percentages or letters, or whether the display type for the category or grade item is used (inherit).';
 100  $string['backupwithoutgradebook'] = 'Backup does not contain gradebook configuration';
 101  $string['badgrade'] = 'Supplied grade is invalid';
 102  $string['badlyformattedscale'] = 'Please enter a comma-separated list of values (at least two values required).';
 103  $string['baduser'] = 'Supplied user is invalid';
 104  $string['bonuspoints'] = 'Bonus points';
 105  $string['bulkcheckboxes'] = 'Bulk checkboxes';
 106  $string['calculatedgrade'] = 'Calculated grade';
 107  $string['calculation'] = 'Calculation';
 108  $string['calculation_help'] = 'A grade calculation is a formula used to determine grades. The formula should start with an equal (=) sign and may use common mathematical operators, such as max, min and sum. If desired, other grade items may be included in the calculation by typing the ID numbers in double square brackets.';
 109  $string['calculation_link'] = 'grade/calculation';
 110  $string['calculationadd'] = 'Add calculation';
 111  $string['calculationedit'] = 'Edit calculation';
 112  $string['calculationsaved'] = 'Calculation saved';
 113  $string['calculationview'] = 'View calculation';
 114  $string['cannotaccessgroup'] = 'Can not access grades of selected group, sorry.';
 115  $string['categories'] = 'Categories';
 116  $string['category'] = 'Category';
 117  $string['categoryedit'] = 'Edit category';
 118  $string['categoryname'] = 'Category name';
 119  $string['categorytotal'] = 'Category total';
 120  $string['categorytotalname'] = 'Category total name';
 121  $string['categorytotalfull'] = '{$a->category} total';
 122  $string['collapsecriterion'] = 'Collapse criterion';
 123  $string['combo'] = 'Tabs and drop-down menu';
 124  $string['compact'] = 'Compact';
 125  $string['componentcontrolsvisibility'] = 'Whether this grade item is hidden is controlled by the activity settings.';
 126  $string['contract'] = 'Contract category';
 127  $string['contributiontocoursetotal'] = 'Contribution to course total';
 128  $string['controls'] = 'Controls';
 129  $string['courseavg'] = 'Course average';
 130  $string['coursegradecategory'] = 'Course grade category';
 131  $string['coursegradedisplaytype'] = 'Course grade display type';
 132  $string['coursegradedisplayupdated'] = 'The course grade display type has been updated.';
 133  $string['coursegradesettings'] = 'Course grade settings';
 134  $string['coursename'] = 'Course name';
 135  $string['coursesiamtaking'] = 'Courses I am taking';
 136  $string['coursesiamteaching'] = 'Courses I am teaching';
 137  $string['coursescales'] = 'Course scales';
 138  $string['coursesettings'] = 'Course settings';
 139  $string['coursesettingsexplanation'] = 'Course grade settings determine how the gradebook appears for all participants in the course.';
 140  $string['coursetotal'] = 'Course total';
 141  $string['createcategory'] = 'Create category';
 142  $string['createcategoryerror'] = 'Could not create a new category';
 143  $string['creatinggradebooksettings'] = 'Creating gradebook settings';
 144  $string['csv'] = 'CSV';
 145  $string['currentparentaggregation'] = 'Current parent aggregation';
 146  $string['curveto'] = 'Curve to';
 147  $string['decimalpoints'] = 'Overall decimal places';
 148  $string['decimalpoints_help'] = 'This setting determines the number of decimal places to display for each grade. It has no effect on grade calculations, which are made with an accuracy of 5 decimal places.';
 149  $string['default'] = 'Default';
 150  $string['defaultprev'] = 'Default ({$a})';
 151  $string['deletecategory'] = 'Delete category';
 152  $string['disablegradehistory'] = 'Disable grade history';
 153  $string['disablegradehistory_help'] = 'Disable history tracking of changes in grades related tables. This may speed up the server a little and conserve space in database.';
 154  $string['displaylettergrade'] = 'Display letter grades';
 155  $string['displaypercent'] = 'Display percents';
 156  $string['displaypoints'] = 'Display points';
 157  $string['displayweighted'] = 'Display weighted grades';
 158  $string['dropdown'] = 'Drop-down menu';
 159  $string['droplow'] = 'Drop the lowest';
 160  $string['droplow_help'] = 'This setting enables a specified number of the lowest grades to be excluded from the aggregation.';
 161  $string['droplowestvalue'] = 'Set drop lowest grade value';
 162  $string['dropped'] = 'Dropped';
 163  $string['droplowestvalues'] = 'Drop {$a} lowest values';
 164  $string['dropxlowest'] = 'Drop X lowest';
 165  $string['dropxlowestwarning'] = 'Note: If you use drop x lowest the grading assumes that all items in the category have the same point value. If point values differ results will be unpredictable';
 166  $string['duplicatedgradeitem'] = '{$a} (copy)';
 167  $string['duplicatescale'] = 'Duplicate scale';
 168  $string['edit'] = 'Edit';
 169  $string['editcalculation'] = 'Edit calculation';
 170  $string['editcalculationverbose'] = 'Edit calculation for {$a->category} {$a->itemmodule} {$a->itemname}';
 171  $string['editfeedback'] = 'Edit feedback';
 172  $string['editgrade'] = 'Edit grade';
 173  $string['editgradeletters'] = 'Edit grade letters';
 174  $string['editoutcome'] = 'Edit outcome';
 175  $string['editoutcomes'] = 'Edit outcomes';
 176  $string['editscale'] = 'Edit scale';
 177  $string['edittree'] = 'Setup';
 178  $string['editverbose'] = 'Edit {$a->category} {$a->itemmodule} {$a->itemname}';
 179  $string['enableajax'] = 'Enable AJAX';
 180  $string['enableajax_help'] = 'Adds a layer of AJAX functionality to the grader report, simplifying and speeding up common operations. Depends on Javascript being switched on at the user\'s browser level.';
 181  $string['enableoutcomes'] = 'Enable outcomes';
 182  $string['enableoutcomes_help'] = 'If enabled, grade items may be graded using one or more scales tied to outcome statements.';
 183  $string['encoding'] = 'Encoding';
 184  $string['encoding_help'] = 'Select the character encoding used for the data. (The standard encoding is UTF-8.) If the wrong encoding is selected by mistake, it will be noticeable when previewing the data for import.';
 185  $string['errorcalculationnoequal'] = 'Formula must start with equal sign (=1+2)';
 186  $string['errorcalculationunknown'] = 'Invalid formula';
 187  $string['errorcalculationbroken'] = 'Probably circular reference or broken calculation formula';
 188  $string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high grade for';
 189  $string['errornocalculationallowed'] = 'Calculations are not allowed for this item';
 190  $string['errornocategorisedid'] = 'Could not get an uncategorised id!';
 191  $string['errornocourse'] = 'Could not get course information';
 192  $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
 193  $string['errorsavegrade'] = 'Could not save grade, sorry.';
 194  $string['errorsettinggrade'] = 'Error saving "{$a->itemname}" grade for userid {$a->userid}';
 195  $string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the "Aggregate only non-empty grades" setting of grade category ID {$a->id}';
 196  $string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "Include outcomes in aggregation" setting of grade category ID {$a->id}';
 197  $string['errorupdatinggradecategoryaggregation'] = 'Error updating the aggregation type of grade category ID {$a->id}';
 198  $string['errorupdatinggradeitemaggregationcoef'] = 'Error updating the aggregation coefficient (weight or extra credit) of grade item ID {$a->id}';
 199  $string['eventgradedeleted'] = 'Grade deleted';
 200  $string['eventgradeitemcreated'] = 'Grade item created';
 201  $string['eventgradeitemdeleted'] = 'Grade item deleted';
 202  $string['eventgradeitemupdated'] = 'Grade item updated';
 203  $string['eventgradelettercreated'] = 'Grade letter created';
 204  $string['eventgradeletterdeleted'] = 'Grade letter deleted';
 205  $string['eventgradeletterupdated'] = 'Grade letter updated';
 206  $string['eventgradeviewed'] = 'Grades were viewed in the gradebook';
 207  $string['eventscalecreated'] = 'Scale created';
 208  $string['eventscaledeleted'] = 'Scale deleted';
 209  $string['eventscaleupdated'] = 'Scale updated';
 210  $string['eventusergraded'] = 'User graded';
 211  $string['excluded'] = 'Excluded';
 212  $string['excluded_help'] = 'If ticked, the grade will not be included in any aggregation.';
 213  $string['expand'] = 'Expand category';
 214  $string['expandcriterion'] = 'Expand criterion';
 215  $string['export'] = 'Export';
 216  $string['exportalloutcomes'] = 'Export all outcomes';
 217  $string['exportfeedback'] = 'Include feedback in export';
 218  $string['exportfeedback_desc'] = 'This can be overridden during export.';
 219  $string['exportformatoptions'] = 'Export format options';
 220  $string['exportplugins'] = 'Export plugins';
 221  $string['exportsettings'] = 'Export settings';
 222  $string['exportonlyactive'] = 'Exclude suspended users';
 223  $string['exportonlyactive_help'] = 'Only include students in the export whose enrolment is active and has not been suspended';
 224  $string['exportto'] = 'Export to';
 225  $string['externalurl'] = 'External URL';
 226  $string['externalurl_desc'] = 'If an external gradebook is used, the URL should be specified here.';
 227  $string['extracreditvalue'] = 'Extra credit value for {$a}';
 228  $string['extracreditwarning'] = 'Note: Setting all items for a category to extra credit will effectively remove them from the grade calculation. Since there will be no point total';
 229  $string['fail'] = 'Fail';
 230  $string['feedback'] = 'Feedback';
 231  $string['feedback_help'] = 'This box enables any comments about the grade to be added.';
 232  $string['feedbackadd'] = 'Add feedback';
 233  $string['feedbackedit'] = 'Edit feedback';
 234  $string['feedbackfiles'] = 'Feedback files';
 235  $string['feedbackforgradeitems'] = 'Feedback for {$a}';
 236  $string['feedbackhistoryfiles'] = 'Feedback history files';
 237  $string['feedbacks'] = 'Feedbacks';
 238  $string['feedbacksaved'] = 'Feedback saved';
 239  $string['feedbackview'] = 'View feedback';
 240  $string['finalgrade'] = 'Final grade';
 241  $string['finalgrade_help'] = 'If the overridden checkbox is ticked, a grade may be added or amended.';
 242  $string['fixedstudents'] = 'Static students column';
 243  $string['fixedstudents_help'] = 'Allows grades to scroll horizontally without losing sight of the students column, by making it static.';
 244  $string['forceimport'] = 'Force import';
 245  $string['forceimport_help'] = 'Force import of grades even if the grades were updated after the import file was exported';
 246  $string['forceoff'] = 'Force: Off';
 247  $string['forceon'] = 'Force: On';
 248  $string['forelementtypes'] = 'for the selected {$a}';
 249  $string['forstudents'] = 'For students';
 250  $string['full'] = 'Full';
 251  $string['fullmode'] = 'Change to full view';
 252  $string['generalsettings'] = 'General settings';
 253  $string['grade'] = 'Grade';
 254  $string['grade_help'] = 'The grade to award the student for their work.';
 255  $string['gradeadministration'] = 'Grade administration';
 256  $string['gradealreadyupdated'] = '{$a} grades have not been imported because the grades in the import file are older than in the grader report. To proceed with the grade import anyway, use the force import option.';
 257  $string['gradeanalysis'] = 'Grade analysis';
 258  $string['gradebook'] = 'Gradebook';
 259  $string['gradebookcalculationsuptodate'] = 'The calculations in the gradebook are up to date. You may need to reload this page to see changes.';
 260  $string['gradebookcalculationsfixbutton'] = 'Accept grade changes and fix calculation errors';
 261  $string['gradebookcalculationswarning'] = 'Note: Some errors have been detected in calculating the grades displayed in the gradebook. If your course has not started or is in progress, it is recommended that the errors are fixed by clicking the button below, though this will result in some grades being changed. If your course has already ended and grades have been submitted, you probably do not want to fix this issue.
 262  
 263  The newer version is {$a->currentversion}; you are using gradebook version {$a->gradebookversion}. You can see a list of changes in <a href="{$a->url}">Gradebook calculation changes</a>.';
 264  $string['gradebookhiddenerror'] = 'The gradebook is currently set to hide everything from students.';
 265  $string['gradebookhistories'] = 'Grade histories';
 266  $string['gradebooksetup'] = 'Gradebook setup';
 267  $string['gradeboundary'] = 'Letter grade boundary';
 268  $string['gradeboundary_help'] = 'This setting determines the minimum percentage over which grades will be assigned the grade letter.';
 269  $string['gradecategories'] = 'Grade categories';
 270  $string['gradecategory'] = 'Grade category';
 271  $string['gradecategoryonmodform'] = 'Grade category';
 272  $string['gradecategoryonmodform_help'] = 'This setting controls the category in which this activity\'s grades are placed in the gradebook.';
 273  $string['gradecategorysettings'] = 'Grade category settings';
 274  $string['gradedisplay'] = 'Grade display';
 275  $string['gradedisplaytype'] = 'Grade display type';
 276  $string['gradedisplaytype_help'] = 'This setting determines how grades are displayed in the grader and user reports.
 277  
 278  * Letter - Letters or words are used to represent a range of grades, as defined in \'Letters\' in the gradebook setup
 279  * Percentage - Relative to maximum and minimum grades
 280  * Real - Actual grades or scale values';
 281  $string['gradedon'] = 'Graded: {$a}';
 282  $string['gradeexport'] = 'Grade export';
 283  $string['gradeexportcolumntype'] = '{$a->name} ({$a->extra})';
 284  $string['gradeexportcustomprofilefields'] = 'Grade export custom profile fields';
 285  $string['gradeexportcustomprofilefields_desc'] = 'Include these custom profile fields in the grade export, separated by commas.';
 286  $string['gradeexportdecimalpoints'] = 'Grade export decimal places';
 287  $string['gradeexportdecimalpoints_desc'] = 'The number of decimal places to display for export. This can be overridden during export.';
 288  $string['gradeexportdisplaytype'] = 'Grade export display type';
 289  $string['gradeexportdisplaytype_desc'] = 'Grades can be shown as real grades, as percentages (in reference to the minimum and maximum grades) or as letters (A, B, C etc..) during export. This can be overridden during export.';
 290  $string['gradeexportdisplaytypes'] = 'Grade export display types';
 291  $string['gradeexportuserprofilefields'] = 'Grade export user profile fields';
 292  $string['gradeexportuserprofilefields_desc'] = 'Include these user profile fields in the grade export, separated by commas.';
 293  $string['gradeforstudent'] = '{$a->student}<br />{$a->item}{$a->feedback}';
 294  $string['gradegrademinmax'] = 'Initial min and max grades';
 295  $string['gradehelp'] = 'Grade help';
 296  $string['gradehistorylifetime'] = 'Grade history lifetime';
 297  $string['gradehistorylifetime_help'] = 'This specifies the length of time you want to keep history of changes in grade related tables. It is recommended to keep it as long as possible. If you experience performance problems or have limited database space, try to set lower value.';
 298  $string['gradeimport'] = 'Grade import';
 299  $string['gradeimportfailed'] = 'Grade Import failed during commit. Details:';
 300  $string['gradeitem'] = 'Grade item';
 301  $string['gradeitemaddusers'] = 'Exclude from grading';
 302  $string['gradeitemadvanced'] = 'Advanced grade item options';
 303  $string['gradeitemadvanced_help'] = 'Select all elements that should be displayed as advanced when editing grade items.';
 304  $string['gradeitemislocked'] = 'This activity is locked in the gradebook. Changes that are made to grades in this activity will not be copied to the gradebook until it is unlocked.';
 305  $string['gradeitemlocked'] = 'Grading locked';
 306  $string['gradeitemminmax'] = 'Min and max grades as specified in grade item settings';
 307  $string['gradeitemmembersselected'] = 'Excluded from grading';
 308  $string['gradeitemnonmembers'] = 'Included in grading';
 309  $string['gradeitemremovemembers'] = 'Include in grading';
 310  $string['gradeitems'] = 'Grade items';
 311  $string['gradeitemsettings'] = 'Grade item settings';
 312  $string['gradeitemsinc'] = 'Grade items to be included';
 313  $string['gradeletter'] = 'Grade letter';
 314  $string['gradeletter_help'] = 'Grade letters are letters, A, B, C, ..., or words, for example Distinction, Merit, Pass, ..., used to represent a range of grades.';
 315  $string['gradeletternote'] = 'To delete a grade letter just empty any of the<br /> three text areas for that letter and click submit.';
 316  $string['gradeletteroverridden'] = 'The default grade letters are currently overridden.';
 317  $string['gradeletters'] = 'Grade letters';
 318  $string['gradelocked'] = 'Grade is locked';
 319  $string['gradelong'] = '{$a->grade} / {$a->max}';
 320  $string['grademax'] = 'Maximum grade';
 321  $string['grademax_help'] = 'This setting determines the maximum grade when using the value grade type. The maximum grade for an activity-based grade item is set on the activity settings page.';
 322  $string['grademin'] = 'Minimum grade';
 323  $string['grademin_help'] = 'This setting determines the minimum grade when using the value grade type.';
 324  $string['gradenotificationmessage'] = 'You have new feedback on your work for "{$a}"';
 325  $string['gradenotificationsubject'] = 'You have been graded';
 326  $string['gradeoutcomeitem'] = 'Grade outcome item';
 327  $string['gradeoutcomes'] = 'Outcomes';
 328  $string['gradeoutcomescourses'] = 'Course outcomes';
 329  $string['gradepass'] = 'Grade to pass';
 330  $string['gradepass_help'] = 'This setting determines the minimum grade required to pass. The value is used in activity and course completion, and in the gradebook, where pass grades are highlighted in green and fail grades in red.';
 331  $string['gradepassgreaterthangrade'] = 'The grade to pass can not be greater than the maximum possible grade {$a}';
 332  $string['gradepointdefault'] = 'Grade point default';
 333  $string['gradepointdefault_help'] = 'This setting determines the default value for the grade point value available in a grade item.';
 334  $string['gradepointdefault_validateerror'] = 'This setting must be an integer between 1 and the grade point maximum.';
 335  $string['gradepointmax'] = 'Grade point maximum';
 336  $string['gradepointmax_help'] = 'This setting determines the maximum grade point value available in an activity.';
 337  $string['gradepointmax_validateerror'] = 'This setting must be an integer between 1 and 10000.';
 338  $string['gradepreferences'] = 'Grade preferences';
 339  $string['gradepreferenceshelp'] = 'Grade preferences Help';
 340  $string['gradepublishing'] = 'Enable publishing';
 341  $string['gradepublishinglink'] = 'Download: {$a}';
 342  $string['gradepublishing_help'] = 'Grade publishing is a way of importing and exporting grades via a URL without being logged in to Moodle. If enabled, administrators and users with the permission to publish grades (by default, users with the role of manager only) are provided with grade export publishing settings in each course gradebook.';
 343  $string['gradereport'] = 'Grade report';
 344  $string['graderreport'] = 'Grader report';
 345  $string['grades'] = 'Grades';
 346  $string['gradesforuser'] = 'Grades for {$a->user}';
 347  $string['singleview'] = 'Single view for {$a}';
 348  $string['gradesonly'] = 'Change to grades only';
 349  $string['gradesmoduledeletionpendingwarning'] = 'Warning: Activity deletion in progress! Some grades are about to be removed.';
 350  $string['gradesmoduledeletionprefix'] = '[Deletion in progress]';
 351  $string['gradessettings'] = 'Grade settings';
 352  $string['gradetype'] = 'Grade type';
 353  $string['gradetype_help'] = 'There are 4 grade types:
 354  
 355  * None - No grading possible
 356  * Value - A numerical value with a maximum and minimum
 357  * Scale - An item in a list
 358  * Text - Feedback only
 359  
 360  Only value and scale grade types may be aggregated. The grade type for an activity-based grade item is set on the activity settings page.';
 361  $string['gradevaluetoobig'] = 'One of the grade values is larger than the allowed grade maximum of {$a}';
 362  $string['gradeview'] = 'View grade';
 363  $string['gradewasmodifiedduringediting'] = 'The grade entered for {$a->itemname} for {$a->username} was ignored because it was more recently updated by someone else.';
 364  $string['gradeweighthelp'] = 'Grade weight help';
 365  $string['gradingmodulename'] = 'Grading ({$a})';
 366  $string['groupavg'] = 'Group average';
 367  $string['hidden'] = 'Hidden';
 368  $string['hidden_help'] = 'If ticked, grades are hidden from students. A hidden until date may be set if desired, to release grades after grading is completed.';
 369  $string['hiddenasdate'] = 'Show submitted date for hidden grades';
 370  $string['hiddenasdate_help'] = 'If user can not see hidden grades show date of submission instead of \'-\'.';
 371  $string['hiddenuntil'] = 'Hidden until';
 372  $string['hiddenuntildate'] = 'Hidden until: {$a}';
 373  $string['hideadvanced'] = 'Hide advanced features';
 374  $string['hideaverages'] = 'Hide averages';
 375  $string['hidecalculations'] = 'Hide calculations';
 376  $string['hidecategory'] = 'Hidden';
 377  $string['hideeyecons'] = 'Hide show/hide icons';
 378  $string['hidefeedback'] = 'Hide feedback';
 379  $string['hideforcedsettings'] = 'Hide forced settings';
 380  $string['hideforcedsettings_help'] = 'Do not show forced settings in grading UI.';
 381  $string['hidegroups'] = 'Hide groups';
 382  $string['hidelocks'] = 'Hide locks';
 383  $string['hidenooutcomes'] = 'Show outcomes';
 384  $string['hidequickfeedback'] = 'Hide quick feedback';
 385  $string['hideranges'] = 'Hide ranges';
 386  $string['hidetotalifhiddenitems'] = 'Hide totals if they contain hidden items';
 387  $string['hidetotalifhiddenitems_help'] = 'This setting specifies whether totals which contain hidden grade items are shown to students or replaced with a hyphen (-). If shown, the total may be calculated either excluding or including hidden items.
 388  
 389  If hidden items are excluded, the total will be different to the total seen by the teacher in the grader report, since the teacher always sees totals calculated from all items, hidden or unhidden. If hidden items are included, students may be able to calculate the hidden items.';
 390  $string['hidetotalshowexhiddenitems'] = 'Show totals excluding hidden items';
 391  $string['hidetotalshowinchiddenitems'] = 'Show totals including hidden items';
 392  $string['hideverbose'] = 'Hide {$a->category} {$a->itemmodule} {$a->itemname}';
 393  $string['highgradeascending'] = 'Sort by high grade ascending';
 394  $string['highgradedescending'] = 'Sort by high grade descending';
 395  $string['highgradeletter'] = 'High';
 396  $string['changedefaults'] = 'Change defaults';
 397  $string['changereportdefaults'] = 'Change report defaults';
 398  $string['chooseaction'] = 'Choose an action ...';
 399  $string['choosecategory'] = 'Select category';
 400  $string['identifier'] = 'Identify user by';
 401  $string['idnumbers'] = 'ID numbers';
 402  $string['ignore'] = 'Ignore';
 403  $string['import'] = 'Import';
 404  $string['importcsv'] = 'Import CSV';
 405  $string['importcsv_help'] = 'Grades can be imported via a CSV file with format as follows:
 406  
 407  * Each line of the file contains one record
 408  * Each record is a series of data separated by the selected separator
 409  * The first record contains a list of fieldnames defining the format of the rest of the file
 410  * A fieldname containing user identity data is required - either username or ID number or email address
 411  
 412  A file of the correct format can be obtained by first exporting some grades. The file can then be edited and saved as a CSV file.';
 413  $string['importcsv_link'] = 'grade/import/csv/index';
 414  $string['importcustom'] = 'Import as custom outcomes (only this course)';
 415  $string['importdata'] = 'Data';
 416  $string['importdata_help'] = 'Grades may be pasted directly from an OpenDocument or Excel spreadsheet with format as follows:
 417  
 418  * At least one column should contain user identity data - username, email address or ID number.
 419  * Other columns should have headings as for existing activities or grade items.
 420  
 421  A correctly formatted spreadsheet can be obtained by first exporting some grades. The spreadsheet can then be edited to add more grades and saved.
 422  
 423  Select and copy the columns you want to import from the spreadsheet and then paste them into this field.';
 424  $string['importerror'] = 'An error occurred, this script wasn\'t called with the right parameters.';
 425  $string['importfailed'] = 'Import failed. No data was imported.';
 426  $string['importfeedback'] = 'Import feedback';
 427  $string['importfile'] = 'Import file';
 428  $string['importfilemissing'] = 'No file was received, go back to the form and make sure to upload a valid file.';
 429  $string['importfrom'] = 'Import from';
 430  $string['importoutcomenofile'] = 'The uploaded file is empty or corrupted.  Please verify this is a valid file. The problem was detected at line {$a}; this is triggered by the data lines not having as many columns as the first line (the header line) or if the imported file is missing expected headers.  Look at the exported file for an example of a file with valid header.';
 431  $string['importoutcomes'] = 'Import outcomes';
 432  $string['importoutcomes_help'] = 'Outcomes can be imported via csv file with format as for the export outcomes csv file.';
 433  $string['importoutcomes_link'] = 'grade/outcome';
 434  $string['importoutcomesuccess'] = 'Imported outcome "{$a->name}" with ID #{$a->id}';
 435  $string['importplugins'] = 'Import plugins';
 436  $string['importpreview'] = 'Import preview';
 437  $string['importsettings'] = 'Import settings';
 438  $string['importskippednomanagescale'] = 'You don\'t have permission to add a new scale, so outcome "{$a}" was skipped as it required creating a new scale';
 439  $string['importskippedoutcome'] = 'An outcome with shortname "{$a}" already exists in this context, the one in the imported file was skipped.';
 440  $string['importstandard'] = 'Import as standard outcomes';
 441  $string['importsuccess'] = 'Grade import success';
 442  $string['importxml'] = 'Import XML';
 443  $string['includescalesinaggregation'] = 'Include scales in aggregation';
 444  $string['includescalesinaggregation_help'] = 'You can change whether scales are to be included as numbers in all aggregated grades across all gradebooks in all courses. CAUTION: changing this setting will force all aggregated grades to be recalculated.';
 445  $string['incorrectcourseid'] = 'Course ID was incorrect';
 446  $string['incorrectcustomscale'] = '(Incorrect custom scale, please change.)';
 447  $string['incorrectminmax'] = 'The minimum must be lower than the maximum';
 448  $string['inherit'] = 'Inherit';
 449  $string['intersectioninfo'] = 'Student/Grade info';
 450  $string['invalidgradeexporteddate'] = 'The export date is invalid because it is more than a year ago, or in the future, or because the format is invalid.';
 451  $string['item'] = 'Item';
 452  $string['iteminfo'] = 'Item info';
 453  $string['iteminfo_help'] = 'This setting provides space for entering information about the item. The information is not displayed anywhere else.';
 454  $string['itemname'] = 'Item name';
 455  $string['itemnamehelp'] = 'The name of this item, pushed in by the module.';
 456  $string['items'] = 'Items';
 457  $string['itemsedit'] = 'Edit grade item';
 458  $string['keephigh'] = 'Keep the highest';
 459  $string['keephighestvalues'] = 'Keep the {$a} highest values';
 460  $string['keephigh_help'] = 'If set, this option will only keep the X highest grades, X being the selected value for this option.';
 461  $string['keymanager'] = 'Key manager';
 462  $string['lessthanmin'] = 'The grade entered for {$a->itemname} for {$a->username} is less than the minimum allowed';
 463  $string['letter'] = 'Letter';
 464  $string['lettergrade'] = 'Letter grade';
 465  $string['lettergradenonnumber'] = 'Low and/or High grade were non-numeric for';
 466  $string['letterpercentage'] = 'Letter (percentage)';
 467  $string['letterreal'] = 'Letter (real)';
 468  $string['letters'] = 'Letters';
 469  $string['linkedactivity'] = 'Linked activity';
 470  $string['linkedactivity_help'] = 'This setting specifies an activity to which this outcome item is linked. This may be used to measure student performance on criteria not assessed by the activity grade.';
 471  $string['linktoactivity'] = 'Link to {$a->name} activity {$a->title}';
 472  $string['lock'] = 'Lock';
 473  $string['locked'] = 'Locked';
 474  $string['locked_help'] = 'If ticked, grades can no longer be automatically updated by the related activity.';
 475  $string['locktime'] = 'Lock after';
 476  $string['locktimedate'] = 'Locked after: {$a}';
 477  $string['lockverbose'] = 'Lock {$a->category} {$a->itemmodule} {$a->itemname}';
 478  $string['lowest'] = 'Lowest';
 479  $string['lowgradeletter'] = 'Low';
 480  $string['manualitem'] = 'Manual item';
 481  $string['mapfrom'] = 'Map from';
 482  $string['mapfrom_help'] = 'Select the column in the spreadsheet containing data for identifying the user, such as username, user ID or email address.';
 483  $string['mappings'] = 'Grade item mappings';
 484  $string['mappings_help'] = 'For each column of grades in the spreadsheet, select the corresponding grade item to import the grades into.';
 485  $string['mapto'] = 'Map to';
 486  $string['mapto_help'] = 'Select the same identifying data as selected for \'Map from\'.';
 487  $string['max'] = 'Highest';
 488  $string['maxgrade'] = 'Max grade';
 489  $string['meanall'] = 'All grades';
 490  $string['meangraded'] = 'Non-empty grades';
 491  $string['meanselection'] = 'Grades selected for column averages';
 492  $string['meanselection_help'] = 'This setting determines whether cells with no grade should be included when calculating the average (mean) for each category or grade item.';
 493  $string['median'] = 'Median';
 494  $string['min'] = 'Lowest';
 495  $string['minmaxtouse'] = 'Min and max grades used in calculation';
 496  $string['minmaxtouse_desc'] = 'This setting determines whether to use the initial minimum and maximum grades from when the grade was given, or the minimum and maximum grades as specified in the settings for the grade item, when calculating the grade displayed in the gradebook. It is recommended that this setting is modified at an off-peak time, as all grades will be recalculated, which may result in a high server load.';
 497  $string['minmaxtouse_help'] = 'This setting determines whether to use the initial minimum and maximum grades from when the grade was given, or the minimum and maximum grades as specified in the settings for the grade item, when calculating the grade displayed in the gradebook.';
 498  $string['minmaxtouse_link'] = 'Grades_min_max';
 499  $string['minmaxupgradedgrades'] = 'Note: Some grades have been changed in order to resolve an inconsistency in the gradebook caused by a change in the minimum and maximum grades used when calculating the grade displayed. It is recommended that the changes are reviewed and accepted.';
 500  $string['minmaxupgradefixbutton'] = 'Resolve inconsistencies';
 501  $string['minmaxupgradewarning'] = 'Note: An inconsistency has been detected with some grades due to a change in the minimum and maximum grades used when calculating the grade displayed in the gradebook. It is recommended that the inconsistency is resolved by clicking the button below, though this will result in some grades being changed.';
 502  $string['minimum_show'] = 'Show minimum grade';
 503  $string['minimum_show_help'] = 'Minimum grade is used in calculating grades and weights. If not shown, minimum grade will default to zero and cannot be edited.';
 504  $string['missingitemtypeoreid'] = 'Array key (itemtype or eid) missing from 2nd param of grade_edit_tree_column_select::get_item_cell($item, $params)';
 505  $string['missingscale'] = 'Scale must be selected';
 506  $string['mode'] = 'Mode';
 507  $string['modgrade'] = 'Grade';
 508  $string['modgrade_help'] = 'Select the type of grading used for this activity. If \'scale\' is chosen, you can then choose the scale from the drop-down menu. If using point grading, you can then enter the maximum grade available for this activity.';
 509  $string['modgradecantchangegradetype'] = 'You cannot change the type, as grades already exist for this item.';
 510  $string['modgradecantchangegradetypemsg'] = 'Some grades have already been awarded, so the grade type cannot be changed. If you wish to change the maximum grade, you must first choose whether or not to rescale existing grades.';
 511  $string['modgradecantchangegradetyporscalemsg'] = 'Some grades have already been awarded, so the grade type and scale cannot be changed.';
 512  $string['modgradecategorycantchangegradetypemsg'] = 'This category has associated grade items which have been overridden. Therefore some grades have already been awarded, so the grade type cannot be changed. If you wish to change the maximum grade, you must first choose whether or not to rescale existing grades.';
 513  $string['modgradecategorycantchangegradetyporscalemsg'] = 'This category has associated grade items which have been overridden. Therefore some grades have already been awarded, so the grade type and scale cannot be changed.';
 514  $string['modgradecantchangescale'] = 'You cannot change the scale, as grades already exist for this item.';
 515  $string['modgradecantchangeratingmaxgrade'] = 'You cannot change the maximum grade when grades already exist for an activity with ratings.';
 516  $string['modgradedonotmodify'] = 'Do not modify existing grades';
 517  $string['modgradeerrorbadpoint'] = 'Invalid grade value. This must be an integer between 1 and {$a}';
 518  $string['modgradeerrorbadscale'] = 'Invalid scale selected. Please make sure you select a scale from the selections below.';
 519  $string['modgrademaxgrade'] = 'Maximum grade';
 520  $string['modgraderescalegrades'] = 'Rescale existing grades';
 521  $string['modgraderescalegrades_help'] = 'When changing the maximum grades on a gradebook item you need to specify whether or not this will cause existing percentage grades to change as well.
 522  
 523  If this is set to \'Yes\', any existing grades will be rescaled so that the percentage grade remains the same.
 524  
 525  For example, if this option is set to \'Yes\', changing the maximum grade on an item from 10 to 20 would cause a grade of 6/10 (60%) to be rescaled to 12/20 (60%). With this option set to \'No\', the grade would change from 6/10 (60%) to 6/20 (30%), requiring manual adjustment of the grade items to ensure correct scores.';
 526  $string['modgradecategoryrescalegrades'] = 'Rescale overridden grades';
 527  $string['modgradecategoryrescalegrades_help'] = 'When changing the maximum grades on a gradebook item you need to specify whether or not this will cause existing percentage grades to change as well.
 528  
 529  If this is set to \'Yes\', any existing overridden grades will be rescaled so that the percentage grade remains the same.
 530  
 531  For example, if this option is set to \'Yes\', changing the maximum grade on an item from 10 to 20 would cause a grade of 6/10 (60%) to be rescaled to 12/20 (60%). With this option set to \'No\', the grade will remain unchanged, requiring manual adjustment of the grade items to ensure correct scores.';
 532  $string['modgradetype'] = 'Type';
 533  $string['modgradetypenone'] = 'None';
 534  $string['modgradetypepoint'] = 'Point';
 535  $string['modgradetypescale'] = 'Scale';
 536  $string['morethanmax'] = 'The grade entered for {$a->itemname} for {$a->username} is more than the maximum allowed';
 537  $string['moveselectedto'] = 'Move selected items to';
 538  $string['movingelement'] = 'Moving {$a}';
 539  $string['multfactor'] = 'Multiplicator';
 540  $string['multfactorvalue'] = 'Multiplicator value for {$a}';
 541  $string['multfactor_help'] = 'The multiplicator is the factor by which all grades for this grade item will be multiplied, with a maximum value of the maximum grade. For example, if the multiplicator is 2 and the maximum grade is 100, then all grades less than 50 are multiplied by 2, and all grades 50 and above are changed to 100.';
 542  $string['mygrades'] = 'User menu grades link';
 543  $string['mygrades_desc'] = 'This setting allows for the option of linking to an external gradebook from the user menu.';
 544  $string['mypreferences'] = 'My preferences';
 545  $string['myreportpreferences'] = 'My report preferences';
 546  $string['mustchooserescaleyesorno'] = 'You must choose whether to rescale existing grades or not.';
 547  $string['navmethod'] = 'Navigation method';
 548  $string['neverdeletehistory'] = 'Never delete history';
 549  $string['newcategory'] = 'New category';
 550  $string['newitem'] = 'New grade item';
 551  $string['newoutcomeitem'] = 'New outcome item';
 552  $string['no'] = 'No';
 553  $string['nocategories'] = 'Grade categories could not be added or found for this course';
 554  $string['nocategoryname'] = 'No category name was given.';
 555  $string['nocategoryview'] = 'No category to view by';
 556  $string['nocourses'] = 'There are no courses yet';
 557  $string['noforce'] = 'Do not force';
 558  $string['nogradeletters'] = 'No grade letters set';
 559  $string['nogradesreturned'] = 'No grades returned';
 560  $string['noidnumber'] = 'No ID number';
 561  $string['nolettergrade'] = 'No letter grade for';
 562  $string['nomode'] = 'NA';
 563  $string['nonnumericweight'] = 'Received non-numeric value for';
 564  $string['nonunlockableverbose'] = 'This grade cannot be unlocked until {$a->itemname} is unlocked.';
 565  $string['nonweightedpct'] = 'non-weighted %';
 566  $string['nooutcome'] = 'No outcome';
 567  $string['nooutcomes'] = 'Outcome items must be linked to a course outcome, but there are no outcomes for this course. Would you like to add one?';
 568  $string['nopermissiontoresetweights'] = 'No permission to reset the weights';
 569  $string['nopublish'] = 'Do not publish';
 570  $string['noreports'] = 'You are not enrolled in, nor teaching any courses on this site.';
 571  $string['norolesdefined'] = 'No roles defined in Administration > Grades > General settings > Graded roles';
 572  $string['noscales'] = 'Outcomes must be linked to a course scale or global scale, but there are none. Would you like to add one?';
 573  $string['noselectedcategories'] = 'no categories were selected.';
 574  $string['noselecteditems'] = 'no items were selected.';
 575  $string['notteachererror'] = 'You must be a teacher to use this feature.';
 576  $string['notenrolled'] = 'You are currently not enrolled in any courses.';
 577  $string['nousersloaded'] = 'No users loaded';
 578  $string['nouserstograde'] = 'No users to grade';
 579  $string['numberofgrades'] = 'Number of grades';
 580  $string['onascaleof'] = 'on a scale of {$a->grademin} to {$a->grademax}';
 581  $string['operations'] = 'Operations';
 582  $string['options'] = 'Options';
 583  $string['others'] = 'Others';
 584  $string['outcome'] = 'Outcome';
 585  $string['outcome_help'] = 'This setting determines the outcome which this grade item will represent in the gradebook.';
 586  $string['outcomeassigntocourse'] = 'Assign another outcome to this course';
 587  $string['outcomecategory'] = 'Create outcomes in category';
 588  $string['outcomecategorynew'] = 'New category';
 589  $string['outcomeconfirmdelete'] = 'Are you sure you wish to delete the outcome "{$a}"?';
 590  $string['outcomecreate'] = 'Add a new outcome';
 591  $string['outcomedelete'] = 'Delete outcome';
 592  $string['outcomefullname'] = 'Full name';
 593  $string['outcomeitem'] = 'Outcome item';
 594  $string['outcomeitemsedit'] = 'Edit outcome item';
 595  $string['outcomereport'] = 'Outcome report';
 596  $string['outcomes'] = 'Outcomes';
 597  $string['outcomescourse'] = 'Outcomes used in course';
 598  $string['outcomescoursecustom'] = 'Custom used (no remove)';
 599  $string['outcomescoursenotused'] = 'Standard not used';
 600  $string['outcomescourseused'] = 'Standard used (no remove)';
 601  $string['outcomescustom'] = 'Custom outcomes';
 602  $string['outcomesdisabled'] = 'Outcomes are not enabled';
 603  $string['outcomeshortname'] = 'Short name';
 604  $string['outcomesstandard'] = 'Standard outcomes';
 605  $string['outcomesstandardavailable'] = 'Available standard outcomes';
 606  $string['outcomestandard'] = 'Standard outcome';
 607  $string['outcomestandard_help'] = 'A standard outcome is available site-wide, for all courses.';
 608  $string['overallaverage'] = 'Overall average';
 609  $string['overridecat'] = 'Allow category grades to be manually overridden';
 610  $string['overridecat_help'] = 'Disabling this setting makes it impossible for users to override category grades.';
 611  $string['overridden'] = 'Overridden';
 612  $string['overridden_help'] = 'If ticked, the grade can no longer be changed from within the related activity.
 613  
 614  When a grade is edited in the grader report, the overridden checkbox is ticked automatically. However it may be un-ticked to allow the grade to be changed via the related activity.';
 615  $string['overriddennotice'] = 'Your final grade from this activity was manually adjusted.';
 616  $string['overridesitedefaultgradedisplaytype'] = 'Override site defaults';
 617  $string['overridesitedefaultgradedisplaytype_help'] = 'If ticked, grade letters and boundaries for the course may be set, rather than using the site defaults.';
 618  $string['overrideweightofa'] = 'Override weight of {$a}';
 619  $string['parentcategory'] = 'Parent category';
 620  $string['pctoftotalgrade'] = '% of total grade';
 621  $string['pass'] = 'Pass';
 622  $string['percent'] = 'Percent';
 623  $string['percentage'] = 'Percentage';
 624  $string['percentageletter'] = 'Percentage (letter)';
 625  $string['percentagereal'] = 'Percentage (real)';
 626  $string['percentascending'] = 'Sort by percent ascending';
 627  $string['percentdescending'] = 'Sort by percent descending';
 628  $string['percentshort'] = '%';
 629  $string['plusfactor'] = 'Offset';
 630  $string['plusfactor_help'] = 'The offset is a number that is added to every grade for this grade item, after the multiplicator is applied.';
 631  $string['plusfactorvalue'] = 'Offset value for {$a}';
 632  $string['points'] = 'points';
 633  $string['pointsascending'] = 'Sort by points ascending';
 634  $string['pointsdescending'] = 'Sort by points descending';
 635  $string['positionfirst'] = 'First';
 636  $string['positionlast'] = 'Last';
 637  $string['preferences'] = 'Preferences';
 638  $string['prefgeneral'] = 'General';
 639  $string['prefletters'] = 'Grade letters and boundaries';
 640  $string['prefrows'] = 'Special rows';
 641  $string['prefshow'] = 'Show/hide toggles';
 642  $string['previewrows'] = 'Preview rows';
 643  $string['privacy:metadata:categorieshistory'] = 'A record of previous versions of grade categories';
 644  $string['privacy:metadata:filepurpose'] = 'Feedback files stored in the gradebook for a user.';
 645  $string['privacy:metadata:grade_import_newitem'] = 'Temporary table for storing new grade_item names from grade import';
 646  $string['privacy:metadata:grade_import_newitem:importcode'] = 'A unique batch code for identifying one batch of imports';
 647  $string['privacy:metadata:grade_import_newitem:importer'] = 'User importing the data';
 648  $string['privacy:metadata:grade_import_newitem:itemname'] = 'New grade item name';
 649  $string['privacy:metadata:grade_import_values'] = 'Temporary table for importing grades';
 650  $string['privacy:metadata:grade_import_values:feedback'] = 'Grade feedback';
 651  $string['privacy:metadata:grade_import_values:finalgrade'] = 'Raw grade value';
 652  $string['privacy:metadata:grade_import_values:importcode'] = 'A unique batch code for identifying one batch of imports';
 653  $string['privacy:metadata:grade_import_values:importer'] = 'User importing the data';
 654  $string['privacy:metadata:grade_import_values:importonlyfeedback'] = 'Flag if only feedback was imported';
 655  $string['privacy:metadata:grade_import_values:userid'] = 'User whose grade was imported';
 656  $string['privacy:metadata:grades'] = 'A record of grades';
 657  $string['privacy:metadata:grades:aggregationstatus'] = 'The aggregation status';
 658  $string['privacy:metadata:grades:aggregationweight'] = 'The weight in aggregation';
 659  $string['privacy:metadata:grades:feedback'] = 'The feedback';
 660  $string['privacy:metadata:grades:finalgrade'] = 'The grade';
 661  $string['privacy:metadata:grades:information'] = 'Additional information about the grade';
 662  $string['privacy:metadata:grades:timemodified'] = 'The time when the grade was last modified';
 663  $string['privacy:metadata:grades:userid'] = 'The ID of the user whose grade it is';
 664  $string['privacy:metadata:grades:usermodified'] = 'The ID of the user who last modified the record';
 665  $string['privacy:metadata:gradeshistory'] = 'A record of the previous grades';
 666  $string['privacy:metadata:history:loggeduser'] = 'The ID of the user who was logged in when the versioning occurred';
 667  $string['privacy:metadata:history:timemodified'] = 'The time when grade versioning occurred';
 668  $string['privacy:metadata:itemshistory'] = 'A record of previous versions of grade items';
 669  $string['privacy:metadata:outcomes'] = 'A record of outcomes';
 670  $string['privacy:metadata:outcomes:timemodified'] = 'The time when the record was modified';
 671  $string['privacy:metadata:outcomes:usermodified'] = 'The user who last modified the record';
 672  $string['privacy:metadata:outcomeshistory'] = 'A record of previous versions of outcomes';
 673  $string['privacy:metadata:scale'] = 'A record of scales';
 674  $string['privacy:metadata:scale:timemodified'] = 'The time when the record was last modified';
 675  $string['privacy:metadata:scale:userid'] = 'The user who last modified the record';
 676  $string['privacy:metadata:scalehistory'] = 'A record of previous versions of scales';
 677  $string['privacy:path:relatedtome'] = 'Related to me';
 678  $string['privacy:request:historyactiondelete'] = 'Delete';
 679  $string['privacy:request:historyactioninsert'] = 'Insert';
 680  $string['privacy:request:historyactionupdate'] = 'Update';
 681  $string['privacy:request:unknowndeletedgradeitem'] = 'Unknown (the grade item was deleted)';
 682  $string['profilereport'] = 'User profile report';
 683  $string['profilereport_help'] = 'Grade report used on user profile page.';
 684  $string['publishing'] = 'Publishing';
 685  $string['publishingoptions'] = 'Grade publishing options';
 686  $string['quickfeedback'] = 'Quick feedback';
 687  $string['quickgrading'] = 'Quick grading';
 688  $string['quickgrading_help'] = 'If enabled, when editing is turned on, a text input box appears for each grade, allowing many grades to be edited at the same time. Changes are saved and highlighted when the update button is clicked.
 689  
 690  Note that when a grade is edited in the grader report, an overridden flag is set, meaning that the grade can no longer be changed from within the related activity.';
 691  $string['range'] = 'Range';
 692  $string['rangesdecimalpoints'] = 'Decimals shown in ranges';
 693  $string['rangesdecimalpoints_help'] = 'This setting determines the number of decimal places to display for each range or whether the overall decimal places setting for the category or grade item is used (inherit).';
 694  $string['rangesdisplaytype'] = 'Range display type';
 695  $string['rangesdisplaytype_help'] = 'This setting determines whether the range is displayed as real grades, percentages or letters, or whether the display type for the category or grade item is used (inherit).';
 696  $string['rank'] = 'Rank';
 697  $string['rawpct'] = 'Raw %';
 698  $string['real'] = 'Real';
 699  $string['realletter'] = 'Real (letter)';
 700  $string['realpercentage'] = 'Real (percentage)';
 701  $string['recalculatinggrades'] = 'Recalculating grades';
 702  $string['recovergradesdefault'] = 'Recover grades default';
 703  $string['recovergradesdefault_help'] = 'By default recover old grades when re-enrolling a user in a course.';
 704  $string['refreshpreview'] = 'Refresh preview';
 705  $string['regradeanyway'] = 'Regrade anyway';
 706  $string['removeallcoursegrades'] = 'Delete all grades';
 707  $string['removeallcoursegrades_help'] = 'If ticked, all grade items and grades that were manually added to the gradebook will be deleted, as well as data on overridden, excluded, hidden and locked grades. Only grade items and grades associated with activities will remain.';
 708  $string['removeallcourseitems'] = 'Delete all items and categories';
 709  $string['removeallcourseitems_help'] = 'If ticked, all categories and grade items which were manually added to the gradebook will be deleted, together with grades and data on overridden, excluded, hidden and locked grades. Only grade items associated with activities will remain.';
 710  $string['report'] = 'Report';
 711  $string['reportdefault'] = 'Report default ({$a})';
 712  $string['reportplugins'] = 'Report plugins';
 713  $string['reportsettings'] = 'Report settings';
 714  $string['reprintheaders'] = 'Reprint headers';
 715  $string['resetweightsshort'] = 'Reset weights';
 716  $string['resetweights'] = 'Reset weights of {$a->itemname}';
 717  $string['respectingcurrentdata'] = 'leaving current configuration unmodified';
 718  $string['rowpreviewnum'] = 'Preview rows';
 719  $string['rowpreviewnum_help'] = 'Data for import may be previewed before confirming the import. This setting determines how many rows are displayed in the preview.';
 720  $string['savechanges'] = 'Save changes';
 721  $string['savepreferences'] = 'Save preferences';
 722  $string['scaleconfirmdelete'] = 'Are you sure you wish to delete the scale "{$a}"?';
 723  $string['scaledpct'] = 'Scaled %';
 724  $string['seeallcoursegrades'] = 'See all course grades';
 725  $string['select'] = 'Select {$a}';
 726  $string['selectalloroneuser'] = 'Select all or one user';
 727  $string['selectauser'] = 'Select a user';
 728  $string['selectdestination'] = 'Select destination of {$a}';
 729  $string['separator'] = 'Separator';
 730  $string['separator_help'] = 'Select the separator used in the CSV file. (Normally this is a comma.)';
 731  $string['sepcolon'] = 'Colon';
 732  $string['sepcomma'] = 'Comma';
 733  $string['sepsemicolon'] = 'Semicolon';
 734  $string['septab'] = 'Tab';
 735  $string['setcategories'] = 'Set categories';
 736  $string['setcategorieserror'] = 'You must first set the categories for your course before you can give weights to them.';
 737  $string['setgradeletters'] = 'Set grade letters';
 738  $string['setpreferences'] = 'Set preferences';
 739  $string['setting'] = 'Setting';
 740  $string['settings'] = 'Settings';
 741  $string['setweights'] = 'Set weights';
 742  $string['showanalysisicon'] = 'Show grade analysis icon';
 743  $string['showanalysisicon_desc'] = 'Whether to show grade analysis icon by default. If the activity module supports it, the grade analysis icon links to a page with more detailed explanation of the grade and how it was obtained.';
 744  $string['showanalysisicon_help'] = 'If the activity module supports it, the grade analysis icon links to a page with more detailed explanation of the grade and how it was obtained.';
 745  $string['showaverage'] = 'Show average';
 746  $string['showaverage_help'] = 'Whether to show an average column. Note that participants may be able to estimate others\' grades if the average is calculated from a small number of grades. For performance reasons the average is approximate if it is dependent on any hidden items.';
 747  $string['showcontributiontocoursetotal'] = 'Show contribution to course total';
 748  $string['showcontributiontocoursetotal_help'] = 'Whether to show a column of percentages indicating how much each grade item contributes to the user\'s course total percentage (after weighting is applied).';
 749  $string['showfeedback'] = 'Show feedback';
 750  $string['showfeedback_help'] = 'Whether to show a column for feedback.';
 751  $string['showgrade'] = 'Show grades';
 752  $string['showgrade_help'] = 'Whether to show a column for grades.';
 753  $string['showingaggregatesonly'] = 'Showing aggregates only';
 754  $string['showingfullmode'] = 'Showing full view';
 755  $string['showinggradesonly'] = 'Showing grades only';
 756  $string['showlettergrade'] = 'Show letter grades';
 757  $string['showlettergrade_help'] = 'Whether to show a column for letter grades.';
 758  $string['showrange'] = 'Show ranges';
 759  $string['showrange_help'] = 'Whether to show a column for the range.';
 760  $string['showweight'] = 'Show weightings';
 761  $string['showweight_help'] = 'Whether to show a column for the grade weight.';
 762  $string['rangedecimals'] = 'Range decimal places';
 763  $string['rangedecimals_help'] = 'The number of decimal places to display for the range.';
 764  $string['showactivityicons'] = 'Show activity icons';
 765  $string['showactivityicons_help'] = 'If enabled, activity icons are shown next to activity names.';
 766  $string['showallhidden'] = 'Show hidden';
 767  $string['showallstudents'] = 'Show all Students';
 768  $string['showaverages'] = 'Show column averages';
 769  $string['showaverages_help'] = 'If enabled, the grader report will contain an additional row displaying the average (mean) for each category and grade item.';
 770  $string['showcalculations'] = 'Show calculations';
 771  $string['showcalculations_help'] = 'If enabled, when editing, a calculator icon is shown for each grade item and category with a visual indicator that a grade item is calculated.';
 772  $string['showeyecons'] = 'Show show/hide icons';
 773  $string['showeyecons_help'] = 'If enabled, when editing is turned on, a show/hide icon is shown for each grade for controlling its visibility to the student.';
 774  $string['showgroups'] = 'Show groups';
 775  $string['showhiddenitems'] = 'Show hidden items';
 776  $string['showhiddenitems_help'] = 'Whether hidden grade items are hidden entirely or if the names of hidden grade items are visible to students.
 777  
 778  * Show hidden - Hidden grade item names are shown but student grades are hidden
 779  * Only hidden until - Grade items with a "hide until" date set are hidden completely until the set date, after which the whole item is shown
 780  * Do not show - Hidden grade items are completely hidden';
 781  $string['showhiddenuntilonly'] = 'Only hidden until';
 782  $string['showlocks'] = 'Show locks';
 783  $string['showlocks_help'] = 'If enabled, when editing is turned on, a lock/unlock icon is shown for each grade for controlling whether the grade can be automatically updated by the related activity.';
 784  $string['shownohidden'] = 'Do not show';
 785  $string['shownooutcomes'] = 'Hide outcomes';
 786  $string['shownumberofgrades'] = 'Show number of grades in averages';
 787  $string['shownumberofgrades_help'] = 'If enabled, the number of grades used when calculating the average (mean) is displayed in brackets after each average.';
 788  $string['showonlyactiveenrol'] = 'Show only active enrolments';
 789  $string['showonlyactiveenrol_help'] = 'This setting determines, if only active enrolled users will be visible in gradebook report. If enabled suspended users will not be shown in gradebook.';
 790  $string['showpercentage'] = 'Show percentage';
 791  $string['showpercentage_help'] = 'Whether to show the percentage value of each grade item.';
 792  $string['showquickfeedback'] = 'Show quick feedback';
 793  $string['showquickfeedback_help'] = 'If enabled, when editing is turned on, a feedback text input box with a dotted border appears for each grade, allowing the feedback for many grades to be edited at the same time. Changes are saved and highlighted when the update button is clicked.
 794  
 795  Note that when feedback is edited in the grader report, an overridden flag is set, meaning that the feedback can no longer be changed from within the related activity.';
 796  $string['showranges'] = 'Show ranges';
 797  $string['showranges_help'] = 'If enabled, the grader report will contain an additional row displaying the range for each category and grade item.';
 798  $string['showrank'] = 'Show rank';
 799  $string['showrank_help'] = 'Whether to show the position of the student in relation to the rest of the class for each grade item.';
 800  $string['showuserimage'] = 'Show user profile images';
 801  $string['showuserimage_help'] = 'Whether to show the user\'s profile image next to the name in the grader report.';
 802  $string['showverbose'] = 'Show {$a->category} {$a->itemmodule} {$a->itemname}';
 803  $string['simpleview'] = 'Single view';
 804  $string['sitewide'] = 'Site-wide';
 805  $string['sort'] = 'sort';
 806  $string['sortasc'] = 'Sort in ascending order';
 807  $string['sortbyfirstname'] = 'Sort by first name';
 808  $string['sortbylastname'] = 'Sort by last name';
 809  $string['sortdesc'] = 'Sort in descending order';
 810  $string['standarddeviation'] = 'Standard deviation';
 811  $string['stats'] = 'Statistics';
 812  $string['statslink'] = 'Stats';
 813  $string['student'] = 'Student';
 814  $string['studentsperpage'] = 'Students per page';
 815  $string['studentsperpage_help'] = 'This setting determines the number of students displayed per page in the grader report.';
 816  $string['studentsperpagereduced'] = 'Reduced maximum students per page from {$a->originalstudentsperpage} to {$a->studentsperpage}. Consider increasing the PHP setting max_input_vars from {$a->maxinputvars}.';
 817  $string['subcategory'] = 'Normal category';
 818  $string['submissions'] = 'Submissions';
 819  $string['submittedon'] = 'Submitted: {$a}';
 820  $string['sumofgradesupgradedgrades'] = 'Note: The aggregation method "Sum of grades" has been changed to "Natural" as part of a site upgrade. Since "Sum of grades" was previously used in this course, it is recommended that you review this change in the gradebook.';
 821  $string['aggregatesubcatsupgradedgrades'] = 'Note: The aggregation setting "Aggregate including subcategories" has been removed as part of a site upgrade. Since "Aggregate including subcategories" was previously used in this course, it is recommended that you review this change in the gradebook.';
 822  $string['upgradedgradeshidemessage'] = 'Dismiss notice';
 823  $string['switchtofullview'] = 'Switch to full view';
 824  $string['switchtosimpleview'] = 'Switch to simple view';
 825  $string['tabs'] = 'Tabs';
 826  $string['topcategory'] = 'Super category';
 827  $string['total'] = 'Total';
 828  $string['totalweightnot100'] = 'The total weight is not equal to 100';
 829  $string['totalweight100'] = 'The total weight is equal to 100';
 830  $string['turnfeedbackoff'] = 'Turn feedback off';
 831  $string['turnfeedbackon'] = 'Turn feedback on';
 832  $string['typenone'] = 'None';
 833  $string['typescale'] = 'Scale';
 834  $string['typescale_help'] = 'This setting determines the scale used when using the scale grade type. The scale for an activity-based grade item is set on the activity settings page.';
 835  $string['typetext'] = 'Text';
 836  $string['typevalue'] = 'Value';
 837  $string['upgradedminmaxrevertmessage'] = 'Revert the changes';
 838  $string['uncategorised'] = 'Uncategorised';
 839  $string['unenrolledusersinimport'] = 'This import included the following grades for users not currently enrolled in this course: {$a}';
 840  $string['unchangedgrade'] = 'Grade unchanged';
 841  $string['unlimitedgrades'] = 'Unlimited grades';
 842  $string['unlimitedgrades_help'] = 'By default, grades are limited by the maximum and minimum values of the grade item. Enabling this setting removes this limit, and allows grades of over 100% to be entered directly in the gradebook.';
 843  $string['unlock'] = 'Unlock';
 844  $string['unlockverbose'] = 'Unlock {$a->category} {$a->itemmodule} {$a->itemname}';
 845  $string['unused'] = 'Unused';
 846  $string['updatedgradesonly'] = 'Export new or updated grades only';
 847  $string['uploadgrades'] = 'Upload grades';
 848  $string['useadvanced'] = 'Use advanced features';
 849  $string['usedcourses'] = 'Used courses';
 850  $string['usedgradeitem'] = 'Used grade item';
 851  $string['usenooutcome'] = 'Use no outcome';
 852  $string['usenoscale'] = 'Use no scale';
 853  $string['usepercent'] = 'Use percent';
 854  $string['user'] = 'User';
 855  $string['userfields_show'] = 'Show user fields';
 856  $string['userfields_show_help'] = 'Show additional user fields like email address on the grader report. The specific fields displayed are controlled by the site setting showuseridentity';
 857  $string['usergrade'] = 'User {$a->fullname} ({$a->useridnumber}) on item {$a->gradeidnumber}';
 858  $string['userid'] = 'User ID';
 859  $string['useridnumberwarning'] = 'Users without an ID number are excluded from the export as they cannot be imported';
 860  $string['usermappingerror'] = 'User mapping error: Could not find user with {$a->field} of "{$a->value}".';
 861  $string['usermappingerrormultipleusersfound'] = 'User mapping error: Multiple users found with {$a->field} of "{$a->value}". Please use a more unique mapping field.';
 862  $string['usermappingerrorusernotfound'] = 'User mapping error. Could not find user.';
 863  $string['usermappingerrorcurrentgroup'] = 'User is not a member of current group.';
 864  $string['userpreferences'] = 'User preferences';
 865  $string['userenrolmentsuspended'] = 'User enrolment suspended';
 866  $string['useweighted'] = 'Use weighted';
 867  $string['verbosescales'] = 'Verbose scales';
 868  $string['verbosescales_help'] = 'A verbose scale uses words rather than numbers. Set to \'Yes\' if both numerical and verbose scales are to be imported. Set to \'No\' if only numerical scales are to be imported.';
 869  $string['viewbygroup'] = 'Group';
 870  $string['viewgrades'] = 'View grades';
 871  $string['weight'] = 'weight';
 872  $string['weight_help'] = 'A value used to determine the relative value of multiple grade items in a category or course.';
 873  $string['weightcourse'] = 'Use weighted grades for course';
 874  $string['weightedascending'] = 'Sort by weighted percent ascending';
 875  $string['weighteddescending'] = 'Sort by weighted percent descending';
 876  $string['weightoverride'] = 'weight adjustment';
 877  $string['weightoverride_help'] = 'Uncheck this to reset a grade item weight to its automatically calculated value. Checking this will prevent the weight being automatically adjusted.';
 878  $string['weightedpct'] = 'weighted %';
 879  $string['weightedpctcontribution'] = 'weighted % contribution';
 880  $string['weightofa'] = 'Weight of {$a}';
 881  $string['weightorextracredit'] = 'Weight or extra credit';
 882  $string['weight'] = 'Weight';
 883  $string['weights'] = 'Weights';
 884  $string['weightsadjusted'] = 'Your weights have been adjusted to total 100.';
 885  $string['weightsedit'] = 'Edit weights and extra credits';
 886  $string['weightuc'] = 'Calculated weight';
 887  $string['writinggradebookinfo'] = 'Writing gradebook settings';
 888  $string['xml'] = 'XML';
 889  $string['yes'] = 'Yes';
 890  $string['yourgrade'] = 'Your grade';
 891