From: moodler Date: Wed, 26 Nov 2003 01:37:20 +0000 (+0000) Subject: Use "grade" string from the main language pack X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=706cf31ee15d543035eb8751492a9e7217b1c1cc;p=moodle.git Use "grade" string from the main language pack --- diff --git a/mod/quiz/report/fullstat/report.php b/mod/quiz/report/fullstat/report.php index d86b2a99ec..c1b50f40de 100755 --- a/mod/quiz/report/fullstat/report.php +++ b/mod/quiz/report/fullstat/report.php @@ -19,7 +19,6 @@ class quiz_report extends quiz_default_report { /* //These definitions must be in the lang/en/quiz.php file $string['corrresp'] = "Correct Response"; -$string['grade'] = "Grade"; $string['indivresp'] = "Responses of Individuals to Each Item"; $string['itemanal'] = "Item Response Analysis"; $string['listitems'] = "Listing of Items in This Quiz"; @@ -28,12 +27,11 @@ $string['percentcorrect'] = "Percent Correct"; $string['question'] = "Question"; $string['withsummary'] = "with Summary Statistics"; $string['discrimination'] = "Discrim. Index"; -$string[''] = ""; */ + $strgrade = get_string("grade"); $strindivresp = get_string("indivresp", "quiz"); $strname = get_string("name", "quiz"); - $strgrade = get_string("grade", "quiz"); $stritemanal = get_string("itemanal", "quiz"); $strcorrresp = get_string("corrresp", "quiz"); $strnoresponse = get_string("noresponse", "quiz"); @@ -1014,4 +1012,4 @@ function qr_match_table($resplist){ $tbl = $tbl . "\n\n"; return $tbl; } -?> \ No newline at end of file +?>