mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Fixed syntax error.
This commit is contained in:
parent
4f83ae95ca
commit
2bb63d99c2
@ -435,7 +435,7 @@ function quiz_print_recent_mod_activity($activity, $course, $detail=false) {
|
||||
|
||||
}
|
||||
|
||||
if has_capability('mod/quiz:grade', get_context_instance(CONTEXT_MODULE, $course)) {
|
||||
if (has_capability('mod/quiz:grade', get_context_instance(CONTEXT_MODULE, $course))) {
|
||||
$grades = "(" . $activity->content->sumgrades . " / " . $activity->content->maxgrade . ") ";
|
||||
echo "<a href=\"$CFG->wwwroot/mod/quiz/review.php?q="
|
||||
. $activity->instance . "&attempt="
|
||||
|
Loading…
x
Reference in New Issue
Block a user