org.activemath.studentmodel2.evaluation
Class AnswerItem

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

public class AnswerItem
extends Object

Just a little storage class to see the student progress and change in mastery after each answer


Field Summary
 double achievement
           
 String concept
           
 double corrProb
           
 int evidenceIdx
           
 String exerciseId
           
 double irtDifficulty
           
 double relDifficulty
           
 int relStep
           
 String studentId
           
 
Constructor Summary
AnswerItem()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exerciseId

public String exerciseId

irtDifficulty

public double irtDifficulty

relDifficulty

public double relDifficulty

corrProb

public double corrProb

achievement

public double achievement

evidenceIdx

public int evidenceIdx

relStep

public int relStep

concept

public String concept

studentId

public String studentId
Constructor Detail

AnswerItem

public AnswerItem()
Method Detail

toString

public String toString()
Overrides:
toString in class Object