mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
question bank: MDL-17992 and MDL-17397. Put back questiontext as a separate row option, and increase consistenscy between stand-alone qbank and the display in the quiz editing page.
This commit is contained in:
parent
89b8ce51d9
commit
b7a9dc5193
5 changed files with 140 additions and 59 deletions
|
@ -1163,8 +1163,8 @@ class quiz_question_bank_view extends question_bank_view {
|
|||
echo '<form method="get" action="edit.php" id="displayoptions">';
|
||||
echo "<fieldset class='invisiblefieldset'>";
|
||||
echo $this->baseurl->hidden_params_out(array('recurse', 'showhidden', 'showquestiontext'));
|
||||
$this->display_category_form_checkbox('recurse', $recurse);
|
||||
$this->display_category_form_checkbox('showhidden', $showhidden);
|
||||
$this->display_category_form_checkbox('recurse', get_string('recurse', 'quiz'));
|
||||
$this->display_category_form_checkbox('showhidden', get_string('showhidden', 'quiz'));
|
||||
echo '<noscript><div class="centerpara"><input type="submit" value="'. get_string('go') .'" />';
|
||||
echo '</div></noscript></fieldset></form>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue