mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
merged from stable
This commit is contained in:
parent
36f0d1acbb
commit
8c95e97fec
3 changed files with 24 additions and 18 deletions
|
@ -261,7 +261,7 @@
|
|||
|
||||
|
||||
<tr valign="top">
|
||||
<?php include('reviewoptions.html'); ?>
|
||||
<?php include($CFG->dirroot . '/mod/quiz/reviewoptions.html'); ?>
|
||||
<td align="center">
|
||||
<input type="hidden" name="fix_review" value="0" />
|
||||
<input type="checkbox" name="fix_review" value="1" <?php p($CFG->quiz_fix_review ? "checked" : "") ?> />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue