Blank score indicator
Blank score indicator for any student with a blank or null assignment grade in Course Grades
User Interface Changes
Files to be modified |
---|
Fortunately it looks like we can just iterate through CourseGradeDetailsBean.getScoreRows().getEventRows().getGrade() and look for nulls or blanks there. So this is purely a UI change (at least in the sense that backing beans are part of the presentation layer, that is).