org.activemath.studentmodel2.evaluation
Class StepEval

java.lang.Object
  extended by org.activemath.studentmodel2.evaluation.StepEval

public class StepEval
extends Object


Field Summary
 int[] correctCnt
           
 int[] wrongCnt
           
 
Constructor Summary
StepEval()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

correctCnt

public int[] correctCnt

wrongCnt

public int[] wrongCnt
Constructor Detail

StepEval

public StepEval()