Modifier and Type | Class and Description |
---|---|
class |
Answer<P extends AnswerValuePart,V extends TeacherAnswerValue<P,R>,R extends StudentResponseValue<P>>
Answer is the base class for creating problem type-specific answers.
|
class |
AnswerableProblem<P extends AnswerValuePart,A extends Answer<P,V,R>,V extends TeacherAnswerValue<P,R>,R extends StudentResponseValue<P>>
AnswerableProblem is the base class for problems with answers that can be identified, or
evaluated, as correct or incorrect.
|
class |
TeacherAnswerValue<P extends AnswerValuePart,R extends StudentResponseValue<P>> |
Modifier and Type | Class and Description |
---|---|
class |
ChooseNResponseValue |
class |
ExternallyGradedResponseValue |
class |
ExternallyRunResponseValue |
class |
ExternalResponseValue |
class |
FillInResponseValue |
class |
FillInUnitsResponseValue |
class |
PlusMinusRangeResponseValue |
class |
RangeResponseValue |
Modifier and Type | Field and Description |
---|---|
(package private) StudentResponseValue |
StudentResponseAction.response |
Modifier and Type | Method and Description |
---|---|
StudentResponseValue |
StudentResponseAction.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
StudentResponseAction.setResponse(StudentResponseValue response) |
Modifier and Type | Field and Description |
---|---|
(package private) StudentResponseValue<?> |
StudentResponseActionBuilder.response |
Modifier and Type | Method and Description |
---|---|
StudentResponseValue<?> |
StudentResponseActionBuilder.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
StudentResponseActionBuilder.setResponse(StudentResponseValue<?> response) |
Modifier and Type | Method and Description |
---|---|
static StudentResponseValue |
ProblemManager.getStudentResponseValue(ProblemType pType,
java.util.List<Pair<AnswerEvalType,java.lang.String>> responseParts) |
static StudentResponseValue |
ProblemManager.getStudentResponseValue(RubyProblemType rpType,
java.util.List<Pair<AnswerEvalType,java.lang.String>> responseParts) |