mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-9137 Added the overview report
This commit is contained in:
parent
c91146b995
commit
53a16616b8
@ -139,7 +139,7 @@ class grade_report_user extends grade_report {
|
||||
/// prints the grade
|
||||
|
||||
if ($grade_grade->is_excluded()) {
|
||||
$excluded = get_tring('excluded', 'grades').' ';
|
||||
$excluded = get_string('excluded', 'grades').' ';
|
||||
} else {
|
||||
$excluded = '';
|
||||
}
|
||||
|
6
lang/en_utf8/gradereport_overview.php
Normal file
6
lang/en_utf8/gradereport_overview.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP // $Id$
|
||||
|
||||
$string['modulename'] = 'Overview report';
|
||||
$string['user:view'] = 'View your own grade report';
|
||||
|
||||
?>
|
@ -86,6 +86,7 @@ $string['configshowuserimage'] = 'Whether to show the user\'s profile image next
|
||||
$string['configstudentsperpage'] = 'The number of students to display per page in the grader report.';
|
||||
$string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently $a).';
|
||||
$string['contract'] = 'Contract Category';
|
||||
$string['coursename'] = 'Course name';
|
||||
$string['coursetotal'] = 'Course total';
|
||||
$string['createcategory'] = 'Create Category';
|
||||
$string['createcategoryerror'] = 'Could not create a new category';
|
||||
|
Loading…
x
Reference in New Issue
Block a user