|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.webapp.user.UserGroup
org.activemath.tutor.coursegen.learnerModel.AbstractLearnerModel
org.activemath.tutor.coursegen.learnerModel.DefaultAMLearnerModel
public class DefaultAMLearnerModel
This class implements the AbstractLearnerModel using the default Activemath learner model.
| Field Summary | |
|---|---|
protected static Category |
log
|
protected static TutorLMBridge |
xlm
|
| Fields inherited from class org.activemath.webapp.user.UserGroup |
|---|
allowedBookIds, allowedGroupingIds, allowedSurveys, availableTests, controlGroup, exerciseStrategy, exerciseStrategyDefault, field, hidden, id, learnerModel, name, parent, parentId, skin, testCompulsoryMap, testTimeouts, tutorIds |
| Method Summary | |
|---|---|
static DefaultAMLearnerModel |
getInstance()
|
double |
queryLearnerPropertyBoolean(String learnerId,
String property,
String itemId)
Get the value of the given learner property (e.g. has-already-seen). |
List |
queryLearnerPropertyList(String learnerId,
String property,
String arg1)
Get the value of the given learner property (e.g. allowed educational levels). |
double |
queryLearnerPropertyNumber(String learnerId,
String property,
String itemId)
Get the value of the given learner property (e.g. competency level, mastery). |
String |
queryLearnerPropertyString(String learnerId,
String property,
String arg1)
Get the value of the given learner property (e.g. educational level and field). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static Category log
protected static TutorLMBridge xlm
| Method Detail |
|---|
public static DefaultAMLearnerModel getInstance()
public String queryLearnerPropertyString(String learnerId,
String property,
String arg1)
AbstractLearnerModel
queryLearnerPropertyString in class AbstractLearnerModelarg1 - (this argument is some extension that can attribute a specific purpose of
query, like the contentId)
public List queryLearnerPropertyList(String learnerId,
String property,
String arg1)
AbstractLearnerModel
queryLearnerPropertyList in class AbstractLearnerModelarg1 - (this argument is some extension that can attribute a specific purpose of
query, like the contentId)
public double queryLearnerPropertyBoolean(String learnerId,
String property,
String itemId)
AbstractLearnerModel
queryLearnerPropertyBoolean in class AbstractLearnerModel
public double queryLearnerPropertyNumber(String learnerId,
String property,
String itemId)
AbstractLearnerModel
queryLearnerPropertyNumber in class AbstractLearnerModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||