Skip to content
Snippets Groups Projects
Commit ed732ab2 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Fixed problem with answernote which broke the saving and loading of questions.

Related to the change from fixed length answernotes to text field.
parent 7d9a8825
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,7 @@ class qtype_stack extends question_type { ...@@ -90,6 +90,7 @@ class qtype_stack extends question_type {
$options = new stdClass(); $options = new stdClass();
$options->questionid = $fromform->id; $options->questionid = $fromform->id;
$options->questionvariables = ''; $options->questionvariables = '';
$options->questionnote = '';
$options->specificfeedback = ''; $options->specificfeedback = '';
$options->prtcorrect = ''; $options->prtcorrect = '';
$options->prtpartiallycorrect = ''; $options->prtpartiallycorrect = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment