org.activemath.studentmodel2.evaluation
Class MasteryChange

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

public class MasteryChange
extends Object

Simple Structure to hold mastery changes before and after an ExerciseStep


Field Summary
 double afterMastery
           
 double beforeMastery
           
 String conceptId
           
 
Constructor Summary
MasteryChange()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

conceptId

public String conceptId

beforeMastery

public double beforeMastery

afterMastery

public double afterMastery
Constructor Detail

MasteryChange

public MasteryChange()
Method Detail

toString

public String toString()
Overrides:
toString in class Object