mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-47006 core_grades: Fix handing of weight to aggregationcoef
Part of MDL-46576.
This commit is contained in:
parent
d6447690bd
commit
351c8e08a9
3 changed files with 12 additions and 7 deletions
|
@ -259,7 +259,7 @@ Feature: We can use calculated grade totals
|
|||
| Exclude empty grades | 0 |
|
||||
And I set the following settings for grade item "Test assignment six":
|
||||
| Weight adjusted | 1 |
|
||||
| aggregationcoef2 | 0.5 |
|
||||
| aggregationcoef2 | 50 |
|
||||
And I set the following settings for grade item "Test assignment three":
|
||||
| Extra credit | 1 |
|
||||
And I turn editing mode off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue