Merge branch 'MDL-62594-35' of git://github.com/bmbrands/moodle into MOODLE_35_STABLE
This commit is contained in:
@@ -222,7 +222,7 @@ class qtype_multianswer_textfield_renderer extends qtype_multianswer_subq_render
|
||||
'value' => $response,
|
||||
'id' => $qa->get_qt_field_name($fieldname),
|
||||
'size' => $size,
|
||||
'class' => 'form-control',
|
||||
'class' => 'form-control mb-1',
|
||||
);
|
||||
if ($options->readonly) {
|
||||
$inputattributes['readonly'] = 'readonly';
|
||||
@@ -245,7 +245,7 @@ class qtype_multianswer_textfield_renderer extends qtype_multianswer_subq_render
|
||||
$qa, 'question', 'answerfeedback', $matchinganswer->id),
|
||||
s($correctanswer->answer), $options);
|
||||
|
||||
$output = html_writer::start_tag('span', array('class' => 'subquestion form-inline'));
|
||||
$output = html_writer::start_tag('span', array('class' => 'subquestion form-inline d-inline'));
|
||||
$output .= html_writer::tag('label', get_string('answer'),
|
||||
array('class' => 'subq accesshide', 'for' => $inputattributes['id']));
|
||||
$output .= html_writer::empty_tag('input', $inputattributes);
|
||||
|
||||
Reference in New Issue
Block a user