Uses of Class
standalone.dos.ResponseExplanation
-
Packages that use ResponseExplanation Package Description standalone.dos -
-
Uses of ResponseExplanation in standalone.dos
Methods in standalone.dos that return ResponseExplanation Modifier and Type Method Description ResponseExplanationIsaacAnswerResponse. getExplanation()Methods in standalone.dos that return types with arguments of type ResponseExplanation Modifier and Type Method Description List<ResponseExplanation>ResponseExplanation. getChildren()Constructors in standalone.dos with parameters of type ResponseExplanation Constructor Description IsaacAnswerResponse(boolean correct, ResponseExplanation explanation)Constructor parameters in standalone.dos with type arguments of type ResponseExplanation Constructor Description ResponseExplanation(String encoding, String[] tags, String type, List<ResponseExplanation> children)
-