}
pointsBumpRatio = evaluations.calculatePointsBumpRatio(courseID,
evaluationName, s.getFromStudent(), fromList);
submissionDetailsList.add(new SubmissionDetailsForCoordinator(
courseID, evaluationName, fromStudentName, toStudentName, s
.getFromStudent(), s.getToStudent(),
fromStudentComments, toStudentComments, s.getTeamName(), s
.getPoints(), pointsBumpRatio,
s.getJustification(), s.getCommentsToStudent()));