Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Blank score indicator for any student with a blank or null assignment grade in Course Grades

User Interface Changes

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).

  • No labels