Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.1, 3.4, 3.5
-
Component/s: Lesson
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
Fixed Branches:MOODLE_33_STABLE, MOODLE_34_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-59999-master
Description
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; }