Skip to content

Commit

Permalink
MDL-76597 mod_quiz: Add label for version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jan 6, 2023
1 parent e4f1f25 commit 384e40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/templates/question_slot.mustache
Expand Up @@ -36,7 +36,7 @@
</div>
<span class="actions">
{{#versionselection}}
<label for="version-{{slotid}}"> </label>
<label for="version-{{slotid}}" class="sr-only">{{#str}}question_version, question{{/str}}</label>
<select id="version-{{slotid}}" name="version" class="form-control mr-2 h-auto version-selection"
data-action="mod_quiz-select_slot" data-slot-id="{{slotid}}">
{{#versionoption}}
Expand Down

0 comments on commit 384e40a

Please sign in to comment.