Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9.3, 3.0, 3.2.3, 3.3, 3.4
-
Component/s: Questions
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_29_STABLE, MOODLE_30_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-52131-master -
Pull Master Diff URL:
Description
Given that your preferred text editor is "Plain text area":
- Create a quiz
- Create a question
- As a student perform an attempt
- As a teacher "Review attempt"
- Then "Make a comment or override mark"
- Choose format "Markdown"
- Write some markdown format text
- Save
- Review the same attempt again
What you get is the Comment field with the text in HTML format but the Format combo is set to Markdown format.
What you should get is the original markdown format in the Comment field.