MDL-8994 - Question category selector on the question type editing forms is ignored.
This commit is contained in:
@@ -147,6 +147,7 @@ class default_questiontype {
|
||||
// question types.
|
||||
|
||||
// First, save the basic question itself
|
||||
$question->category = $form->category;
|
||||
$question->name = trim($form->name);
|
||||
$question->questiontext = trim($form->questiontext);
|
||||
$question->questiontextformat = $form->questiontextformat;
|
||||
|
||||
Reference in New Issue
Block a user