-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.1, 3.4, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-59999-master -
On the Lesson 'Grade essays' page, there is no indication which (if any) of the submissions have been graded.
This was addressed in an earlier version (MDL-45679), but has regressed with the Boost theme.
Workaround: Add the following to Site Administration > Appearance > Themes > Boost > Advanced > Raw SCSS
.path-mod-lesson .essaygraded
{ background-color: #fcf8e3; }.path-mod-lesson .essayungraded
{ background-color: #f2dede; }.path-mod-lesson .essaysent
{ background-color: #dff0d8; }