Class TestedProjectSubmissionOutputParser.ProjectScore

java.lang.Object
edu.pdx.cs.joy.grader.TestedProjectSubmissionOutputParser.ProjectScore
Enclosing class:
TestedProjectSubmissionOutputParser

  • Field Details

  • Constructor Details

  • Method Details

    • getScore

      public double getScore()
    • getTotalPoints

      public double getTotalPoints()
    • getProjectName

    • isReviewed

      public boolean 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