Class ChatBotGrade

java.lang.Object
com.gophers.structures.grades.GradeTemplate
com.gophers.structures.grades.ChatBotGrade
All Implemented Interfaces:
Grade

public class ChatBotGrade extends GradeTemplate
A concrete implementation of GradeTemplate for grading the chatbot. This class defines how weightings and feedback are allocated for the chatbot grade.
  • Constructor Details

    • ChatBotGrade

      public ChatBotGrade(org.junit.runner.Result result)
      Constructs a ChatBotGrade instance using the result of a test. The constructor calls the parent class constructor and initializes the total marks.
      Parameters:
      result - The result of the test run for the chatbot grade.
  • Method Details