Merge branch 'MDL-87142-501' of https://github.com/lucaboesch/moodle into MOODLE_501_STABLE

This commit is contained in:
Mihail Geshoski
2025-12-12 09:45:20 +07:00
committed by Huong Nguyen
@@ -41,7 +41,7 @@
<label class="input-group-text" for="question-text-format">
{{label}}
</label>
<select class="form-select" name="format" id="question-text-format">
<select class="form-select dropdown-toggle" name="format" id="question-text-format">
{{#options}}
<option value="{{value}}"{{#selected}} selected{{/selected}}>{{label}}</option>
{{/options}}
@@ -53,4 +53,5 @@
require(['qbank_viewquestiontext/question_text_format'], QuestionTextFormat => {
QuestionTextFormat.init('questionscontainer');
});
{{/js}}
{{/js}}