Uses of Enum Class
me.nickhanson.codeforge.entity.Outcome
Packages that use Outcome
Package
Description
-
Uses of Outcome in me.nickhanson.codeforge.entity
Methods in me.nickhanson.codeforge.entity that return OutcomeModifier and TypeMethodDescriptionstatic OutcomeReturns the enum constant of this class with the specified name.static Outcome[]Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.nickhanson.codeforge.entity with parameters of type OutcomeModifierConstructorDescriptionSubmission(Challenge challenge, Outcome outcome, String code) Constructs a new Submission with the specified challenge, outcome, and optional code. -
Uses of Outcome in me.nickhanson.codeforge.evaluator
Methods in me.nickhanson.codeforge.evaluator that return OutcomeModifier and TypeMethodDescriptionAnswerEvaluation.getOutcome()Gets the outcome of the evaluation.Constructors in me.nickhanson.codeforge.evaluator with parameters of type OutcomeModifierConstructorDescriptionAnswerEvaluation(Outcome outcome, String feedback, String normalizedExpected, String normalizedSubmitted) Constructs an AnswerEvaluation with the specified details. -
Uses of Outcome in me.nickhanson.codeforge.service
Methods in me.nickhanson.codeforge.service with parameters of type OutcomeModifier and TypeMethodDescriptionDrillService.recordOutcome(Long challengeId, Outcome outcome, String code, String userId) Records the outcome of a user's attempt at a challenge and updates the corresponding drill item.Constructors in me.nickhanson.codeforge.service with parameters of type Outcome