Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Gradebook
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
Linked to MDL-10364
The idea is to have a checkbox for standardisation of grades before application of calculation.
The reason is that, for example, you may have 3 items, each of them with a very different range (0-100, 0-4, 54-4646 etc...). Applying a formula such as
=(gi1 + gi2 + gi3) / 3
is meaningless, since the item with the smallest range will drastically affect the resulting mean.
The implementation would simply standardise the grades from each included grade_item before applying the calculation. Doing this manually in the calculation would be very complex, even impossible for some teachers who may not have a great grasp of mathematics.
Issue Links
| This issue will help resolve: | ||||
| MDL-10364 | Calculation formulas |
|
|
|
I don't think the calculations are really usable until this is also implemented.