diff --git a/mod/quiz/attemptlib.php b/mod/quiz/attemptlib.php index 5aa91c1960e..8de1af86fec 100644 --- a/mod/quiz/attemptlib.php +++ b/mod/quiz/attemptlib.php @@ -340,7 +340,7 @@ class quiz { * @return string the URL of the review of that attempt. */ public function review_url($attemptid) { - return new moodle_url('/quiz/review.php', array('attempt' => $attemptid)); + return new moodle_url('/mod/quiz/review.php', array('attempt' => $attemptid)); } // Bits of content =====================================================================