Skip to content

Commit

Permalink
SAK-40549 (sakaiproject#5945)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusmmp authored and ern committed Sep 5, 2018
1 parent 9e3ba8e commit e4e4daa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ public void getGradesSpreadsheet(final OutputStream out, final String reference,

if (submission.getGraded() && submission.getGrade() != null) {
// graded and released
String grade = assignmentService.getGradeDisplay(submission.getGrade(), submission.getAssignment().getTypeOfGrade(), submission.getAssignment().getScaleFactor());
String grade = assignmentService.getGradeForSubmitter(submission, submissionSubmitters[0].getSubmitter());

if (assignmentType == Assignment.GradeType.SCORE_GRADE_TYPE) {
try {
// numeric cell type?
Expand Down

0 comments on commit e4e4daa

Please sign in to comment.