MDL-54105 mod_assign: Move upgrade notes

This commit is contained in:
Huong Nguyen 2024-05-28 15:27:21 +07:00
parent 175e48bc08
commit 84a2fdc2c7
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
2 changed files with 11 additions and 9 deletions

View File

@ -0,0 +1,11 @@
issueNumber: MDL-54105
notes:
mod_assign:
- message: |
Added 2 new settings:
- `mod_assign/defaultgradetype`
- The value of this setting dictates which of the GRADE_TYPE_X constants is the default option when creating new instances of the assignment.
- The default value is GRADE_TYPE_VALUE (Point)
- `mod_assign/defaultgradescale`
- The value of this setting dictates which of the existing scales is the default option when creating new instances of the assignment.
type: improved

View File

@ -4,15 +4,6 @@ This file has been replaced by UPGRADING.md. See MDL-81125 for further informati
===
This files describes API changes in the assign code.
=== 4.5 ===
* Added 2 new settings:
- "mod_assign/defaultgradetype"
- The value of this setting dictates which of the GRADE_TYPE_X constants is the default option,
when creating new instances of the assignment.
- The default value is GRADE_TYPE_VALUE (Point)
- "mod_assign/defaultgradescale"
- The value of this setting dictates which of the existing scales is the default option,
when creating new instances of the assignment.
=== 4.3 ===
* The following deprecated methods have been removed and should not be used any more: