|
||||||||||
| 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.ExternalLearnerModel
public class ExternalLearnerModel
In the future, this class will implement a web service adapter for plugging in external learnermodels.
| Field Summary |
|---|
| Fields inherited from class org.activemath.webapp.user.UserGroup |
|---|
allowedBookIds, allowedGroupingIds, allowedSurveys, availableTests, controlGroup, exerciseStrategy, exerciseStrategyDefault, field, hidden, id, learnerModel, log, name, parent, parentId, skin, testCompulsoryMap, testTimeouts, tutorIds |
| Constructor Summary | |
|---|---|
ExternalLearnerModel(String bingdingURL)
|
|
| Method Summary | |
|---|---|
double |
queryLearnerPropertyBoolean(String learnerId,
String property,
String arg1)
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 arg1)
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 |
| Constructor Detail |
|---|
public ExternalLearnerModel(String bingdingURL)
throws Exception
Exception| Method Detail |
|---|
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 queryLearnerPropertyNumber(String learnerId,
String property,
String arg1)
AbstractLearnerModel
queryLearnerPropertyNumber in class AbstractLearnerModel
public double queryLearnerPropertyBoolean(String learnerId,
String property,
String arg1)
AbstractLearnerModel
queryLearnerPropertyBoolean in class AbstractLearnerModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||