mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Merge branch 'MDL-72064-master' of https://github.com/NashTechOpenUniversity/moodle
This commit is contained in:
commit
999314af75
question/type/multichoice
theme
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user