Uses of Class
org.problets.tutor.problemsequencer.competence.BaseLearnObjSelector

Packages that use BaseLearnObjSelector
org.problets.tutor.problemsequencer.competence   
 

Uses of BaseLearnObjSelector in org.problets.tutor.problemsequencer.competence
 

Subclasses of BaseLearnObjSelector in org.problets.tutor.problemsequencer.competence
 class RandomLearnObjSelector
          Helps select the next learning objective for CompetenceProblemSequencer Selects the next learning objective in random Prevents using the same learning objective back to back unless it is the only one left Limits the number of problems generated in sequence
 class SequenceLearnObjSelector
          Helps select the next learning objective for CompetenceProblemSequencer Selects the next learning objective in Sequence Limits the number of problems generated in sequence
 

Methods in org.problets.tutor.problemsequencer.competence that return BaseLearnObjSelector
static BaseLearnObjSelector BaseLearnObjSelector.getLearnObjSelector(java.util.Vector inLearningObjectives)
          Returns an object of the appropriate subclass