1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00
This commit is contained in:
Sara Arjona 2021-10-18 12:59:37 +02:00
commit 999314af75
4 changed files with 11 additions and 1 deletions
question/type/multichoice
theme
boost
scss/moodle
style
classic/style

@ -113,7 +113,7 @@ abstract class qtype_multichoice_renderer_base extends qtype_with_combined_feedb
$choice = html_writer::div($choicetext, 'flex-fill ml-1');
$radiobuttons[] = $hidden . html_writer::empty_tag('input', $inputattributes) .
html_writer::div($choicenumber . $choice, 'd-flex w-100', [
html_writer::div($choicenumber . $choice, 'd-flex w-auto', [
'id' => $inputattributes['id'] . '_label',
'data-region' => 'answer-label',
]);

@ -656,6 +656,10 @@ a#hidebankcmd {
display: inline;
}
.que .content .answer div[data-region="answer-label"] .mediaplugin {
width: 400px;
}
body.path-question-type .mform fieldset.hidden {
padding: 0;
margin: 0.7em 0 0;

@ -16581,6 +16581,9 @@ a#hidebankcmd {
.que label {
display: inline; }
.que .content .answer div[data-region="answer-label"] .mediaplugin {
width: 400px; }
body.path-question-type .mform fieldset.hidden {
padding: 0;
margin: 0.7em 0 0; }

@ -16581,6 +16581,9 @@ a#hidebankcmd {
.que label {
display: inline; }
.que .content .answer div[data-region="answer-label"] .mediaplugin {
width: 400px; }
body.path-question-type .mform fieldset.hidden {
padding: 0;
margin: 0.7em 0 0; }