]> git.mjollnir.org Git - moodle.git/commitdiff
mod/quiz: Revert commit which added the "go back to course" link
authorfmarier <fmarier>
Wed, 14 Nov 2007 01:13:37 +0000 (01:13 +0000)
committerfmarier <fmarier>
Wed, 14 Nov 2007 01:13:37 +0000 (01:13 +0000)
lang/en_utf8/quiz.php
mod/quiz/review.php

index 5c8a8a263946a0f77d213038fae2f9d68017698a..c996ac785aea311c4da74d092aa957b2ab4ecc93 100644 (file)
@@ -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';
index b70f64866150e6b70e4dc367abe3effdf9ec8588..29bdcaab9c9788dbef2cf70fa3793bbb2c00cbaa 100644 (file)
     }
     echo '</tbody></table>';
 
-    // Button to go back to the course page
-    echo '<p align="center"><a href="'.$CFG->wwwroot.'/course/view.php?id='.$quiz->course.'">'.get_string('gobacktocourse', 'quiz').'</a></p>';
-
 /// Print the navigation panel if required
     $numpages = quiz_number_of_pages($attempt->layout);
     if ($numpages > 1 and !$showall) {