Package standalone
Class MarkerController
- java.lang.Object
-
- standalone.MarkerController
-
@Path("/isaac-api/api/questions") public class MarkerController extends Object
-
-
Constructor Summary
Constructors Constructor Description MarkerController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsaacAnswerResponsegetMarks(String questionId, IsaacAnswer answer)
-
-
-
Method Detail
-
getMarks
@POST @Path("/graph_sketcher_test%7C{question}/answer") @Consumes("application/json") @Produces("application/json") public IsaacAnswerResponse getMarks(@PathParam("question") String questionId, IsaacAnswer answer) throws Exception- Throws:
Exception
-
-