MDL-9137 Added the overview report

This commit is contained in:
nicolasconnault 2007-08-10 09:28:37 +00:00
parent c91146b995
commit 53a16616b8
3 changed files with 8 additions and 1 deletions

View File

@ -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 = '';
}

View File

@ -0,0 +1,6 @@
<?PHP // $Id$
$string['modulename'] = 'Overview report';
$string['user:view'] = 'View your own grade report';
?>

View File

@ -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';