bi.setSubmissionJustification(i, String.format("Justification from %s to %s.", student.email, student.team.students.get(i).email));
bi.setSubmissionComments(i, String.format("Comments from %s to %s.", student.email, student.team.students.get(i).email));
}
// Submit the evaluation
bi.wdClick(bi.studentSubmitEvaluationButton);
// Check to see evaluation status is "Submitted"
assertEquals("SUBMITTED", bi.studentGetEvaluationStatus(scn.course.courseId, scn.evaluation.name));
bi.logout();