Uses of Class
standalone.dos.IsaacAnswerResponse
-
Packages that use IsaacAnswerResponse Package Description standalone standalone.dos -
-
Uses of IsaacAnswerResponse in standalone
Methods in standalone that return IsaacAnswerResponse Modifier and Type Method Description IsaacAnswerResponseMarkerController. getMarks(String questionId, IsaacAnswer answer)IsaacAnswerResponseMarker. mark(GraphSolutions question, GraphAnswer graphAnswer)Mark an answer against a list of solutions. -
Uses of IsaacAnswerResponse in standalone.dos
Methods in standalone.dos that return IsaacAnswerResponse Modifier and Type Method Description IsaacAnswerResponseGraphSolutionItem. getResponse()IsaacAnswerResponseGraphSolutions. getUnmatchedResponse()Constructors in standalone.dos with parameters of type IsaacAnswerResponse Constructor Description GraphSolutionItem(String graphDefinition, IsaacAnswerResponse response)GraphSolutions(List<GraphSolutionItem> answers, IsaacAnswerResponse unmatchedResponse)
-