From bcc37dd0c170b403ded4649df0fca04dc49557f0 Mon Sep 17 00:00:00 2001 From: fmarier Date: Wed, 14 Nov 2007 01:13:00 +0000 Subject: [PATCH] mod/quiz: Revert commit which added the "go back to course" link --- lang/en_utf8/quiz.php | 1 - mod/quiz/review.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 21dd87a910a..96002c6040f 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -221,7 +221,6 @@ $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 1daf25634ac..a2bfe7dda50 100644 --- a/mod/quiz/review.php +++ b/mod/quiz/review.php @@ -224,9 +224,6 @@ include('attempt_close_js.php'); } - // Button to go back to the course page - echo '

'.get_string('gobacktocourse', 'quiz').'

'; - /// Print the navigation panel if required $numpages = quiz_number_of_pages($attempt->layout); if ($numpages > 1 and !$showall) {