We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a32ad commit a8b70d5Copy full SHA for a8b70d5
classes/question/essay.php
@@ -93,7 +93,7 @@ protected function question_survey_display($response, $descendantsdata, $blankqu
93
$editor = editors_get_preferred_editor();
94
$editor->use_editor($name, questionnaire_get_editor_options($this->context));
95
$texteditor = html_writer::tag('textarea', $value,
96
- array('id' => $name, 'name' => $name, 'rows' => $rows, 'cols' => $cols));
+ array('id' => $name, 'name' => $name, 'rows' => $rows, 'cols' => $cols, 'class'=>'form-control'));
97
} else {
98
$editor = FORMAT_PLAIN;
99
0 commit comments