org.activemath.studentmodel2.simulation
Class SimulationExercise
java.lang.Object
org.activemath.studentmodel2.simulation.SimulationExercise
public class SimulationExercise
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SimulationExercise
public SimulationExercise()
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