Package net.starype.quiz.api.game.answer
Class NumberCorrectness
- java.lang.Object
-
- net.starype.quiz.api.game.answer.NumberCorrectness
-
- All Implemented Interfaces:
CorrectnessEvaluator
public class NumberCorrectness extends java.lang.Object implements CorrectnessEvaluator
-
-
Constructor Summary
Constructors Constructor Description NumberCorrectness(java.util.Set<Answer> acceptedAnswers, double acceptedRange, LossFunction lossFunction)
-
Method Summary
Modifier and Type Method Description double
getCorrectness(Answer answer)
-
-
-
Constructor Detail
-
NumberCorrectness
public NumberCorrectness(java.util.Set<Answer> acceptedAnswers, double acceptedRange, LossFunction lossFunction)
-
-
Method Detail
-
getCorrectness
public double getCorrectness(Answer answer)
- Specified by:
getCorrectness
in interfaceCorrectnessEvaluator
-
-