org.activemath.studentmodel2.simulation
Class EvalSimulator
java.lang.Object
org.activemath.studentmodel2.simulation.StudentSimulator
org.activemath.studentmodel2.simulation.EvalSimulator
public class EvalSimulator
- extends StudentSimulator
The EvalSimulator is meant to rerun a real Evaluation, i.e. it takes
the input of the test persons and does a replay of their data - especially
ExerciseStepEvents in order to get the estimations of a different LearnerModel.
The tasks are:
- Read the input data from a student's ulog
- Recreate the proper Events
- Dispatch the events to the system
| Fields inherited from class org.activemath.studentmodel2.simulation.StudentSimulator |
concepts, evidenceCnt, exercises, log, masteryEstimates, rerun, simBaseDir, simulationId, simuleeCnt, simulees, useXLMStyleDifficulty |
| Methods inherited from class org.activemath.studentmodel2.simulation.StudentSimulator |
createReport, getConcepts, getEvidenceCnt, getExercises, getSimBaseDir, getSimulationId, getSimuleeCnt, getSimulees, init, isAdaptiveDifficulty, isRerun, isUseContentDifficulties, isUseXLMStyleDifficulty, runSimulation, setAdaptiveDifficulty, setConcepts, setEvidenceCnt, setExercises, setRerun, setSimBaseDir, setSimulationId, setSimuleeCnt, setSimulees, setUseContentDifficulties, setUseXLMStyleDifficulty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvalSimulator
public EvalSimulator()