diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index c996ac785ae..5c8a8a26394 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -256,6 +256,7 @@ $string['giftnonumericalanswers'] = 'No answers found for numerical question'; $string['giftnovalidquestion'] = 'No valid question found'; $string['giftqtypenotset'] = 'Question type is not set'; $string['giftrightbraceerror'] = 'Could not find a }'; +$string['gobacktocourse'] = 'Click here to go back to the course'; $string['grade'] = 'Grade'; $string['gradeall'] = 'Grade All'; $string['gradeaverage'] = 'Average grade'; diff --git a/mod/quiz/review.php b/mod/quiz/review.php index 29bdcaab9c9..b70f6486615 100644 --- a/mod/quiz/review.php +++ b/mod/quiz/review.php @@ -238,6 +238,9 @@ } echo ''; + // Button to go back to the course page + echo '
'; + /// Print the navigation panel if required $numpages = quiz_number_of_pages($attempt->layout); if ($numpages > 1 and !$showall) {