3 // This file is part of Moodle - http://moodle.org/
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.
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/>.
19 * Strings for component 'grades', language 'en', branch 'MOODLE_20_STABLE'
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 non-empty grades are not included in the aggregation (checkbox ticked) or are counted as minimal grades, for example 0 for an assignment graded between 0 and 100.';
47 $string['aggregateonlygradedhelp'] = 'Nonexistent grades are either treated as minimal grades or not included in aggregation.';
48 $string['aggregateoutcomes'] = 'Include outcomes in aggregation';
49 $string['aggregateoutcomeshelp'] = 'Including outcomes in aggregation may not lead to the desired overall grade, so you have the option to include or leave them out.';
50 $string['aggregatesonly'] = 'Aggregates only';
51 $string['aggregatesubcats'] = 'Aggregate including subcategories';
52 $string['aggregatesubcats_help'] = 'This setting determines whether grades in subcategories are included in the aggregation (checkbox ticked).';
53 $string['aggregatesubcatshelp'] = 'The aggregation is usually done only with immediate children, it is also possible to aggregate including individual grades in all subcategories excluding other aggregated grades.';
54 $string['aggregatesum'] = 'Sum of grades';
55 $string['aggregateweightedmean'] = 'Weighted mean of grades';
56 $string['aggregateweightedmean2'] = 'Simple weighted mean of grades';
57 $string['aggregation'] = 'Aggregation';
58 $string['aggregation_help'] = 'The aggregation determines how grades in a category are combined, such as
60 * Mean of grades - The sum of all grades divided by the total number of grades
61 * Median of grades - The middle grade when grades are arranged in order of size
64 * Mode of grades - The grade that occurs the most frequently
65 * Sum of grades - The sum of all grade values, with scale grades being ignored';
66 $string['aggregation_link'] = 'grade/aggregation';
67 $string['aggregationcoef'] = 'Aggregation coefficient';
68 $string['aggregationcoefextra'] = 'Extra credit';
69 $string['aggregationcoefextrahelp'] = 'Extra credit for this grade item during aggregation.';
70 $string['aggregationcoefextrasum'] = 'Extra credit';
71 $string['aggregationcoefextrasumhelp'] = 'Extra credit for this grade item during aggregation.';
72 $string['aggregationcoefweight'] = 'Item weight';
73 $string['aggregationcoefweighthelp'] = 'Weight applied to all grades in this grade item during aggregation with other grade items.';
74 $string['aggregationhelp'] = 'Strategy used to aggregate grades across all students in a course.';
75 $string['aggregationposition'] = 'Aggregation position';
76 $string['aggregationposition_help'] = 'This setting determines whether the category and course total columns are displayed first or last in the gradebook reports.';
77 $string['aggregationsvisible'] = 'Available aggregation types';
78 $string['aggregationsvisiblehelp'] = 'Select all aggregation types that should be available. Hold down the Ctrl key to select multiple items.';
79 $string['aggregationview'] = 'Aggregation view';
80 $string['allgrades'] = 'All grades by category';
81 $string['allstudents'] = 'All students';
82 $string['allusers'] = 'All users';
83 $string['autosort'] = 'Auto-sort';
84 $string['availableidnumbers'] = 'Available ID numbers';
85 $string['average'] = 'Average';
86 $string['averagesdecimalpoints'] = 'Decimals in column averages';
87 $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).';
88 $string['averagesdisplaytype'] = 'Column averages display type';
89 $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).';
90 $string['backupwithoutgradebook'] = 'Backup does not contain gradebook configuration';
91 $string['badgrade'] = 'Supplied grade is invalid';
92 $string['badlyformattedscale'] = 'Please enter a comma-separated list of values (at least two values required).';
93 $string['baduser'] = 'Supplied user is invalid';
94 $string['bonuspoints'] = 'Bonus points';
95 $string['bulkcheckboxes'] = 'Bulk checkboxes';
96 $string['calculatedgrade'] = 'Calculated grade';
97 $string['calculation'] = 'Calculation';
98 $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.';
99 $string['calculation_link'] = 'grade/calculation';
100 $string['calculationadd'] = 'Add calculation';
101 $string['calculationedit'] = 'Edit calculation';
102 $string['calculationsaved'] = 'Calculation saved';
103 $string['calculationview'] = 'View calculation';
104 $string['cannotaccessgroup'] = 'Can not access grades of selected group, sorry.';
105 $string['categories'] = 'Categories';
106 $string['categoriesanditems'] = 'Categories and items';
107 $string['categoriesedit'] = 'Edit categories and items';
108 $string['category'] = 'Category';
109 $string['categoryedit'] = 'Edit category';
110 $string['categoryname'] = 'Category name';
111 $string['categorytotal'] = 'Category total';
112 $string['categorytotalfull'] = '{$a->category} total';
113 $string['combo'] = 'Tabs and Dropdown menu';
114 $string['compact'] = 'Compact';
115 $string['configaggregationposition'] = 'Defines the position of the aggregation total column in the report related to the grades being aggregated.';
116 $string['configaggregationview'] = 'Each category can be displayed in three ways: Full mode (aggregated column and grade item columns), the aggregated column only, or the grade items alone.';
117 $string['configaveragesdecimalpoints'] = 'Specifies the number of decimal points to display for each column mean. If Inherit is selected, the display type for each column is used.';
118 $string['configaveragesdisplaytype'] = 'Specifies how to display the mean for each column. If Inherit is selected, the display type for each column is used.';
119 $string['configcoursegradedisplaytype'] = 'Select the default display type of grades for this course. You can also select the site default value. Grades can be shown as real grades, as percentages (in reference to the minimum and maximum grades) or as letters (A, B, C etc..). Selecting Letters will allow you to define your own grade letters and boundaries.';
120 $string['configdecimalpoints'] = 'Specifies the number of decimal points to display for each grade. This setting may be overridden per grading item.';
121 $string['configdisablegradehistory'] = 'Disable history tracking of changes in grades related tables. This may speed up the server a little and conserve space in database.';
122 $string['configenableajax'] = '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.';
123 $string['configenableoutcomes'] = '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.';
124 $string['configexportdecimalpoints'] = 'The number of decimal points to display for export. This can be overridden during export.';
125 $string['configfixedstudents'] = 'Allows grades to scroll horizontally without losing sight of the students column, by making it static.';
126 $string['configgradeboundary'] = 'A percentage boundary over which grades will be assigned a grade letter (if the Letter grade display type is used).';
127 $string['configgradedisplaytype'] = 'Specifies how to display grades in the grader and user reports. Grades may be shown as actual grades, as percentages (in reference to the minimum and maximum grades) or as letters.';
128 $string['configgradeexportdisplaytype'] = '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.';
129 $string['configgradehistorylifetime'] = '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.';
130 $string['configgradeitemadvanced'] = 'Select all elements that should be displayed as advanced when editing grade items.';
131 $string['configgradeletter'] = 'A letter or other symbol used to represent a range of grades.';
132 $string['configgradeletterdefault'] = 'A letter or other symbol used to represent a range of grades. Leave this field empty to use the site default (currently {$a}).';
133 $string['configgradepublishing'] = '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.).';
134 $string['confighiddenasdate'] = 'If user can not see hidden grades show date of submission instead of \'-\'.';
135 $string['confighideforcedsettings'] = 'Do not show forced settings in grading UI.';
136 $string['configincludescalesinaggregation'] = '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.';
137 $string['configmeanselection'] = 'Whether cells with no grade should be included when calculating the mean for each column.';
138 $string['configprofilereport'] = 'Grade report used on user profile page.';
139 $string['configquickgrading'] = 'Quick Grading adds a text input element in each grade cell on the grader report, allowing you to edit many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
140 $string['configrangesdecimalpoints'] = 'Specifies the number of decimal points to display for each range. This setting may be overridden per grading item.';
141 $string['configrangesdisplaytype'] = 'Specifies how to display ranges. If Inherit is selected, the display type for each column is used.';
142 $string['configshowactivityicons'] = 'Whether to show activity icons next to activity names.';
143 $string['configshowaverages'] = 'Whether to show the mean for each column.';
144 $string['configshowcalculations'] = 'Whether to show calculator icons near each grade item and category, tooltips over calculated items and a visual indicator that a column is calculated.';
145 $string['configshoweyecons'] = 'Whether to show a show/hide icon near each grade (controlling its visibility to the user).';
146 $string['configshowfeedback'] = 'Whether to show a feedback icon (for adding/editing) near each grade.';
147 $string['configshowgroups'] = 'Whether to show the mean for each group.';
148 $string['configshowhiddenitems'] = 'Specifies how hidden grade items are shown. If Hide is selected, they are hidden completely. If Show is selected, the hidden grade item row is shown in grey with the grade hidden completely. If "Only hidden until" is selected, grade items with a "hide until" date set are shown in grey with the grades hidden completely until the set date, after which the whole item is shown.';
149 $string['configshowlocks'] = 'Whether to show a lock/unlock icon near each grade.';
150 $string['configshownumberofgrades'] = 'Whether to show the number of grades used when calculating the mean in brackets after each average, for example 45 (34).';
151 $string['configshowpercentage'] = 'Whether to show the percentage value of each grade item.';
152 $string['configshowquickfeedback'] = 'Quick Feedback adds a text input element in each grade cell on the grader report, allowing you to edit the feedback for many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
153 $string['configshowranges'] = 'Whether to show the range of grades for each column in an additional row.';
154 $string['configshowrank'] = 'Whether to show the position of the user in relation to the rest of the class, for each grade item.';
155 $string['configshowuseridnumber'] = 'Whether to show user ID numbers in an additional column.';
156 $string['configshowuserimage'] = 'Whether to show the user\'s profile image next to the name in the grader report.';
157 $string['configstudentsperpage'] = 'The number of students to display per page in the grader report.';
158 $string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently {$a}).';
159 $string['configunlimitedgrades'] = '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.';
160 $string['contract'] = 'Contract Category';
161 $string['controls'] = 'Controls';
162 $string['courseavg'] = 'Course average';
163 $string['coursegradecategory'] = 'Course grade category';
164 $string['coursegradedisplaytype'] = 'Course grade display type';
165 $string['coursegradedisplayupdated'] = 'The course grade display type has been updated.';
166 $string['coursegradesettings'] = 'Course grade settings';
167 $string['coursename'] = 'Course name';
168 $string['coursescales'] = 'Course scales';
169 $string['coursesettings'] = 'Course settings';
170 $string['coursesettingsexplanation'] = 'Course settings determine how the gradebook appears for all participants in the course.';
171 $string['coursetotal'] = 'Course total';
172 $string['createcategory'] = 'Create category';
173 $string['createcategoryerror'] = 'Could not create a new category';
174 $string['creatinggradebooksettings'] = 'Creating gradebook settings';
175 $string['csv'] = 'CSV';
176 $string['currentparentaggregation'] = 'Current parent aggregation';
177 $string['curveto'] = 'Curve to';
178 $string['decimalpoints'] = 'Overall decimal points';
179 $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.';
180 $string['default'] = 'Default';
181 $string['defaultprev'] = 'Default ({$a})';
182 $string['deletecategory'] = 'Delete category';
183 $string['disablegradehistory'] = 'Disable grade history';
184 $string['displaylettergrade'] = 'Display letter grades';
185 $string['displaypercent'] = 'Display percents';
186 $string['displaypoints'] = 'Display points';
187 $string['displayweighted'] = 'Display weighted grades';
188 $string['dropdown'] = 'Dropdown menu';
189 $string['droplow'] = 'Drop the lowest';
190 $string['droplow_help'] = 'This setting enables a specified number of the lowest grades to be excluded from the aggregation.';
191 $string['droplowhelp'] = 'If set, this option will drop the X lowest grades, X being the selected value for this option.';
192 $string['dropped'] = 'Dropped';
193 $string['dropxlowest'] = 'Drop X lowest';
194 $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';
195 $string['duplicatescale'] = 'Duplicate scale';
196 $string['edit'] = 'Edit';
197 $string['editcalculation'] = 'Edit calculation';
198 $string['editcalculationverbose'] = 'Edit calculation for {$a->category}$a->itemmodule {$a->itemname}';
199 $string['editfeedback'] = 'Edit feedback';
200 $string['editgrade'] = 'Edit grade';
201 $string['editgradeletters'] = 'Edit grade letters';
202 $string['editoutcome'] = 'Edit outcome';
203 $string['editoutcomes'] = 'Edit outcomes';
204 $string['editscale'] = 'Edit scale';
205 $string['edittree'] = 'Categories and items';
206 $string['editverbose'] = 'Edit {$a->category}$a->itemmodule {$a->itemname}';
207 $string['enableajax'] = 'Enable AJAX';
208 $string['enableoutcomes'] = 'Enable outcomes';
209 $string['encoding'] = 'Encoding';
210 $string['errorcalculationnoequal'] = 'Formula must start with equal sign (=1+2)';
211 $string['errorcalculationunknown'] = 'Invalid formula';
212 $string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high grade for';
213 $string['errornocalculationallowed'] = 'Calculations are not allowed for this item';
214 $string['errornocategorisedid'] = 'Could not get an uncategorised id!';
215 $string['errornocourse'] = 'Could not get course information';
216 $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
217 $string['errorsavegrade'] = 'Could not save grade, sorry.';
218 $string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the "Aggregate only graded items" setting of of grade category ID {$a->id}';
219 $string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "Aggregate outcomes" setting of of grade category ID {$a->id}';
220 $string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the "Aggregate sub-categories" setting of grade category ID {$a->id}';
221 $string['errorupdatinggradecategoryaggregation'] = 'Error updating the aggregation type of grade category ID {$a->id}';
222 $string['errorupdatinggradeitemaggregationcoef'] = 'Error updating the aggregation coefficient (weight or extra credit) of grade item ID {$a->id}';
223 $string['exceptions'] = 'Exceptions';
224 $string['excluded'] = 'Excluded';
225 $string['excludedhelp'] = 'If -excluded- is switched on, this grade will be excluded from any aggregation performed by any parent grade item or category.';
226 $string['expand'] = 'Expand Category';
227 $string['export'] = 'Export';
228 $string['exportalloutcomes'] = 'Export all outcomes';
229 $string['exportfeedback'] = 'Include feedback in export';
230 $string['exportplugins'] = 'Export plugins';
231 $string['exportsettings'] = 'Export settings';
232 $string['exportto'] = 'Export to';
233 $string['extracredit'] = 'Extra Credit';
234 $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';
235 $string['feedback'] = 'Feedback';
236 $string['feedbackadd'] = 'Add feedback';
237 $string['feedbackedit'] = 'Edit feedback';
238 $string['feedbackhelp'] = 'Notes added to the grade by the teacher. They can be extensive, personalised feedback or a simple code that refers to an internal system of feedback.';
239 $string['feedbacksaved'] = 'Feedback saved';
240 $string['feedbackview'] = 'View feedback';
241 $string['finalgrade'] = 'Final grade';
242 $string['finalgradehelp'] = 'The final grade (cached) after all calculations are performed.';
243 $string['fixedstudents'] = 'Static students column';
244 $string['forceoff'] = 'Force: Off';
245 $string['forceon'] = 'Force: On';
246 $string['forelementtypes'] = 'for the selected {$a}';
247 $string['forstudents'] = 'For students';
248 $string['full'] = 'Full';
249 $string['fullmode'] = 'Full view';
250 $string['fullview'] = 'Full view';
251 $string['generalsettings'] = 'General settings';
252 $string['grade'] = 'Grade';
253 $string['gradeadministration'] = 'Grade administration';
254 $string['gradebook'] = 'Gradebook';
255 $string['gradebookhiddenerror'] = 'The gradebook is currently set to hide everything from students.';
256 $string['gradebookhistories'] = 'Grade histories';
257 $string['gradeboundary'] = 'Letter grade boundary';
258 $string['gradeboundary_help'] = 'This setting determines the minimum percentage over which grades will be assigned the grade letter.';
259 $string['gradecategories'] = 'Grade categories';
260 $string['gradecategory'] = 'Grade category';
261 $string['gradecategoryhelp'] = 'Grade category help';
262 $string['gradecategorysettings'] = 'Grade category settings';
263 $string['gradedisplay'] = 'Grade display';
264 $string['gradedisplaytype'] = 'Grade display type';
265 $string['gradedisplaytype_help'] = 'This setting determines how grades are displayed in the grader and user reports.
267 * Real - Actual grades
269 * Letter - Letters or words are used to represent a range of grades';
270 $string['gradedon'] = 'Graded: {$a}';
271 $string['gradeexceptions'] = 'Grade exceptions';
272 $string['gradeexceptionshelp'] = 'Grade exceptions Help';
273 $string['gradeexport'] = 'Grade export';
274 $string['gradeexportdecimalpoints'] = 'Grade export decimal points';
275 $string['gradeexportdisplaytype'] = 'Grade export display type';
276 $string['gradeforstudent'] = '{$a->student}<br />{$a->item}$a->feedback';
277 $string['gradehelp'] = 'Grade Help';
278 $string['gradehistorylifetime'] = 'Grade history lifetime';
279 $string['gradeimport'] = 'Grade import';
280 $string['gradeitem'] = 'Grade item';
281 $string['gradeitemaddusers'] = 'Exclude from grading';
282 $string['gradeitemadvanced'] = 'Advanced grade item options';
283 $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.';
284 $string['gradeitemlocked'] = 'Grading locked';
285 $string['gradeitemmembersselected'] = 'Excluded from grading';
286 $string['gradeitemnonmembers'] = 'Included in grading';
287 $string['gradeitemremovemembers'] = 'Include in grading';
288 $string['gradeitems'] = 'Grade items';
289 $string['gradeitemsettings'] = 'Grade item settings';
290 $string['gradeitemsinc'] = 'Grade items to be included';
291 $string['gradeletter'] = 'Grade letter';
292 $string['gradeletter_help'] = 'Grade letters are letters, A, B, C, ..., or words, for example Distinction, Merit, Pass, ..., used to represent a range of grades.';
293 $string['gradeletterhelp'] = 'Grade letter Help';
294 $string['gradeletternote'] = 'To delete a grade letter just empty any of the<br /> three text areas for that letter and click submit.';
295 $string['gradeletters'] = 'Grade letters';
296 $string['gradelocked'] = 'Grade is locked';
297 $string['gradelong'] = '{$a->grade} / {$a->max}';
298 $string['grademax'] = 'Maximum grade';
299 $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.';
300 $string['grademaxhelp'] = 'When using the value grade type, a maximum grade can be set. The maximum grade for an activity-based grade item is set on the update activity page.';
301 $string['grademin'] = 'Minimum grade';
302 $string['grademin_help'] = 'This setting determines the minimum grade when using the value grade type.';
303 $string['grademinhelp'] = 'When using the value grade type, a minimum grade can be set.';
304 $string['gradeoutcomeitem'] = 'Grade outcome item';
305 $string['gradeoutcomes'] = 'Outcomes';
306 $string['gradeoutcomescourses'] = 'Course outcomes';
307 $string['gradepass'] = 'Grade to pass';
308 $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.';
309 $string['gradepasshelp'] = 'If an item has a grade that users must equal or exceed to pass that item, you can set that here.';
310 $string['gradepreferences'] = 'Grade preferences';
311 $string['gradepreferenceshelp'] = 'Grade preferences Help';
312 $string['gradepublishing'] = 'Enable publishing';
313 $string['gradereport'] = 'Grade report';
314 $string['graderreport'] = 'Grader report';
315 $string['grades'] = 'Grades';
316 $string['gradesforuser'] = 'Grades for {$a->user}';
317 $string['gradesonly'] = 'Grades only';
318 $string['gradessettings'] = 'Grade settings';
319 $string['gradetype'] = 'Grade type';
320 $string['gradetype_help'] = 'There are 4 grade types:
322 * None - No grading possible
323 * Value - A numerical value with a maximum and minimum
324 * Scale - An item in a list
325 * Text - Feedback only
327 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.';
328 $string['gradetypehelp'] = 'Specifies the type of grade used: none (no grading possible), value (enables the maximum and minimum grade settings), scale (enables the scale setting) or text (feedback only). Only value and scale grade types may be aggregated. The grade type for an activity-based grade item is set on the update activity page.';
329 $string['gradeview'] = 'View Grade';
330 $string['gradeweighthelp'] = 'Grade weight Help';
331 $string['groupavg'] = 'Group average';
332 $string['hidden'] = 'Hidden';
333 $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.';
334 $string['hiddenasdate'] = 'Show submitted date for hidden grades';
335 $string['hiddenuntil'] = 'Hidden until';
336 $string['hiddenuntildate'] = 'Hidden until: {$a}';
337 $string['hideadvanced'] = 'Hide advanced features';
338 $string['hideaverages'] = 'Hide averages';
339 $string['hidecalculations'] = 'Hide calculations';
340 $string['hidecategory'] = 'Hidden';
341 $string['hideeyecons'] = 'Hide show/hide icons';
342 $string['hidefeedback'] = 'Hide feedback';
343 $string['hideforcedsettings'] = 'Hide forced settings';
344 $string['hidegroups'] = 'Hide groups';
345 $string['hidelocks'] = 'Hide locks';
346 $string['hidenooutcomes'] = 'Show outcomes';
347 $string['hidequickfeedback'] = 'Hide Quick Feedback';
348 $string['hideranges'] = 'Hide ranges';
349 $string['hidetotalifhiddenitems'] = 'Hide totals if they contain hidden items';
350 $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.
352 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.';
353 $string['hidetotalifhiddenitemsdescription'] = 'Whether totals which contain hidden grade items are shown to students (calculated either excluding or including hidden items) or replaced with a hyphen.';
354 $string['hidetotalshowexhiddenitems'] = 'Show totals excluding hidden items';
355 $string['hidetotalshowinchiddenitems'] = 'Show totals including hidden items';
356 $string['hideverbose'] = 'Hide {$a->category}$a->itemmodule {$a->itemname}';
357 $string['highgradeascending'] = 'Sort by high grade ascending';
358 $string['highgradedescending'] = 'Sort by high grade descending';
359 $string['highgradeletter'] = 'High';
360 $string['changedefaults'] = 'Change defaults';
361 $string['changereportdefaults'] = 'Change report defaults';
362 $string['chooseaction'] = 'Choose an action ...';
363 $string['choosecategory'] = 'Select category';
364 $string['identifier'] = 'Identify user by';
365 $string['idnumberhelp'] = 'Setting an ID number provides a way of identifying the activity for grade calculation purposes. If the activity is not included in any grade calculation then the ID number field can be left blank. The ID number for an activity-based grade item may be set on the update activity page.';
366 $string['idnumbers'] = 'ID numbers';
367 $string['import'] = 'Import';
368 $string['importcsv'] = 'Import CSV';
369 $string['importcustom'] = 'Import as custom outcomes (only this course)';
370 $string['importerror'] = 'An error occurred, this script wasn\'t called with the right parameters.';
371 $string['importfailed'] = 'Import failed';
372 $string['importfeedback'] = 'Import feedback';
373 $string['importfile'] = 'Import file';
374 $string['importfilemissing'] = 'No file was received, go back to the form and make sure to upload a valid file.';
375 $string['importfrom'] = 'Import from';
376 $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.';
377 $string['importoutcomes'] = 'Import outcomes';
378 $string['importoutcomesuccess'] = 'Imported outcome "{$a->name}" with ID #{$a->id}';
379 $string['importplugins'] = 'Import plugins';
380 $string['importpreview'] = 'Import preview';
381 $string['importsettings'] = 'Import settings';
382 $string['importskippednomanagescale'] = 'You don\'t have permission to add a new scale, so outcome "{$a}" was skipped as it required creating a new scale';
383 $string['importskippedoutcome'] = 'An outcome with shortname "{$a}" already exists in this context, the one in the imported file was skipped.';
384 $string['importstandard'] = 'Import as standard outcomes';
385 $string['importsuccess'] = 'Grade import success';
386 $string['importxml'] = 'Import XML';
387 $string['includescalesinaggregation'] = 'Include scales in aggregation';
388 $string['incorrectcourseid'] = 'Course ID was incorrect';
389 $string['incorrectcustomscale'] = '(Incorrect custom scale, please change.)';
390 $string['incorrectminmax'] = 'The minimum must be lower than the maximum';
391 $string['inherit'] = 'Inherit';
392 $string['intersectioninfo'] = 'Student/Grade info';
393 $string['item'] = 'Item';
394 $string['iteminfo'] = 'Item info';
395 $string['iteminfo_help'] = 'This setting provides space for entering information about the item. The information is not displayed anywhere.';
396 $string['iteminfohelp'] = 'A space for entering information about the item. Text entered does not appear anywhere else.';
397 $string['itemname'] = 'Item name';
398 $string['itemnamehelp'] = 'The name of this item, pushed in by the module.';
399 $string['items'] = 'Items';
400 $string['itemsedit'] = 'Edit grade item';
401 $string['keephigh'] = 'Keep the highest';
402 $string['keephighhelp'] = 'If set, this option will only keep the X highest grades, X being the selected value for this option.';
403 $string['keymanager'] = 'Key manager';
404 $string['lessthanmin'] = 'The grade entered for {$a->itemname} for {$a->username} is less than the minimum allowed';
405 $string['letter'] = 'Letter';
406 $string['lettergrade'] = 'Letter grade';
407 $string['lettergradenonnumber'] = 'Low and/or High grade were non-numeric for';
408 $string['letterpercentage'] = 'Letter (percentage)';
409 $string['letterreal'] = 'Letter (real)';
410 $string['letters'] = 'Letters';
411 $string['linkedactivity'] = 'Linked activity';
412 $string['linkedactivityhelp'] = 'Specifies an optional activity to which this outcome item is linked. This is used to measure student performance on criteria not assessed by the activity grade.';
413 $string['linktoactivity'] = 'Link to {$a->name} activity';
414 $string['lock'] = 'Lock';
415 $string['locked'] = 'Locked';
416 $string['locked_help'] = 'If ticked, grades can no longer be automatically updated by the related activity.';
417 $string['locktime'] = 'Lock after';
418 $string['locktimedate'] = 'Locked after: {$a}';
419 $string['lockverbose'] = 'Lock {$a->category}$a->itemmodule {$a->itemname}';
420 $string['lowest'] = 'Lowest';
421 $string['lowgradeletter'] = 'Low';
422 $string['manualitem'] = 'Manual item';
423 $string['mapfrom'] = 'Map from';
424 $string['mappings'] = 'Grade item mappings';
425 $string['mapto'] = 'Map to';
426 $string['max'] = 'Highest';
427 $string['maxgrade'] = 'Max grade';
428 $string['meanall'] = 'All grades';
429 $string['meangraded'] = 'Non-empty grades';
430 $string['meanselection'] = 'Grades selected for column averages';
431 $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.';
432 $string['median'] = 'Median';
433 $string['min'] = 'Lowest';
434 $string['missingscale'] = 'Scale must be selected';
435 $string['mode'] = 'Mode';
436 $string['morethanmax'] = 'The grade entered for {$a->itemname} for {$a->username} is more than the maximum allowed';
437 $string['moveselectedto'] = 'Move selected items to';
438 $string['movingelement'] = 'Moving {$a}';
439 $string['multfactor'] = 'Multiplicator';
440 $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.';
441 $string['multfactorhelp'] = 'Factor by which all grades for this grade item will be multiplied.';
442 $string['mypreferences'] = 'My preferences';
443 $string['myreportpreferences'] = 'My report preferences';
444 $string['navmethod'] = 'Navigation method';
445 $string['neverdeletehistory'] = 'Never delete history';
446 $string['newcategory'] = 'New category';
447 $string['newitem'] = 'New grade item';
448 $string['newoutcomeitem'] = 'New outcome item';
449 $string['newuserkey'] = 'New user key';
450 $string['no'] = 'No';
451 $string['nocategories'] = 'Grade categories could not be added or found for this course';
452 $string['nocategoryname'] = 'No category name was given.';
453 $string['nocategoryview'] = 'No category to view by';
454 $string['nocourses'] = 'There are no courses yet';
455 $string['noforce'] = 'Do not force';
456 $string['nogradeletters'] = 'No grade letters set';
457 $string['nogradesreturned'] = 'No grades returned';
458 $string['noidnumber'] = 'No ID number';
459 $string['nolettergrade'] = 'No letter grade for';
460 $string['nomode'] = 'NA';
461 $string['nonnumericweight'] = 'Received non-numeric value for';
462 $string['nonunlockableverbose'] = 'This grade cannot be unlocked until {$a->itemname} is unlocked.';
463 $string['nonweightedpct'] = 'non-weighted %';
464 $string['nooutcome'] = 'No outcome';
465 $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?';
466 $string['nopublish'] = 'Do not publish';
467 $string['norolesdefined'] = 'No roles defined in Administration > Grades > General settings > Graded roles';
468 $string['noscales'] = 'Outcomes must be linked to a course scale or global scale, but there are none. Would you like to add one?';
469 $string['noselectedcategories'] = 'no categories were selected.';
470 $string['noselecteditems'] = 'no items were selected.';
471 $string['notteachererror'] = 'You must be a teacher to use this feature.';
472 $string['nousersloaded'] = 'No users loaded';
473 $string['numberofgrades'] = 'Number of grades';
474 $string['onascaleof'] = 'on a scale of {$a->grademin} to {$a->grademax}';
475 $string['operations'] = 'Operations';
476 $string['options'] = 'Options';
477 $string['outcome'] = 'Outcome';
478 $string['outcomeassigntocourse'] = 'Assign another outcome to this course';
479 $string['outcomecategory'] = 'Create outcomes in category';
480 $string['outcomecategorynew'] = 'New category';
481 $string['outcomeconfirmdelete'] = 'Are you sure you wish to delete the outcome "{$a}"?';
482 $string['outcomecreate'] = 'Add a new outcome';
483 $string['outcomedelete'] = 'Delete Outcome';
484 $string['outcomeidhelp'] = 'Specifies the Outcome which this grade item will represent in the gradebook. Only outcomes associated with this course and site-wide outcomes are available';
485 $string['outcomeitem'] = 'Outcome item';
486 $string['outcomeitemsedit'] = 'Edit outcome item';
487 $string['outcomename'] = 'Outcome name';
488 $string['outcomereport'] = 'Outcome report';
489 $string['outcomes'] = 'Outcomes';
490 $string['outcomescourse'] = 'Outcomes used in course';
491 $string['outcomescoursecustom'] = 'Custom used (no remove)';
492 $string['outcomescoursenotused'] = 'Standard not used';
493 $string['outcomescourseused'] = 'Standard used (no remove)';
494 $string['outcomescustom'] = 'Custom outcomes';
495 $string['outcomesstandard'] = 'Standard outcomes';
496 $string['outcomesstandardavailable'] = 'Available standard outcomes';
497 $string['outcomestandard'] = 'Standard outcome';
498 $string['outcomestandardhelp'] = 'A Standard outcome is available site-wide, for all courses.';
499 $string['overallaverage'] = 'Overall average';
500 $string['overridden'] = 'Overridden';
501 $string['overriddenhelp'] = 'When on, the overridden flag prevents any future attempts to automatically adjust the value of the grade. This flag is often set internally by the gradebook, but can be switched on and off manually using this form element.';
502 $string['overriddennotice'] = 'Your final grade from this activity was manually adjusted.';
503 $string['overridesitedefaultgradedisplaytype'] = 'Override site defaults';
504 $string['overridesitedefaultgradedisplaytype_help'] = 'If ticked, grade letters and boundaries for the course may be set, rather than using the site defaults.';
505 $string['overridesitedefaultgradedisplaytypehelp'] = 'Tick this checkbox to enable the overriding of the site defaults for the display of grades in the gradebook. This activates form elements allowing you to define the grade letters and boundaries of your choice.';
506 $string['parentcategory'] = 'Parent category';
507 $string['pctoftotalgrade'] = '% of total grade';
508 $string['percent'] = 'Percent';
509 $string['percentage'] = 'Percentage';
510 $string['percentageletter'] = 'Percentage (letter)';
511 $string['percentagereal'] = 'Percentage (real)';
512 $string['percentascending'] = 'Sort by percent ascending';
513 $string['percentdescending'] = 'Sort by percent descending';
514 $string['percentshort'] = '%';
515 $string['plusfactor'] = 'Offset';
516 $string['plusfactor_help'] = 'The offset is a number that is added to every grade for this grade item, after the multiplicator is applied.';
517 $string['plusfactorhelp'] = 'Number that will be added to every grade for this grade item, after the Multiplicator is applied.';
518 $string['points'] = 'points';
519 $string['pointsascending'] = 'Sort by points ascending';
520 $string['pointsdescending'] = 'Sort by points descending';
521 $string['positionfirst'] = 'First';
522 $string['positionlast'] = 'Last';
523 $string['preferences'] = 'Preferences';
524 $string['prefgeneral'] = 'General';
525 $string['prefletters'] = 'Grade letters and boundaries';
526 $string['prefrows'] = 'Special rows';
527 $string['prefshow'] = 'Show/hide toggles';
528 $string['previewrows'] = 'Preview rows';
529 $string['profilereport'] = 'User profile report';
530 $string['publishing'] = 'Publishing';
531 $string['quickfeedback'] = 'Quick Feedback';
532 $string['quickgrading'] = 'Quick Grading';
533 $string['range'] = 'Range';
534 $string['rangesdecimalpoints'] = 'Decimals shown in ranges';
535 $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).';
536 $string['rangesdisplaytype'] = 'Range display type';
537 $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).';
538 $string['rank'] = 'Rank';
539 $string['rawpct'] = 'Raw %';
540 $string['real'] = 'Real';
541 $string['realletter'] = 'Real (letter)';
542 $string['realpercentage'] = 'Real (percentage)';
543 $string['regradeanyway'] = 'Regrade anyway';
544 $string['removeallcoursegrades'] = 'Delete all grades';
545 $string['removeallcourseitems'] = 'Delete all items and categories';
546 $string['report'] = 'Report';
547 $string['reportdefault'] = 'Report default ({$a})';
548 $string['reportplugins'] = 'Report plugins';
549 $string['reportsettings'] = 'Report settings';
550 $string['reprintheaders'] = 'Reprint Headers';
551 $string['respectingcurrentdata'] = 'leaving current configuration unmodified';
552 $string['rowpreviewnum'] = 'Preview rows';
553 $string['savechanges'] = 'Save changes';
554 $string['savepreferences'] = 'Save preferences';
555 $string['scaleconfirmdelete'] = 'Are you sure you wish to delete the scale "{$a}"?';
556 $string['scaledpct'] = 'Scaled %';
557 $string['scaleidhelp'] = 'When using the scale grade type, a scale can be selected. The scale for an activity-based grade item is selected on the update activity page.';
558 $string['scalestandardhelp'] = 'A standard scale is one that is available site-wide, for all courses.';
559 $string['seeallcoursegrades'] = 'See all course grades';
560 $string['selectalloroneuser'] = 'Select all or one user';
561 $string['selectauser'] = 'Select a user';
562 $string['selectdestination'] = 'Select destination of {$a}';
563 $string['separator'] = 'Separator';
564 $string['sepcomma'] = 'Comma';
565 $string['septab'] = 'Tab';
566 $string['setcategories'] = 'Set categories';
567 $string['setcategorieserror'] = 'You must first set the categories for your course before you can give weights to them.';
568 $string['setgradeletters'] = 'Set grade letters';
569 $string['setpreferences'] = 'Set preferences';
570 $string['setting'] = 'Setting';
571 $string['settings'] = 'Settings';
572 $string['setweights'] = 'Set weights';
573 $string['showactivityicons'] = 'Show activity icons';
574 $string['showactivityicons_help'] = 'If enabled, activity icons are shown next to activity names.';
575 $string['showallhidden'] = 'All hidden';
576 $string['showallstudents'] = 'Show all Students';
577 $string['showaverages'] = 'Show column averages';
578 $string['showaverages_help'] = 'If enabled, the grader report will contain an additional row displaying the average (mean) for each category and grade item.';
579 $string['showcalculations'] = 'Show calculations';
580 $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.';
581 $string['showeyecons'] = 'Show show/hide icons';
582 $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.';
583 $string['showfeedback'] = 'Show feedback';
584 $string['showgroups'] = 'Show groups';
585 $string['showhiddenitems'] = 'Show hidden items';
586 $string['showhiddenitems_help'] = 'This setting determines whether hidden items are indicated.
588 * No hidden - Hidden grade item row is shown in grey with the grade hidden completely
589 * Only hidden until - Grade items with a "hide until" date set are shown in grey with the grades hidden completely until the set date, after which the whole item is shown
590 * All hidden - Grade items are completely hidden';
591 $string['showhiddenuntilonly'] = 'Only hidden until';
592 $string['showlocks'] = 'Show locks';
593 $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.';
594 $string['shownohidden'] = 'No hidden';
595 $string['shownooutcomes'] = 'Hide outcomes';
596 $string['shownumberofgrades'] = 'Show number of grades in averages';
597 $string['shownumberofgrades_help'] = 'If enabled, the number of grades used when calculating the average (mean) is displayed in brackets after each average.';
598 $string['showpercentage'] = 'Show percentage';
599 $string['showpercentage_help'] = 'This setting determines whether the percentage value of each grade item is shown.';
600 $string['showquickfeedback'] = 'Show Quick Feedback';
601 $string['showranges'] = 'Show ranges';
602 $string['showranges_help'] = 'If enabled, the grader report will contain an additional row displaying the range for each category and grade item.';
603 $string['showrank'] = 'Show rank';
604 $string['showrank_help'] = 'This setting determines whether the position of the student in relation to the rest of the class is shown for each grade item.';
605 $string['showuseridnumber'] = 'Show user ID number';
606 $string['showuserimage'] = 'Show user profile images';
607 $string['showverbose'] = 'Show {$a->category}$a->itemmodule {$a->itemname}';
608 $string['simpleview'] = 'Simple view';
609 $string['sitewide'] = 'Site-wide';
610 $string['sort'] = 'sort';
611 $string['sortasc'] = 'Sort in ascending order';
612 $string['sortbyfirstname'] = 'Sort by first name';
613 $string['sortbylastname'] = 'Sort by last name';
614 $string['sortdesc'] = 'Sort in descending order';
615 $string['standarddeviation'] = 'Standard deviation';
616 $string['stats'] = 'Statistics';
617 $string['statslink'] = 'Stats';
618 $string['student'] = 'Student';
619 $string['studentsperpage'] = 'Students per page';
620 $string['subcategory'] = 'Normal category';
621 $string['submissions'] = 'Submissions';
622 $string['submittedon'] = 'Submitted: {$a}';
623 $string['switchtofullview'] = 'Switch to full view';
624 $string['switchtosimpleview'] = 'Switch to simple view';
625 $string['synclegacygrades'] = 'Synchronise legacy grades';
626 $string['tabs'] = 'Tabs';
627 $string['topcategory'] = 'Super category';
628 $string['total'] = 'Total';
629 $string['totalweightnot100'] = 'The total weight is not equal to 100';
630 $string['totalweight100'] = 'The total weight is equal to 100';
631 $string['turnfeedbackoff'] = 'Turn feedback off';
632 $string['turnfeedbackon'] = 'Turn feedback on';
633 $string['typenone'] = 'None';
634 $string['typescale'] = 'Scale';
635 $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.';
636 $string['typetext'] = 'Text';
637 $string['typevalue'] = 'Value';
638 $string['uncategorised'] = 'Uncategorised';
639 $string['unenrolledusersinimport'] = 'This import included the following grades for users not currently enrolled in this course: {$a}';
640 $string['unchangedgrade'] = 'Grade unchanged';
641 $string['unlimitedgrades'] = 'Unlimited grades';
642 $string['unlock'] = 'Unlock';
643 $string['unlockverbose'] = 'Unlock {$a->category}$a->itemmodule {$a->itemname}';
644 $string['unused'] = 'Unused';
645 $string['updatedgradesonly'] = 'Export new or updated grades only';
646 $string['uploadgrades'] = 'Upload grades';
647 $string['useadvanced'] = 'Use Advanced Features';
648 $string['usedcourses'] = 'Used courses';
649 $string['usedgradeitem'] = 'Used grade item';
650 $string['usenooutcome'] = 'Use no outcome';
651 $string['usenoscale'] = 'Use no scale';
652 $string['usepercent'] = 'Use percent';
653 $string['user'] = 'User';
654 $string['usergrade'] = 'User {$a->fullname} ({$a->useridnumber}) on item {$a->gradeidnumber}';
655 $string['userkeyhelp'] = 'Select a saved key that will give users access to the data published by this export plugin, without having to log into Moodle. Select `create a new user key` to generate a new key when submitting this form.';
656 $string['userpreferences'] = 'User preferences';
657 $string['useweighted'] = 'Use weighted';
658 $string['verbosescales'] = 'Verbose scales';
659 $string['viewbygroup'] = 'Group';
660 $string['viewgrades'] = 'View grades';
661 $string['warningexcludedsum'] = 'Warning: excluding of grades is not compatible with sum aggregation.';
662 $string['weight'] = 'weight';
663 $string['weightcourse'] = 'Use weighted grades for course';
664 $string['weightedascending'] = 'Sort by weighted percent ascending';
665 $string['weighteddescending'] = 'Sort by weighted percent descending';
666 $string['weightedpct'] = 'weighted %';
667 $string['weightedpctcontribution'] = 'weighted % contribution';
668 $string['weightorextracredit'] = 'Weight or extra credit';
669 $string['weights'] = 'Weights';
670 $string['weightsedit'] = 'Edit weights and extra credits';
671 $string['weightuc'] = 'Weight';
672 $string['writinggradebookinfo'] = 'Writing gradebook settings';
673 $string['xml'] = 'XML';
674 $string['yes'] = 'Yes';
675 $string['yourgrade'] = 'Your grade';