mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-44447 grade_export: Added multiple grade display types to grade export.
This commit is contained in:
parent
482abd0f70
commit
be289f57b2
17 changed files with 150 additions and 47 deletions
|
@ -708,3 +708,5 @@ $string['writinggradebookinfo'] = 'Writing gradebook settings';
|
|||
$string['xml'] = 'XML';
|
||||
$string['yes'] = 'Yes';
|
||||
$string['yourgrade'] = 'Your grade';
|
||||
$string['gradeexportdisplaytypes'] = 'Grade export display types';
|
||||
$string['gradeexportcolumntype'] = '{$a->name} ({$a->extra})';
|
Loading…
Add table
Add a link
Reference in a new issue