mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-9628 Refactored display "Raw" string into "Real" to avoid confusion with raw vs final grades
This commit is contained in:
parent
01516fd39a
commit
db4c796818
7 changed files with 22 additions and 20 deletions
|
@ -73,8 +73,9 @@ define('GRADE_REPORT_AGGREGATION_POSITION_LEFT', 0);
|
|||
define('GRADE_REPORT_AGGREGATION_POSITION_RIGHT', 1);
|
||||
define('GRADE_REPORT_AGGREGATION_VIEW_FULL', 0);
|
||||
define('GRADE_REPORT_AGGREGATION_VIEW_COMPACT', 1);
|
||||
define('GRADE_REPORT_GRADE_DISPLAY_TYPE_RAW', 0);
|
||||
define('GRADE_REPORT_GRADE_DISPLAY_TYPE_REAL', 0);
|
||||
define('GRADE_REPORT_GRADE_DISPLAY_TYPE_PERCENTAGE', 1);
|
||||
define('GRADE_REPORT_GRADE_DISPLAY_TYPE_LETTER', 2);
|
||||
define('GRADE_REPORT_PREFERENCE_DEFAULT', 'default');
|
||||
define('GRADE_REPORT_PREFERENCE_INHERIT', 'inherit');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue