mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Better string for teacher reports
This commit is contained in:
parent
29d5d0b40c
commit
779e79f438
@ -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";
|
||||
|
@ -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"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user