org.activemath.studentmodel2.simulation
Class EvalSimulator

java.lang.Object
  extended by org.activemath.studentmodel2.simulation.StudentSimulator
      extended by 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:


Field Summary
 
Fields inherited from class org.activemath.studentmodel2.simulation.StudentSimulator
concepts, evidenceCnt, exercises, log, masteryEstimates, rerun, simBaseDir, simulationId, simuleeCnt, simulees, useXLMStyleDifficulty
 
Constructor Summary
EvalSimulator()
           
 
Method Summary
 
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
 

Constructor Detail

EvalSimulator

public EvalSimulator()