Package edu.pdx.cs.joy.grader
Class TestedProjectSubmissionOutputParser.ProjectScore
java.lang.Object
edu.pdx.cs.joy.grader.TestedProjectSubmissionOutputParser.ProjectScore
- Enclosing class:
TestedProjectSubmissionOutputParser
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProjectScore(String score, int scoreLineNumber, String totalPoints, String projectName, LocalDateTime submissionTime) -
Method Summary
Modifier and TypeMethodDescriptiondoublegetScore()doublebooleanDetermines if a submission has been reviewed by a grader.
-
Field Details
-
UNREVIEWED_SCORE_LINE_NUMBER
- See Also:
-
-
Constructor Details
-
ProjectScore
ProjectScore(String score, int scoreLineNumber, String totalPoints, String projectName, LocalDateTime submissionTime)
-
-
Method Details
-
getScore
-
getTotalPoints
-
getProjectName
-
isReviewed
Determines if a submission has been reviewed by a grader. A submission is considered reviewed if: 1. It has a numeric score, OR 2. The score line appears after line 7 (indicating grader comments are present)When a score line like " out of X.X" appears after line 7, it indicates the grader has left feedback for the student to fix issues and resubmit.
-
getSubmissionTime
-