-
Bug
-
Resolution: Fixed
-
Major
-
2.5.2, 2.6, 2.6.5, 2.7.2
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
On the Lesson "Grade essays" page, the student's response is displayed as plain text, i.e. any HTML tags are ignored.
Very easy fix (for Moodle 2.5)_
file mod/lesson/essay.php
line 398
replace
$data->studentanswer = format_string($essayinfo->answer, $essayinfo->answerformat);
|
with
$data->studentanswer = format_text($essayinfo->answer, $essayinfo->answerformat);
|
- blocks
-
MDL-43387 Please provide a proper HTML editor for Grading essays!
- Closed
- has been marked as being related by
-
MDL-29839 Review essay formatting issue
- Closed
- is duplicated by
-
MDL-31359 lesson: essay question shows html characters on review
- Closed
-
MDL-39410 LaTeX formulas in Lesson Short Answer questions
- Closed
-
MDL-45680 Essay grading page does not display HTML in questions and answers
- Closed
- will help resolve
-
MDL-31359 lesson: essay question shows html characters on review
- Closed
-
MDL-27554 Some improvements to the lesson detailed report
- Closed