From: fmarier Date: Wed, 14 Nov 2007 01:13:37 +0000 (+0000) Subject: mod/quiz: Revert commit which added the "go back to course" link X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=af5dd7c547e497ee2f132ea911d125e57911deca;p=moodle.git mod/quiz: Revert commit which added the "go back to course" link --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 5c8a8a2639..c996ac785a 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -256,7 +256,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 b70f648661..29bdcaab9c 100644 --- a/mod/quiz/review.php +++ b/mod/quiz/review.php @@ -238,9 +238,6 @@ } echo ''; - // 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) {