$output = true;
} ?>
-<?php if ($CFG->quiz_fix_popup == $showfixed) { ?>
- <tr valign="top">
- <td align="right"><b><?php print_string("popup", "quiz") ?>:</b></td>
- <td align="left">
- <?php
- choose_from_menu($yesnooptions, "popup", "$form->popup", "");
- helpbutton("popup", get_string("popup","quiz"), "quiz");
- ?>
- </td>
- </tr>
-<?php } else { $hidden = true; } ?>
-
<?php if ($CFG->quiz_fix_delay1 == $showfixed) { ?>
<tr valign="top">
<td align="right"><b><?php print_string("delay1", "quiz") ?>:</b></td>
</tr>
<?php } else { $hidden = true; } ?>
+<?php if ($CFG->quiz_fix_popup == $showfixed) { ?>
+ <tr valign="top">
+ <td align="right"><b><?php print_string("popup", "quiz") ?>:</b></td>
+ <td align="left">
+ <?php
+ choose_from_menu($yesnooptions, "popup", "$form->popup", "");
+ helpbutton("popup", get_string("popup","quiz"), "quiz");
+ ?>
+ </td>
+ </tr>
+<?php } else { $hidden = true; } ?>
+
<?php if ($CFG->quiz_fix_password == $showfixed) { ?>
<tr valign="top">
<td align="right"><b><?php print_string("requirepassword", "quiz") ?>:</b></td>