]> git.mjollnir.org Git - moodle.git/commitdiff
Better string for teacher reports
authormoodler <moodler>
Thu, 24 Jul 2003 06:21:21 +0000 (06:21 +0000)
committermoodler <moodler>
Thu, 24 Jul 2003 06:21:21 +0000 (06:21 +0000)
lang/en/quiz.php
mod/quiz/view.php

index ac5990fd59b7f2134daa3be921fcdd46bf4effd0..9e8ca22eba9fe85e94eaf5428f1ef3e581ebb097 100644 (file)
@@ -146,5 +146,6 @@ $string['true'] = "True";
 $string['truefalse'] = "True/False";
 $string['type'] = "Type";
 $string['viewallanswers'] = "View \$a completed quizzes";
+$string['viewallreports'] = "View reports for \$a attempts";
 $string['webct'] = "WebCT format";
 $string['yourfinalgradeis'] = "Your final grade for this quiz is \$a";
index ccacce4b97e432d3a88e076cc1151839640c4884..5494fd6d1052fd5bdd01e2169d58f4a59dcb124a 100644 (file)
@@ -59,7 +59,7 @@
         } else {
             $answercount = 0;
         }
-        echo "<p align=right><a href=\"report.php?id=$cm->id\">".get_string("viewallanswers","quiz",$answercount)."</a></p>";
+        echo "<p align=right><a href=\"report.php?id=$cm->id\">".get_string("viewallreports","quiz",$answercount)."</a></p>";
     } else if (!$cm->visible) {
         notice(get_string("activityiscurrentlyhidden"));
     }