Package | Description |
---|---|
org.assistments.domain.content | |
org.assistments.domain.content.tutor | |
org.assistments.service.manager.content | |
org.assistments.service.manager.content.impl |
Modifier and Type | Method and Description |
---|---|
static ProblemType |
ProblemType.getType(Problem problemInstance) |
Modifier and Type | Class and Description |
---|---|
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 |
ChooseNProblem
ChooseNProblem implements a problem type allowing a student to select one or more
correct answers.
|
class |
ChooseOneProblem
ChooseOneProblem represents ... |
class |
ExternallyGradedProblem |
class |
ExternallyRunProblem |
class |
ExternalProblem<A extends ExternalAnswer<V,R>,V extends ExternalAnswerValue<R>,R extends ExternalResponseValue> |
class |
FillInProblem |
class |
FillInUnitsProblem |
class |
OpenResponseProblem |
class |
PlusMinusRangeProblem |
class |
RacketProblem |
class |
RangeProblem |
class |
SortingProblem |
class |
SubmittableProblem |
Modifier and Type | Method and Description |
---|---|
Problem |
ProblemManager.getFullProblem(int dbId)
Find a problem given the dbId.
|
Problem |
ProblemManager.getFullProblem(ProblemRow pData)
Given problemData get the full problem.
|
static Problem |
ProblemManager.getProblem(ProblemType pType,
java.lang.String uid) |
static Problem |
ProblemManager.getProblem(RubyProblemType rpType,
java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
Problem |
ProblemManagerImpl.getFullProblem(int dbId) |
Problem |
ProblemManagerImpl.getFullProblem(ProblemRow pData) |