|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.tutor.problemsequencer.integrated.LearnObjSpec
public class LearnObjSpec
Holds the specification for one learning objective in integrated problem sequence - pretest, practice and post-test. Primarily used by AnalysisManager.
Field Summary | |
---|---|
static java.lang.String |
PROFICIENCY_HEADER
|
static java.lang.String |
TREATMENT_HEADER
|
Constructor Summary | |
---|---|
LearnObjSpec(java.lang.String inLearnObj)
Constructor to be used by derived classes |
|
LearnObjSpec(java.util.Vector specVector)
Constructor that extracts data member values from input specifications |
Method Summary | |
---|---|
java.lang.String |
getLearningObjective()
Returns the learning objective |
java.util.Vector |
getPosttestProblems()
Returns the posttest problems for this learning objective |
java.util.Vector |
getPracticeProblems()
Returns the practice problems for this learning objective |
java.util.Vector |
getPretestProblems()
Returns the pretest problems for this learning objective |
java.util.Vector |
getProblems(java.lang.String stage)
Returns the problems for the specified stage |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROFICIENCY_HEADER
public static final java.lang.String TREATMENT_HEADER
Constructor Detail |
---|
public LearnObjSpec(java.lang.String inLearnObj)
public LearnObjSpec(java.util.Vector specVector)
Method Detail |
---|
public java.util.Vector getPretestProblems()
public java.util.Vector getPracticeProblems()
public java.util.Vector getPosttestProblems()
public java.lang.String getLearningObjective()
public java.util.Vector getProblems(java.lang.String stage)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |