-
Bug
-
Resolution: Fixed
-
Major
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
MDL-68761-master -
In Moodle 3.9 Multiple choice question answers in Moodle 3.9 start on the second line instead of on the same line as the answer choice numbering. The answers look like this:
a.
Washington
b.
Adams
instead of like:
a. Washington
b. Adams
This because of how the editor creates default paragraph elements now:
<p dir="ltr" style="text-align: left;">Washington</p>
If you edit the HTML to:
<p>Washington</p>
The answers will display correctly. This was tested in multiple browsers and operating systems. I tested on Moodle 3.7 and if I copy the 3.9 answer style,<p dir="ltr" style="text-align: left;">, it also shows this issue.
- blocks
-
MDLQA-14279 CLONE - A teacher can create, edit and preview a multiple choice question
- Passed
-
MDLQA-14280 CLONE - A teacher can create, edit and preview a multiple choice question with multiple answers
- Passed
- caused a regression
-
MDL-70032 Invalid div under labels in multichoice answers
- Closed
- Discovered while testing
-
MDLQA-14266 CLONE - A teacher can enable deferred or immediate feedback for a quiz
- Passed
- has a non-specific relationship to
-
MDL-68963 Multiple-choice question radio and checkbox accessibility/design issues
- Closed
- has been marked as being related by
-
MDL-72064 Too easy to accidentally change your answer to a multiple-choice questions
- Closed
-
MDL-69012 Multiple choice display of correct answers badly laid out
- Closed
-
MDL-70374 Layout of multiple choice questions not well aligned
- Closed
- is a regression caused by
-
MDL-45227 Add text direction to default ATTO generated markup
- Closed