mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Numerical questions lost their category when editing. Fixed.
This commit is contained in:
parent
44d6ae6df4
commit
1db60bdac0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<TR valign=top>
|
||||
<TD align=right><P><B><?php print_string("category", "quiz") ?>:</B></P></TD>
|
||||
<TD>
|
||||
<?php quiz_category_select_menu($course->id, true, true); ?>
|
||||
<?php quiz_category_select_menu($course->id, true, true,$question->category); ?>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR valign=top>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue