bi.clickEvaluationViewResults(scn.course.courseId, scn.evaluation.name);
// click 'Edit' 1st student:
bi.clickReviewerSummaryEdit(FIRST_STUDENT);
Student s = scn.students.get(FIRST_STUDENT);
for (int i = 0; i < s.team.students.size(); i++) {
bi.setSubmissionPoint(i, "30");
bi.setSubmissionJustification(i, String.format("Edit:: Justification from %s to %s.", s.email, s.team.students.get(i).email));
bi.setSubmissionComments(i, String.format("Edit:: Comments from %s to %s.", s.email, s.team.students.get(i).email));
}