mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-77637 gradebook_setup: Create gradeitems via dyn form
This commit is contained in:
parent
1b1a15a308
commit
997134f52f
33 changed files with 862 additions and 156 deletions
|
@ -30,27 +30,27 @@ Feature: We can choose what min or max grade to use when aggregating grades.
|
|||
And I set the following fields to these values:
|
||||
| Item name | MI 1 |
|
||||
| Grade category | C1 |
|
||||
And I press "Save changes"
|
||||
And I click on "Save" "button" in the "New grade item" "dialogue"
|
||||
And I press "Add grade item"
|
||||
And I set the following fields to these values:
|
||||
| Item name | MI 2 |
|
||||
| Grade category | C1 |
|
||||
And I press "Save changes"
|
||||
And I click on "Save" "button" in the "New grade item" "dialogue"
|
||||
And I press "Add grade item"
|
||||
And I set the following fields to these values:
|
||||
| Item name | MI 3 |
|
||||
| Grade category | CAT1 |
|
||||
And I press "Save changes"
|
||||
And I click on "Save" "button" in the "New grade item" "dialogue"
|
||||
And I press "Add grade item"
|
||||
And I set the following fields to these values:
|
||||
| Item name | MI 4 |
|
||||
| Grade category | CAT1 |
|
||||
And I press "Save changes"
|
||||
And I click on "Save" "button" in the "New grade item" "dialogue"
|
||||
And I press "Add grade item"
|
||||
And I set the following fields to these values:
|
||||
| Item name | MI 5 |
|
||||
| Grade category | C1 |
|
||||
And I press "Save changes"
|
||||
And I click on "Save" "button" in the "New grade item" "dialogue"
|
||||
And I set "=[[mi1]]+[[mi2]]+[[mi3]]" calculation for grade item "MI 5" with idnumbers:
|
||||
| MI 1 | mi1 |
|
||||
| MI 2 | mi2 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue