org.activemath.studentmodel2.simulation
Class SimulationExercise

java.lang.Object
  extended by org.activemath.studentmodel2.simulation.SimulationExercise

public class SimulationExercise
extends Object


Field Summary
protected  double achievement
           
protected  Competency competency
           
protected  CompetencyLevel competencyLevel
           
protected  Difficulty difficulty
           
protected  String forConcept
           
protected  double irtDifficulty
          the normalized difficulty to be used with IRT
protected  String simExId
           
protected  String userId
           
 
Constructor Summary
SimulationExercise()
           
 
Method Summary
 double getAchievement()
           
 Competency getCompetency()
           
 CompetencyLevel getCompetencyLevel()
           
 Difficulty getDifficulty()
           
 String getForConcept()
           
 double getIrtDifficulty()
           
 String getSimExId()
           
 String getUserId()
           
 void setAchievement(double achievement)
           
 void setCompetency(Competency competency)
           
 void setCompetencyLevel(CompetencyLevel competencyLevel)
           
 void setDifficulty(Difficulty difficulty)
           
 void setForConcept(String forConcept)
           
 void setIrtDifficulty(double irtDifficulty)
           
 void setSimExId(String simExId)
           
 void setUserId(String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simExId

protected String simExId

userId

protected String userId

irtDifficulty

protected double irtDifficulty
the normalized difficulty to be used with IRT


forConcept

protected String forConcept

competency

protected Competency competency

difficulty

protected Difficulty difficulty

competencyLevel

protected CompetencyLevel competencyLevel

achievement

protected double achievement
Constructor Detail

SimulationExercise

public SimulationExercise()
Method Detail

getAchievement

public double getAchievement()
Returns:
the achievement

setAchievement

public void setAchievement(double achievement)
Parameters:
achievement - the achievement to set

getCompetencyLevel

public CompetencyLevel getCompetencyLevel()
Returns:
the competencyLevel

setCompetencyLevel

public void setCompetencyLevel(CompetencyLevel competencyLevel)
Parameters:
competencyLevel - the competencyLevel to set

setDifficulty

public void setDifficulty(Difficulty difficulty)
Parameters:
difficulty - the difficulty to set

getCompetency

public Competency getCompetency()
Returns:
the competency

setCompetency

public void setCompetency(Competency competency)
Parameters:
competency - the competency to set

getForConcept

public String getForConcept()
Returns:
the forConcept

setForConcept

public void setForConcept(String forConcept)
Parameters:
forConcept - the forConcept to set

getIrtDifficulty

public double getIrtDifficulty()
Returns:
the irtDifficulty

setIrtDifficulty

public void setIrtDifficulty(double irtDifficulty)
Parameters:
irtDifficulty - the irtDifficulty to set

getDifficulty

public Difficulty getDifficulty()
Returns:
the difficulty

getSimExId

public String getSimExId()
Returns:
the simExId

setSimExId

public void setSimExId(String simExId)
Parameters:
simExId - the simExId to set

getUserId

public String getUserId()
Returns:
the userId

setUserId

public void setUserId(String userId)
Parameters:
userId - the userId to set