|
|
@ -254,7 +254,7 @@ class FillBlanks extends Question |
|
|
|
$form->addElement( |
|
|
|
$form->addElement( |
|
|
|
'html_editor', |
|
|
|
'html_editor', |
|
|
|
'answer', |
|
|
|
'answer', |
|
|
|
Display::returnIconPath('fill_field.png'), |
|
|
|
Display::return_icon('fill_field.png'), |
|
|
|
['id' => 'answer', 'onkeyup' => "javascript: updateBlanks(this);"], |
|
|
|
['id' => 'answer', 'onkeyup' => "javascript: updateBlanks(this);"], |
|
|
|
array('ToolbarSet' => 'TestQuestionDescription') |
|
|
|
array('ToolbarSet' => 'TestQuestionDescription') |
|
|
|
); |
|
|
|
); |
|
|
|