mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
mod/quiz: Revert commit which added the "go back to course" link
This commit is contained in:
parent
4b991ddd18
commit
af5dd7c547
2 changed files with 0 additions and 4 deletions
|
@ -256,7 +256,6 @@ $string['giftnonumericalanswers'] = 'No answers found for numerical question';
|
||||||
$string['giftnovalidquestion'] = 'No valid question found';
|
$string['giftnovalidquestion'] = 'No valid question found';
|
||||||
$string['giftqtypenotset'] = 'Question type is not set';
|
$string['giftqtypenotset'] = 'Question type is not set';
|
||||||
$string['giftrightbraceerror'] = 'Could not find a }';
|
$string['giftrightbraceerror'] = 'Could not find a }';
|
||||||
$string['gobacktocourse'] = 'Click here to go back to the course';
|
|
||||||
$string['grade'] = 'Grade';
|
$string['grade'] = 'Grade';
|
||||||
$string['gradeall'] = 'Grade All';
|
$string['gradeall'] = 'Grade All';
|
||||||
$string['gradeaverage'] = 'Average grade';
|
$string['gradeaverage'] = 'Average grade';
|
||||||
|
|
|
@ -238,9 +238,6 @@
|
||||||
}
|
}
|
||||||
echo '</tbody></table>';
|
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
|
/// Print the navigation panel if required
|
||||||
$numpages = quiz_number_of_pages($attempt->layout);
|
$numpages = quiz_number_of_pages($attempt->layout);
|
||||||
if ($numpages > 1 and !$showall) {
|
if ($numpages > 1 and !$showall) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue