Package | Description |
---|---|
org.assistments.domain.content.tutor |
Modifier and Type | Method and Description |
---|---|
static Pair<BooleanResult,java.lang.Boolean> |
AnswerValuePart.isValid(AnswerValuePart avp)
Calls isValid with the second parameter set to true.
|
static Pair<BooleanResult,java.lang.Boolean> |
AnswerValuePart.isValid(AnswerValuePart avp,
boolean appendAnswer)
Validates that the evaluation type specified in an answer value part is a known type
and that the value (the data) is of that type.
|