|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.studentmodel2.data.EvidenceData
public class EvidenceData
This class contains evidence in the sense of an exercise result
(or part of it) for a given node in the knowledge base (mBase).
It contains information about:
EvidenceContainer| Constructor Summary | |
|---|---|
EvidenceData()
Default constructor (empty) |
|
EvidenceData(ExerciseResult exResult,
CognitiveProcess cognitiveProcess,
String conceptId)
Constructor |
|
| Method Summary | |
|---|---|
double |
getAchievement()
|
CognitiveProcess |
getCognitiveProcess()
|
CompetencyLevel |
getCompetencyLevel()
|
String |
getConceptId()
|
int |
getConfidence()
|
Difficulty |
getDifficulty()
|
long |
getEventId()
|
String |
getExerciseId()
|
double |
getIRTdifficulty()
|
String |
getKey()
Creates a key consisting of: userId "+" competencyID "+" conceptId "+" eventId |
int |
getMastery()
|
long |
getStepDuration()
|
long |
getTimestamp()
|
String |
getUserId()
|
void |
setCognitiveProcess(CognitiveProcess cognitiveProcess)
Sets the cognitive process |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EvidenceData()
public EvidenceData(ExerciseResult exResult,
CognitiveProcess cognitiveProcess,
String conceptId)
exResult - an exercise result containing information about the outcome
of an exercise done by a learnercognitiveProcess - the competency the exercise result is forconceptId - the corresponding concept id| Method Detail |
|---|
public double getAchievement()
public int getMastery()
public CognitiveProcess getCognitiveProcess()
public void setCognitiveProcess(CognitiveProcess cognitiveProcess)
cognitiveProcess - public CompetencyLevel getCompetencyLevel()
public String getConceptId()
public Difficulty getDifficulty()
public long getEventId()
public String getExerciseId()
public long getTimestamp()
public String getUserId()
public double getIRTdifficulty()
public int getConfidence()
public long getStepDuration()
public String getKey()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||