Removing relics of the previous plan/tasks/steps based implementation
[moodle.git] / lang / en / grades.php
blob0e82b8929cfc14a9f082c6d28dae1d35cd90cc1e
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'grades', language 'en', branch 'MOODLE_20_STABLE'
21 * @package grades
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['activities'] = 'Activities';
27 $string['addcategory'] = 'Add category';
28 $string['addcategoryerror'] = 'Could not add category.';
29 $string['addexceptionerror'] = 'Error occurred while adding exception for userid:gradeitem';
30 $string['addfeedback'] = 'Add feedback';
31 $string['addgradeletter'] = 'Add a grade letter';
32 $string['addidnumbers'] = 'Add ID numbers';
33 $string['additem'] = 'Add grade item';
34 $string['addoutcome'] = 'Add an outcome';
35 $string['addoutcomeitem'] = 'Add outcome item';
36 $string['addscale'] = 'Add a scale';
37 $string['aggregateextracreditmean'] = 'Mean of grades (with extra credits)';
38 $string['aggregatemax'] = 'Highest grade';
39 $string['aggregatemean'] = 'Mean of grades';
40 $string['aggregatemedian'] = 'Median of grades';
41 $string['aggregatemin'] = 'Lowest grade';
42 $string['aggregatemode'] = 'Mode of grades';
43 $string['aggregateonlygraded'] = 'Aggregate only non-empty grades';
44 $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.
46 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.';
47 $string['aggregateoutcomes'] = 'Include outcomes in aggregation';
48 $string['aggregateoutcomes_help'] = 'If enabled, outcomes are included in the aggregation. This may result in an unexpected category total.';
49 $string['aggregatesonly'] = 'Aggregates only';
50 $string['aggregatesubcats'] = 'Aggregate including subcategories';
51 $string['aggregatesubcats_help'] = 'This setting determines whether grades in subcategories are included in the aggregation.';
52 $string['aggregatesum'] = 'Sum of grades';
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
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 * Sum of grades - The sum of all grade values, with scale grades being ignored';
64 $string['aggregation_link'] = 'grade/aggregation';
65 $string['aggregationcoef'] = 'Aggregation coefficient';
66 $string['aggregationcoefextra'] = 'Extra credit'; // for the header of the table at Edit categories and items page
67 $string['aggregationcoefextra_help'] = 'If the aggregation is Sum of grades 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, 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.
69 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.';
70 $string['aggregationcoefextra_link'] = 'grade/aggregation';
71 $string['aggregationcoefextrasum'] = 'Extra credit'; // for the form with checkboxes: Sum of grades or Simple weighted mean
72 $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.';
73 $string['aggregationcoefextrasum_link'] = 'grade/aggregation';
74 $string['aggregationcoefextraweight'] = 'Extra credit weight'; // for the form with input: Mean of grades (with extra credits) only
75 $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.';
76 $string['aggregationcoefextraweight_link'] = 'grade/aggregation';
77 $string['aggregationcoefweight'] = 'Item weight';
78 $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.';
79 $string['aggregationcoefweight_link'] = 'grade/aggregation';
80 $string['aggregationposition'] = 'Aggregation position';
81 $string['aggregationposition_help'] = 'This setting determines whether the category and course total columns are displayed first or last in the gradebook reports.';
82 $string['aggregationsvisible'] = 'Available aggregation types';
83 $string['aggregationsvisiblehelp'] = 'Select all aggregation types that should be available. Hold down the Ctrl key to select multiple items.';
84 $string['allgrades'] = 'All grades by category';
85 $string['allstudents'] = 'All students';
86 $string['allusers'] = 'All users';
87 $string['autosort'] = 'Auto-sort';
88 $string['availableidnumbers'] = 'Available ID numbers';
89 $string['average'] = 'Average';
90 $string['averagesdecimalpoints'] = 'Decimals in column averages';
91 $string['averagesdecimalpoints_help'] = 'This setting determines the number of decimal points to display for each average or whether the overall decimal points setting for the category or grade item is used (inherit).';
92 $string['averagesdisplaytype'] = 'Column averages display type';
93 $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).';
94 $string['backupwithoutgradebook'] = 'Backup does not contain gradebook configuration';
95 $string['badgrade'] = 'Supplied grade is invalid';
96 $string['badlyformattedscale'] = 'Please enter a comma-separated list of values (at least two values required).';
97 $string['baduser'] = 'Supplied user is invalid';
98 $string['bonuspoints'] = 'Bonus points';
99 $string['bulkcheckboxes'] = 'Bulk checkboxes';
100 $string['calculatedgrade'] = 'Calculated grade';
101 $string['calculation'] = 'Calculation';
102 $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.';
103 $string['calculation_link'] = 'grade/calculation';
104 $string['calculationadd'] = 'Add calculation';
105 $string['calculationedit'] = 'Edit calculation';
106 $string['calculationsaved'] = 'Calculation saved';
107 $string['calculationview'] = 'View calculation';
108 $string['cannotaccessgroup'] = 'Can not access grades of selected group, sorry.';
109 $string['categories'] = 'Categories';
110 $string['categoriesanditems'] = 'Categories and items';
111 $string['categoriesedit'] = 'Edit categories and items';
112 $string['category'] = 'Category';
113 $string['categoryedit'] = 'Edit category';
114 $string['categoryname'] = 'Category name';
115 $string['categorytotal'] = 'Category total';
116 $string['categorytotalname'] = 'Category total name';
117 $string['categorytotalfull'] = '{$a->category} total';
118 $string['combo'] = 'Tabs and Dropdown menu';
119 $string['compact'] = 'Compact';
120 $string['contract'] = 'Contract category';
121 $string['controls'] = 'Controls';
122 $string['courseavg'] = 'Course average';
123 $string['coursegradecategory'] = 'Course grade category';
124 $string['coursegradedisplaytype'] = 'Course grade display type';
125 $string['coursegradedisplayupdated'] = 'The course grade display type has been updated.';
126 $string['coursegradesettings'] = 'Course grade settings';
127 $string['coursename'] = 'Course name';
128 $string['coursescales'] = 'Course scales';
129 $string['coursesettings'] = 'Course settings';
130 $string['coursesettingsexplanation'] = 'Course settings determine how the gradebook appears for all participants in the course.';
131 $string['coursetotal'] = 'Course total';
132 $string['createcategory'] = 'Create category';
133 $string['createcategoryerror'] = 'Could not create a new category';
134 $string['creatinggradebooksettings'] = 'Creating gradebook settings';
135 $string['csv'] = 'CSV';
136 $string['currentparentaggregation'] = 'Current parent aggregation';
137 $string['curveto'] = 'Curve to';
138 $string['decimalpoints'] = 'Overall decimal points';
139 $string['decimalpoints_help'] = 'This setting determines the number of decimal points to display for each grade. It has no effect on grade calculations, which are made with an accuracy of 5 decimal places.';
140 $string['default'] = 'Default';
141 $string['defaultprev'] = 'Default ({$a})';
142 $string['deletecategory'] = 'Delete category';
143 $string['disablegradehistory'] = 'Disable grade history';
144 $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.';
145 $string['displaylettergrade'] = 'Display letter grades';
146 $string['displaypercent'] = 'Display percents';
147 $string['displaypoints'] = 'Display points';
148 $string['displayweighted'] = 'Display weighted grades';
149 $string['dropdown'] = 'Dropdown menu';
150 $string['droplow'] = 'Drop the lowest';
151 $string['droplow_help'] = 'This setting enables a specified number of the lowest grades to be excluded from the aggregation.';
152 $string['dropped'] = 'Dropped';
153 $string['dropxlowest'] = 'Drop X lowest';
154 $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';
155 $string['duplicatescale'] = 'Duplicate scale';
156 $string['edit'] = 'Edit';
157 $string['editcalculation'] = 'Edit calculation';
158 $string['editcalculationverbose'] = 'Edit calculation for {$a->category} {$a->itemmodule} {$a->itemname}';
159 $string['editfeedback'] = 'Edit feedback';
160 $string['editgrade'] = 'Edit grade';
161 $string['editgradeletters'] = 'Edit grade letters';
162 $string['editoutcome'] = 'Edit outcome';
163 $string['editoutcomes'] = 'Edit outcomes';
164 $string['editscale'] = 'Edit scale';
165 $string['edittree'] = 'Categories and items';
166 $string['editverbose'] = 'Edit {$a->category} {$a->itemmodule} {$a->itemname}';
167 $string['enableajax'] = 'Enable AJAX';
168 $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.';
169 $string['enableoutcomes'] = 'Enable outcomes';
170 $string['enableoutcomes_help'] = 'Support for Outcomes (also known as Competencies, Goals, Standards or Criteria) means that we can grade things using one or more scales that are tied to outcome statements. Enabling outcomes makes such special grading possible throughout the site.';
171 $string['encoding'] = 'Encoding';
172 $string['errorcalculationnoequal'] = 'Formula must start with equal sign (=1+2)';
173 $string['errorcalculationunknown'] = 'Invalid formula';
174 $string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high grade for';
175 $string['errornocalculationallowed'] = 'Calculations are not allowed for this item';
176 $string['errornocategorisedid'] = 'Could not get an uncategorised id!';
177 $string['errornocourse'] = 'Could not get course information';
178 $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
179 $string['errorsavegrade'] = 'Could not save grade, sorry.';
180 $string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the "Aggregate only non-empty grades" setting of grade category ID {$a->id}';
181 $string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "Include outcomes in aggregation" setting of grade category ID {$a->id}';
182 $string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the "Aggregate including subcategories" setting of grade category ID {$a->id}';
183 $string['errorupdatinggradecategoryaggregation'] = 'Error updating the aggregation type of grade category ID {$a->id}';
184 $string['errorupdatinggradeitemaggregationcoef'] = 'Error updating the aggregation coefficient (weight or extra credit) of grade item ID {$a->id}';
185 $string['excluded'] = 'Excluded';
186 $string['excluded_help'] = 'If ticked, the grade will not be included in any aggregation.';
187 $string['expand'] = 'Expand category';
188 $string['export'] = 'Export';
189 $string['exportalloutcomes'] = 'Export all outcomes';
190 $string['exportfeedback'] = 'Include feedback in export';
191 $string['exportplugins'] = 'Export plugins';
192 $string['exportsettings'] = 'Export settings';
193 $string['exportto'] = 'Export to';
194 $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';
195 $string['feedback'] = 'Feedback';
196 $string['feedback_help'] = 'This box enables any comments about the grade to be added.';
197 $string['feedbackadd'] = 'Add feedback';
198 $string['feedbackedit'] = 'Edit feedback';
199 $string['feedbacksaved'] = 'Feedback saved';
200 $string['feedbackview'] = 'View feedback';
201 $string['finalgrade'] = 'Final grade';
202 $string['finalgrade_help'] = 'If the overridden checkbox is ticked, a grade may be added or amended.';
203 $string['fixedstudents'] = 'Static students column';
204 $string['fixedstudents_help'] = 'Allows grades to scroll horizontally without losing sight of the students column, by making it static.';
205 $string['forceoff'] = 'Force: Off';
206 $string['forceon'] = 'Force: On';
207 $string['forelementtypes'] = 'for the selected {$a}';
208 $string['forstudents'] = 'For students';
209 $string['full'] = 'Full';
210 $string['fullmode'] = 'Full view';
211 $string['fullview'] = 'Full view';
212 $string['generalsettings'] = 'General settings';
213 $string['grade'] = 'Grade';
214 $string['gradeadministration'] = 'Grade administration';
215 $string['gradebook'] = 'Gradebook';
216 $string['gradebookhiddenerror'] = 'The gradebook is currently set to hide everything from students.';
217 $string['gradebookhistories'] = 'Grade histories';
218 $string['gradeboundary'] = 'Letter grade boundary';
219 $string['gradeboundary_help'] = 'This setting determines the minimum percentage over which grades will be assigned the grade letter.';
220 $string['gradecategories'] = 'Grade categories';
221 $string['gradecategory'] = 'Grade category';
222 $string['gradecategoryhelp'] = 'Grade category help';
223 $string['gradecategorysettings'] = 'Grade category settings';
224 $string['gradedisplay'] = 'Grade display';
225 $string['gradedisplaytype'] = 'Grade display type';
226 $string['gradedisplaytype_help'] = 'This setting determines how grades are displayed in the grader and user reports.
228 * Real - Actual grades
229 * Percentage
230 * Letter - Letters or words are used to represent a range of grades';
231 $string['gradedon'] = 'Graded: {$a}';
232 $string['gradeexport'] = 'Grade export';
233 $string['gradeexportdecimalpoints'] = 'Grade export decimal points';
234 $string['gradeexportdecimalpoints_desc'] = 'The number of decimal points to display for export. This can be overridden during export.';
235 $string['gradeexportdisplaytype'] = 'Grade export display type';
236 $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.';
237 $string['gradeforstudent'] = '{$a->student}<br />{$a->item}$a->feedback';
238 $string['gradehelp'] = 'Grade help';
239 $string['gradehistorylifetime'] = 'Grade history lifetime';
240 $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.';
241 $string['gradeimport'] = 'Grade import';
242 $string['gradeitem'] = 'Grade item';
243 $string['gradeitemaddusers'] = 'Exclude from grading';
244 $string['gradeitemadvanced'] = 'Advanced grade item options';
245 $string['gradeitemadvanced_help'] = 'Select all elements that should be displayed as advanced when editing grade items.';
246 $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.';
247 $string['gradeitemlocked'] = 'Grading locked';
248 $string['gradeitemmembersselected'] = 'Excluded from grading';
249 $string['gradeitemnonmembers'] = 'Included in grading';
250 $string['gradeitemremovemembers'] = 'Include in grading';
251 $string['gradeitems'] = 'Grade items';
252 $string['gradeitemsettings'] = 'Grade item settings';
253 $string['gradeitemsinc'] = 'Grade items to be included';
254 $string['gradeletter'] = 'Grade letter';
255 $string['gradeletter_help'] = 'Grade letters are letters, A, B, C, ..., or words, for example Distinction, Merit, Pass, ..., used to represent a range of grades.';
256 $string['gradeletternote'] = 'To delete a grade letter just empty any of the<br /> three text areas for that letter and click submit.';
257 $string['gradeletters'] = 'Grade letters';
258 $string['gradelocked'] = 'Grade is locked';
259 $string['gradelong'] = '{$a->grade} / {$a->max}';
260 $string['grademax'] = 'Maximum grade';
261 $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.';
262 $string['grademin'] = 'Minimum grade';
263 $string['grademin_help'] = 'This setting determines the minimum grade when using the value grade type.';
264 $string['gradeoutcomeitem'] = 'Grade outcome item';
265 $string['gradeoutcomes'] = 'Outcomes';
266 $string['gradeoutcomescourses'] = 'Course outcomes';
267 $string['gradepass'] = 'Grade to pass';
268 $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.';
269 $string['gradepreferences'] = 'Grade preferences';
270 $string['gradepreferenceshelp'] = 'Grade preferences Help';
271 $string['gradepublishing'] = 'Enable publishing';
272 $string['gradepublishing_help'] = 'Enable publishing in exports and imports: Exported grades can be accessed by accessing a URL, without having to log on to a Moodle site. Grades can be imported by accessing such a URL (which means that a Moodle site can import grades published by another site). By default only administrators may use this feature, please educate users before adding required capabilities to other roles (dangers of bookmark sharing and download accelerators, IP restrictions, etc.).';
273 $string['gradereport'] = 'Grade report';
274 $string['graderreport'] = 'Grader report';
275 $string['grades'] = 'Grades';
276 $string['gradesforuser'] = 'Grades for {$a->user}';
277 $string['gradesonly'] = 'Grades only';
278 $string['gradessettings'] = 'Grade settings';
279 $string['gradetype'] = 'Grade type';
280 $string['gradetype_help'] = 'There are 4 grade types:
282 * None - No grading possible
283 * Value - A numerical value with a maximum and minimum
284 * Scale - An item in a list
285 * Text - Feedback only
287 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.';
288 $string['gradeview'] = 'View grade';
289 $string['gradeweighthelp'] = 'Grade weight help';
290 $string['groupavg'] = 'Group average';
291 $string['hidden'] = 'Hidden';
292 $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.';
293 $string['hiddenasdate'] = 'Show submitted date for hidden grades';
294 $string['hiddenasdate_help'] = 'If user can not see hidden grades show date of submission instead of \'-\'.';
295 $string['hiddenuntil'] = 'Hidden until';
296 $string['hiddenuntildate'] = 'Hidden until: {$a}';
297 $string['hideadvanced'] = 'Hide advanced features';
298 $string['hideaverages'] = 'Hide averages';
299 $string['hidecalculations'] = 'Hide calculations';
300 $string['hidecategory'] = 'Hidden';
301 $string['hideeyecons'] = 'Hide show/hide icons';
302 $string['hidefeedback'] = 'Hide feedback';
303 $string['hideforcedsettings'] = 'Hide forced settings';
304 $string['hideforcedsettings_help'] = 'Do not show forced settings in grading UI.';
305 $string['hidegroups'] = 'Hide groups';
306 $string['hidelocks'] = 'Hide locks';
307 $string['hidenooutcomes'] = 'Show outcomes';
308 $string['hidequickfeedback'] = 'Hide quick feedback';
309 $string['hideranges'] = 'Hide ranges';
310 $string['hidetotalifhiddenitems'] = 'Hide totals if they contain hidden items';
311 $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.
313 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.';
314 $string['hidetotalshowexhiddenitems'] = 'Show totals excluding hidden items';
315 $string['hidetotalshowinchiddenitems'] = 'Show totals including hidden items';
316 $string['hideverbose'] = 'Hide {$a->category} {$a->itemmodule} {$a->itemname}';
317 $string['highgradeascending'] = 'Sort by high grade ascending';
318 $string['highgradedescending'] = 'Sort by high grade descending';
319 $string['highgradeletter'] = 'High';
320 $string['changedefaults'] = 'Change defaults';
321 $string['changereportdefaults'] = 'Change report defaults';
322 $string['chooseaction'] = 'Choose an action ...';
323 $string['choosecategory'] = 'Select category';
324 $string['identifier'] = 'Identify user by';
325 $string['idnumbers'] = 'ID numbers';
326 $string['import'] = 'Import';
327 $string['importcsv'] = 'Import CSV';
328 $string['importcustom'] = 'Import as custom outcomes (only this course)';
329 $string['importerror'] = 'An error occurred, this script wasn\'t called with the right parameters.';
330 $string['importfailed'] = 'Import failed';
331 $string['importfeedback'] = 'Import feedback';
332 $string['importfile'] = 'Import file';
333 $string['importfilemissing'] = 'No file was received, go back to the form and make sure to upload a valid file.';
334 $string['importfrom'] = 'Import from';
335 $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.';
336 $string['importoutcomes'] = 'Import outcomes';
337 $string['importoutcomes_help'] = 'Outcomes can be imported via csv file with format as for the export outcomes csv file.';
338 $string['importoutcomes_link'] = 'grade/outcome';
339 $string['importoutcomesuccess'] = 'Imported outcome "{$a->name}" with ID #{$a->id}';
340 $string['importplugins'] = 'Import plugins';
341 $string['importpreview'] = 'Import preview';
342 $string['importsettings'] = 'Import settings';
343 $string['importskippednomanagescale'] = 'You don\'t have permission to add a new scale, so outcome "{$a}" was skipped as it required creating a new scale';
344 $string['importskippedoutcome'] = 'An outcome with shortname "{$a}" already exists in this context, the one in the imported file was skipped.';
345 $string['importstandard'] = 'Import as standard outcomes';
346 $string['importsuccess'] = 'Grade import success';
347 $string['importxml'] = 'Import XML';
348 $string['includescalesinaggregation'] = 'Include scales in aggregation';
349 $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.';
350 $string['incorrectcourseid'] = 'Course ID was incorrect';
351 $string['incorrectcustomscale'] = '(Incorrect custom scale, please change.)';
352 $string['incorrectminmax'] = 'The minimum must be lower than the maximum';
353 $string['inherit'] = 'Inherit';
354 $string['intersectioninfo'] = 'Student/Grade info';
355 $string['item'] = 'Item';
356 $string['iteminfo'] = 'Item info';
357 $string['iteminfo_help'] = 'This setting provides space for entering information about the item. The information is not displayed anywhere else.';
358 $string['itemname'] = 'Item name';
359 $string['itemnamehelp'] = 'The name of this item, pushed in by the module.';
360 $string['items'] = 'Items';
361 $string['itemsedit'] = 'Edit grade item';
362 $string['keephigh'] = 'Keep the highest';
363 $string['keephigh_help'] = 'If set, this option will only keep the X highest grades, X being the selected value for this option.';
364 $string['keymanager'] = 'Key manager';
365 $string['lessthanmin'] = 'The grade entered for {$a->itemname} for {$a->username} is less than the minimum allowed';
366 $string['letter'] = 'Letter';
367 $string['lettergrade'] = 'Letter grade';
368 $string['lettergradenonnumber'] = 'Low and/or High grade were non-numeric for';
369 $string['letterpercentage'] = 'Letter (percentage)';
370 $string['letterreal'] = 'Letter (real)';
371 $string['letters'] = 'Letters';
372 $string['linkedactivity'] = 'Linked activity';
373 $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.';
374 $string['linktoactivity'] = 'Link to {$a->name} activity';
375 $string['lock'] = 'Lock';
376 $string['locked'] = 'Locked';
377 $string['locked_help'] = 'If ticked, grades can no longer be automatically updated by the related activity.';
378 $string['locktime'] = 'Lock after';
379 $string['locktimedate'] = 'Locked after: {$a}';
380 $string['lockverbose'] = 'Lock {$a->category} {$a->itemmodule} {$a->itemname}';
381 $string['lowest'] = 'Lowest';
382 $string['lowgradeletter'] = 'Low';
383 $string['manualitem'] = 'Manual item';
384 $string['mapfrom'] = 'Map from';
385 $string['mappings'] = 'Grade item mappings';
386 $string['mapto'] = 'Map to';
387 $string['max'] = 'Highest';
388 $string['maxgrade'] = 'Max grade';
389 $string['meanall'] = 'All grades';
390 $string['meangraded'] = 'Non-empty grades';
391 $string['meanselection'] = 'Grades selected for column averages';
392 $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.';
393 $string['median'] = 'Median';
394 $string['min'] = 'Lowest';
395 $string['missingscale'] = 'Scale must be selected';
396 $string['mode'] = 'Mode';
397 $string['morethanmax'] = 'The grade entered for {$a->itemname} for {$a->username} is more than the maximum allowed';
398 $string['moveselectedto'] = 'Move selected items to';
399 $string['movingelement'] = 'Moving {$a}';
400 $string['multfactor'] = 'Multiplicator';
401 $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.';
402 $string['mypreferences'] = 'My preferences';
403 $string['myreportpreferences'] = 'My report preferences';
404 $string['navmethod'] = 'Navigation method';
405 $string['neverdeletehistory'] = 'Never delete history';
406 $string['newcategory'] = 'New category';
407 $string['newitem'] = 'New grade item';
408 $string['newoutcomeitem'] = 'New outcome item';
409 $string['no'] = 'No';
410 $string['nocategories'] = 'Grade categories could not be added or found for this course';
411 $string['nocategoryname'] = 'No category name was given.';
412 $string['nocategoryview'] = 'No category to view by';
413 $string['nocourses'] = 'There are no courses yet';
414 $string['noforce'] = 'Do not force';
415 $string['nogradeletters'] = 'No grade letters set';
416 $string['nogradesreturned'] = 'No grades returned';
417 $string['noidnumber'] = 'No ID number';
418 $string['nolettergrade'] = 'No letter grade for';
419 $string['nomode'] = 'NA';
420 $string['nonnumericweight'] = 'Received non-numeric value for';
421 $string['nonunlockableverbose'] = 'This grade cannot be unlocked until {$a->itemname} is unlocked.';
422 $string['nonweightedpct'] = 'non-weighted %';
423 $string['nooutcome'] = 'No outcome';
424 $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?';
425 $string['nopublish'] = 'Do not publish';
426 $string['norolesdefined'] = 'No roles defined in Administration > Grades > General settings > Graded roles';
427 $string['noscales'] = 'Outcomes must be linked to a course scale or global scale, but there are none. Would you like to add one?';
428 $string['noselectedcategories'] = 'no categories were selected.';
429 $string['noselecteditems'] = 'no items were selected.';
430 $string['notteachererror'] = 'You must be a teacher to use this feature.';
431 $string['nousersloaded'] = 'No users loaded';
432 $string['numberofgrades'] = 'Number of grades';
433 $string['onascaleof'] = 'on a scale of {$a->grademin} to {$a->grademax}';
434 $string['operations'] = 'Operations';
435 $string['options'] = 'Options';
436 $string['outcome'] = 'Outcome';
437 $string['outcome_help'] = 'This setting determines the outcome which this grade item will represent in the gradebook.';
438 $string['outcomeassigntocourse'] = 'Assign another outcome to this course';
439 $string['outcomecategory'] = 'Create outcomes in category';
440 $string['outcomecategorynew'] = 'New category';
441 $string['outcomeconfirmdelete'] = 'Are you sure you wish to delete the outcome "{$a}"?';
442 $string['outcomecreate'] = 'Add a new outcome';
443 $string['outcomedelete'] = 'Delete outcome';
444 $string['outcomefullname'] = 'Full name';
445 $string['outcomeitem'] = 'Outcome item';
446 $string['outcomeitemsedit'] = 'Edit outcome item';
447 $string['outcomereport'] = 'Outcome report';
448 $string['outcomes'] = 'Outcomes';
449 $string['outcomescourse'] = 'Outcomes used in course';
450 $string['outcomescoursecustom'] = 'Custom used (no remove)';
451 $string['outcomescoursenotused'] = 'Standard not used';
452 $string['outcomescourseused'] = 'Standard used (no remove)';
453 $string['outcomescustom'] = 'Custom outcomes';
454 $string['outcomeshortname'] = 'Short name';
455 $string['outcomesstandard'] = 'Standard outcomes';
456 $string['outcomesstandardavailable'] = 'Available standard outcomes';
457 $string['outcomestandard'] = 'Standard outcome';
458 $string['outcomestandard_help'] = 'A standard outcome is available site-wide, for all courses.';
459 $string['overallaverage'] = 'Overall average';
460 $string['overridden'] = 'Overridden';
461 $string['overridden_help'] = 'If ticked, the grade can no longer be changed from within the related activity.
463 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.';
464 $string['overriddennotice'] = 'Your final grade from this activity was manually adjusted.';
465 $string['overridesitedefaultgradedisplaytype'] = 'Override site defaults';
466 $string['overridesitedefaultgradedisplaytype_help'] = 'If ticked, grade letters and boundaries for the course may be set, rather than using the site defaults.';
467 $string['parentcategory'] = 'Parent category';
468 $string['pctoftotalgrade'] = '% of total grade';
469 $string['percent'] = 'Percent';
470 $string['percentage'] = 'Percentage';
471 $string['percentageletter'] = 'Percentage (letter)';
472 $string['percentagereal'] = 'Percentage (real)';
473 $string['percentascending'] = 'Sort by percent ascending';
474 $string['percentdescending'] = 'Sort by percent descending';
475 $string['percentshort'] = '%';
476 $string['plusfactor'] = 'Offset';
477 $string['plusfactor_help'] = 'The offset is a number that is added to every grade for this grade item, after the multiplicator is applied.';
478 $string['points'] = 'points';
479 $string['pointsascending'] = 'Sort by points ascending';
480 $string['pointsdescending'] = 'Sort by points descending';
481 $string['positionfirst'] = 'First';
482 $string['positionlast'] = 'Last';
483 $string['preferences'] = 'Preferences';
484 $string['prefgeneral'] = 'General';
485 $string['prefletters'] = 'Grade letters and boundaries';
486 $string['prefrows'] = 'Special rows';
487 $string['prefshow'] = 'Show/hide toggles';
488 $string['previewrows'] = 'Preview rows';
489 $string['profilereport'] = 'User profile report';
490 $string['profilereport_help'] = 'Grade report used on user profile page.';
491 $string['publishing'] = 'Publishing';
492 $string['quickfeedback'] = 'Quick feedback';
493 $string['quickgrading'] = 'Quick grading';
494 $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.
496 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.';
497 $string['range'] = 'Range';
498 $string['rangesdecimalpoints'] = 'Decimals shown in ranges';
499 $string['rangesdecimalpoints_help'] = 'This setting determines the number of decimal points to display for each range or whether the overall decimal points setting for the category or grade item is used (inherit).';
500 $string['rangesdisplaytype'] = 'Range display type';
501 $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).';
502 $string['rank'] = 'Rank';
503 $string['rawpct'] = 'Raw %';
504 $string['real'] = 'Real';
505 $string['realletter'] = 'Real (letter)';
506 $string['realpercentage'] = 'Real (percentage)';
507 $string['regradeanyway'] = 'Regrade anyway';
508 $string['removeallcoursegrades'] = 'Delete all grades';
509 $string['removeallcourseitems'] = 'Delete all items and categories';
510 $string['report'] = 'Report';
511 $string['reportdefault'] = 'Report default ({$a})';
512 $string['reportplugins'] = 'Report plugins';
513 $string['reportsettings'] = 'Report settings';
514 $string['reprintheaders'] = 'Reprint headers';
515 $string['respectingcurrentdata'] = 'leaving current configuration unmodified';
516 $string['rowpreviewnum'] = 'Preview rows';
517 $string['savechanges'] = 'Save changes';
518 $string['savepreferences'] = 'Save preferences';
519 $string['scaleconfirmdelete'] = 'Are you sure you wish to delete the scale "{$a}"?';
520 $string['scaledpct'] = 'Scaled %';
521 $string['seeallcoursegrades'] = 'See all course grades';
522 $string['selectalloroneuser'] = 'Select all or one user';
523 $string['selectauser'] = 'Select a user';
524 $string['selectdestination'] = 'Select destination of {$a}';
525 $string['separator'] = 'Separator';
526 $string['sepcomma'] = 'Comma';
527 $string['septab'] = 'Tab';
528 $string['setcategories'] = 'Set categories';
529 $string['setcategorieserror'] = 'You must first set the categories for your course before you can give weights to them.';
530 $string['setgradeletters'] = 'Set grade letters';
531 $string['setpreferences'] = 'Set preferences';
532 $string['setting'] = 'Setting';
533 $string['settings'] = 'Settings';
534 $string['setweights'] = 'Set weights';
535 $string['showaverage'] = 'Show average';
536 $string['showaverage_help'] = 'Show the average column? Students may be able to estimate other student\'s 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.';
537 $string['showfeedback'] = 'Show feedback';
538 $string['showfeedback_help'] = 'Show the feedback column?';
539 $string['showgrade'] = 'Show grades';
540 $string['showgrade_help'] = 'Show the grade column?';
541 $string['showlettergrade'] = 'Show letter grades';
542 $string['showlettergrade_help'] = 'Show the letter grade column?';
543 $string['showrange'] = 'Show ranges';
544 $string['showrange_help'] = 'Show the range column?';
545 $string['showweight'] = 'Show weightings';
546 $string['showweight_help'] = 'Show the grade weight column?';
547 $string['rangedecimals'] = 'Range decimal points';
548 $string['rangedecimals_help'] = 'The number of decimal points to display for range.';
549 $string['showactivityicons'] = 'Show activity icons';
550 $string['showactivityicons_help'] = 'If enabled, activity icons are shown next to activity names.';
551 $string['showallhidden'] = 'Show hidden';
552 $string['showallstudents'] = 'Show all Students';
553 $string['showaverages'] = 'Show column averages';
554 $string['showaverages_help'] = 'If enabled, the grader report will contain an additional row displaying the average (mean) for each category and grade item.';
555 $string['showcalculations'] = 'Show calculations';
556 $string['showcalculations_help'] = 'If enabled, when editing is turned on, a calculator icon is shown for each grade item and category, with tool tips over calculated items and a visual indicator that a column is calculated.';
557 $string['showeyecons'] = 'Show show/hide icons';
558 $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.';
559 $string['showgroups'] = 'Show groups';
560 $string['showhiddenitems'] = 'Show hidden items';
561 $string['showhiddenitems_help'] = 'Whether hidden grade items are hidden entirely or if the names of hidden grade items are visible to students.
563 * Show hidden - Hidden grade item names are shown but student grades are hidden
564 * 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
565 * Do not show - Hidden grade items are completely hidden';
566 $string['showhiddenuntilonly'] = 'Only hidden until';
567 $string['showlocks'] = 'Show locks';
568 $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.';
569 $string['shownohidden'] = 'Do not show';
570 $string['shownooutcomes'] = 'Hide outcomes';
571 $string['shownumberofgrades'] = 'Show number of grades in averages';
572 $string['shownumberofgrades_help'] = 'If enabled, the number of grades used when calculating the average (mean) is displayed in brackets after each average.';
573 $string['showpercentage'] = 'Show percentage';
574 $string['showpercentage_help'] = 'Show the percentage value of each grade item?';
575 $string['showquickfeedback'] = 'Show quick feedback';
576 $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.
578 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.';
579 $string['showranges'] = 'Show ranges';
580 $string['showranges_help'] = 'If enabled, the grader report will contain an additional row displaying the range for each category and grade item.';
581 $string['showrank'] = 'Show rank';
582 $string['showrank_help'] = 'Show the position of the student in relation to the rest of the class for each grade item?';
583 $string['showuseridnumber'] = 'Show user ID numbers';
584 $string['showuseridnumber_help'] = 'If enabled, user ID numbers are shown in an additional column.';
585 $string['showuserimage'] = 'Show user profile images';
586 $string['showuserimage_help'] = 'Whether to show the user\'s profile image next to the name in the grader report.';
587 $string['showverbose'] = 'Show {$a->category} {$a->itemmodule} {$a->itemname}';
588 $string['simpleview'] = 'Simple view';
589 $string['sitewide'] = 'Site-wide';
590 $string['sort'] = 'sort';
591 $string['sortasc'] = 'Sort in ascending order';
592 $string['sortbyfirstname'] = 'Sort by first name';
593 $string['sortbylastname'] = 'Sort by last name';
594 $string['sortdesc'] = 'Sort in descending order';
595 $string['standarddeviation'] = 'Standard deviation';
596 $string['stats'] = 'Statistics';
597 $string['statslink'] = 'Stats';
598 $string['student'] = 'Student';
599 $string['studentsperpage'] = 'Students per page';
600 $string['studentsperpage_help'] = 'This setting determines the number of students displayed per page in the grader report.';
601 $string['subcategory'] = 'Normal category';
602 $string['submissions'] = 'Submissions';
603 $string['submittedon'] = 'Submitted: {$a}';
604 $string['switchtofullview'] = 'Switch to full view';
605 $string['switchtosimpleview'] = 'Switch to simple view';
606 $string['tabs'] = 'Tabs';
607 $string['topcategory'] = 'Super category';
608 $string['total'] = 'Total';
609 $string['totalweightnot100'] = 'The total weight is not equal to 100';
610 $string['totalweight100'] = 'The total weight is equal to 100';
611 $string['turnfeedbackoff'] = 'Turn feedback off';
612 $string['turnfeedbackon'] = 'Turn feedback on';
613 $string['typenone'] = 'None';
614 $string['typescale'] = 'Scale';
615 $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.';
616 $string['typetext'] = 'Text';
617 $string['typevalue'] = 'Value';
618 $string['uncategorised'] = 'Uncategorised';
619 $string['unenrolledusersinimport'] = 'This import included the following grades for users not currently enrolled in this course: {$a}';
620 $string['unchangedgrade'] = 'Grade unchanged';
621 $string['unlimitedgrades'] = 'Unlimited grades';
622 $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. It is recommended that this setting is enabled at an off-peak time, as all grades will be recalculated, which may result in a high server load.';
623 $string['unlock'] = 'Unlock';
624 $string['unlockverbose'] = 'Unlock {$a->category} {$a->itemmodule} {$a->itemname}';
625 $string['unused'] = 'Unused';
626 $string['updatedgradesonly'] = 'Export new or updated grades only';
627 $string['uploadgrades'] = 'Upload grades';
628 $string['useadvanced'] = 'Use advanced features';
629 $string['usedcourses'] = 'Used courses';
630 $string['usedgradeitem'] = 'Used grade item';
631 $string['usenooutcome'] = 'Use no outcome';
632 $string['usenoscale'] = 'Use no scale';
633 $string['usepercent'] = 'Use percent';
634 $string['user'] = 'User';
635 $string['usergrade'] = 'User {$a->fullname} ({$a->useridnumber}) on item {$a->gradeidnumber}';
636 $string['userpreferences'] = 'User preferences';
637 $string['userenrolmentsuspended'] = 'User enrolment suspended';
638 $string['useweighted'] = 'Use weighted';
639 $string['verbosescales'] = 'Verbose scales';
640 $string['viewbygroup'] = 'Group';
641 $string['viewgrades'] = 'View grades';
642 $string['warningexcludedsum'] = 'Warning: excluding of grades is not compatible with sum aggregation.';
643 $string['weight'] = 'weight';
644 $string['weightcourse'] = 'Use weighted grades for course';
645 $string['weightedascending'] = 'Sort by weighted percent ascending';
646 $string['weighteddescending'] = 'Sort by weighted percent descending';
647 $string['weightedpct'] = 'weighted %';
648 $string['weightedpctcontribution'] = 'weighted % contribution';
649 $string['weightorextracredit'] = 'Weight or extra credit';
650 $string['weights'] = 'Weights';
651 $string['weightsedit'] = 'Edit weights and extra credits';
652 $string['weightuc'] = 'Weight';
653 $string['writinggradebookinfo'] = 'Writing gradebook settings';
654 $string['xml'] = 'XML';
655 $string['yes'] = 'Yes';
656 $string['yourgrade'] = 'Your grade';