Uses of Interface
com.gophers.interfaces.Grade
Packages that use Grade
Package
Description
-
Uses of Grade in com.gophers.structures.domain
Constructor parameters in com.gophers.structures.domain with type arguments of type GradeModifierConstructorDescriptionAssignmentGrade(List<Grade> grades) Constructor to initialize grades and feedback from a list of grade objects. -
Uses of Grade in com.gophers.structures.factory
Methods in com.gophers.structures.factory that return GradeModifier and TypeMethodDescriptionabstract GradeAbstractGradeFactory.createItem(org.junit.runner.Result result, int index) Creates a singleGradeobject based on the given test result and index.GradeFactory.createItem(org.junit.runner.Result result, int index) Creates a specificGradeobject based on the given index.Methods in com.gophers.structures.factory that return types with arguments of type GradeModifier and TypeMethodDescriptionAbstractGradeFactory.createItems(List<org.junit.runner.Result> results) Creates a list ofGradeobjects based on the given test results. -
Uses of Grade in com.gophers.structures.grades
Classes in com.gophers.structures.grades that implement GradeModifier and TypeClassDescriptionclassA concrete implementation ofGradeTemplatefor grading the chatbot generator.classA concrete implementation ofGradeTemplatefor grading the chatbot.classA concrete implementation ofGradeTemplatefor grading the chatbot platform.classA concrete implementation ofGradeTemplatefor grading the chatbot simulation.classAn abstract class that implements theGradeinterface and provides a template for grading assignments or tests based on results.classRepresents a grading structure specific to programming assignments, extending the genericGradeTemplatewith configuration and feedback specific to the program component of a course.