|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.sequencer.ExerciseSequencerFactory
public class ExerciseSequencerFactory
Help to create the appropriate instance of exercise sequencer with different signature.
| Method Summary | |
|---|---|
static ExerciseSequencer |
createExerciseSequencer(String type,
AppSession appSession,
List<ExerciseArgumentSetting> givenExercises,
String learningGoal,
List<String> conceptIds,
String bookId,
int numExerciseSuccessful,
int timeOut)
Looks up the parameter "type" to decide which kind of sequencer it should create. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ExerciseSequencer createExerciseSequencer(String type,
AppSession appSession,
List<ExerciseArgumentSetting> givenExercises,
String learningGoal,
List<String> conceptIds,
String bookId,
int numExerciseSuccessful,
int timeOut)
type - appSession - givenExercises - learningGoal - conceptIds - bookId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||