Package | Description |
---|---|
org.assistments.domain.content.tutor |
Modifier and Type | Method and Description |
---|---|
protected FillInResponseValue |
FillInProblem.makeResponse(java.lang.String... responseParts) |
FillInResponseValue |
FillInProblem.makeResponse(java.lang.String studentResponse)
Creates and returns a student response value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FillInProblem.isCorrect(FillInResponseValue response,
java.util.Map<java.lang.String,java.lang.String> args) |
protected boolean |
FillInAnswerValue.isMatch(FillInResponseValue response,
java.util.Map<java.lang.String,java.lang.String> args) |
protected boolean |
FillInAnswer.isMatch(FillInResponseValue response,
java.util.Map<java.lang.String,java.lang.String> args) |