mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-21695 grade exceptions applies to pre-1.9 gradebook
This commit is contained in:
parent
b37760fcf8
commit
1dcc6e0705
@ -218,7 +218,6 @@ $string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "In
|
||||
$string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the "Aggregate including subcategories" setting of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradecategoryaggregation'] = 'Error updating the aggregation type of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradeitemaggregationcoef'] = 'Error updating the aggregation coefficient (weight or extra credit) of grade item ID {$a->id}';
|
||||
$string['exceptions'] = 'Exceptions';
|
||||
$string['excluded'] = 'Excluded';
|
||||
$string['excluded_help'] = 'If ticked, the grade will not be included in any aggregation.';
|
||||
$string['excludedhelp'] = 'If -excluded- is switched on, this grade will be excluded from any aggregation performed by any parent grade item or category.';
|
||||
@ -268,8 +267,6 @@ $string['gradedisplaytype_help'] = 'This setting determines how grades are displ
|
||||
* Percentage
|
||||
* Letter - Letters or words are used to represent a range of grades';
|
||||
$string['gradedon'] = 'Graded: {$a}';
|
||||
$string['gradeexceptions'] = 'Grade exceptions';
|
||||
$string['gradeexceptionshelp'] = 'Grade exceptions Help';
|
||||
$string['gradeexport'] = 'Grade export';
|
||||
$string['gradeexportdecimalpoints'] = 'Grade export decimal points';
|
||||
$string['gradeexportdisplaytype'] = 'Grade export display type';
|
||||
|
@ -1,23 +0,0 @@
|
||||
<h1>Exceptions</h1>
|
||||
|
||||
<p>This can be used to exclude students from individual assignments. This is useful if two class
|
||||
sections merge or a student transfers from a different section several weeks into a semester.
|
||||
It is also useful for extenuating circumstances: sickness, injury, etc.</p>
|
||||
|
||||
<p>There are three columns:</p>
|
||||
<ul>
|
||||
<li>Left: Is students for the course that are "Included in Grading" for an particular graded
|
||||
item.</li>
|
||||
<li>Middle: A listing of all graded items followed by a total number of students excluded
|
||||
from grading in parenthesis.</li>
|
||||
<li>Right: A list of students that are excluded from a particular assignment</li>
|
||||
</ul>
|
||||
|
||||
<p>To exclude students click the assignment in the middle and then click the students name in the left
|
||||
column (holding down CTRL or APPLE will allow selection of multiple items). Then click
|
||||
"Exclude from Grading" at the bottom. The student(s) should be moved from the left column to the right,
|
||||
and they will now be excluded from grade calculations for that assignment.</p>
|
||||
|
||||
<p>To include students that have been excluded; Choose the appropriate assignment, click
|
||||
the student in the right column and finally "Include in Grading" at the bottom. The student should
|
||||
be moved from the right column to the left column.</p>
|
Loading…
x
Reference in New Issue
Block a user