Package | Description |
---|---|
org.assistments.domain.content.tutor |
Modifier and Type | Method and Description |
---|---|
static AnswerableProblemAttributes |
RangeProblem.getProblemAttributes()
Returns the problem type attributes for RangeProblem.
|
static AnswerableProblemAttributes |
RacketProblem.getProblemAttributes()
Returns the problem type attributes for FillInProblem.
|
static AnswerableProblemAttributes |
FillInUnitsProblem.getProblemAttributes()
Returns the problem type attributes for FillInUnitsProblem.
|
static AnswerableProblemAttributes |
PlusMinusRangeProblem.getProblemAttributes()
Returns the problem type attributes for PlusMinusRangeProblem.
|
static AnswerableProblemAttributes |
ChooseNProblem.getProblemAttributes()
Returns the problem type attributes for ChooseNProblem.
|
static AnswerableProblemAttributes |
FillInProblem.getProblemAttributes()
Returns the problem type attributes for FillInProblem.
|
static AnswerableProblemAttributes |
ChooseOneProblem.getProblemAttributes()
Returns the problem type attributes for ChooseOneProblem.
|
static AnswerableProblemAttributes |
SortingProblem.getProblemAttributes()
Returns the problem type attributes for SortingProblem.
|
AnswerableProblemAttributes |
AnswerableProblem.getProblemTypeAttributes()
Returns the problem type properties for this instance's class type.
|
static AnswerableProblemAttributes |
AnswerableProblem.getProblemTypeAttributes(java.lang.String classType)
Returns a problem type's properties.
|