2984 PO 5) Better text

This commit is contained in:
Andreas Svanberg 2023-10-12 20:20:13 +02:00
parent 73bd111a63
commit 772db37f8b

@ -117,7 +117,7 @@ public class SendToExaminer extends GenericPanel<Project> {
.filter(Examination::hasManyPassingGrades)
.toList();
if (!arePassFailReported(token, project, author, examinations)) {
getSession().info("You have to report the pass/fail criteria for " + author.getFullName());
getSession().info("You have to report the pass/fail criteria for " + author.getFullName() + " since it was not reported when the student passed phase two review.");
setResponsePage(SupervisorGradingPage.class, SupervisorGradingPage.getPageParameters(project));
} else if (gradedExaminations.size() > 1) {
getSession().info(author.getFullName() + " has a complex examination setup, manual reporting is necessary");