|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.problets.services.PersistentSMManager
public class PersistentSMManager
Manages communication with all the persistent user models, such as Ramapo and Pittsburgh
| Constructor Summary | |
|---|---|
PersistentSMManager(java.lang.String PSMString)
Constructs a manager to communicate with all the specified persistent student models |
|
| Method Summary | |
|---|---|
void |
updateStudentModel(java.lang.String learnObj,
boolean grade)
Updates the persistent student model with the specified grade for the specified learning objective |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentSMManager(java.lang.String PSMString)
PSMString - String containing a list of all persistent student models, separated by commas| Method Detail |
|---|
public void updateStudentModel(java.lang.String learnObj,
boolean grade)
learnObj - String representing the learning objective for which credit is to be givengrade - True if student gets correct credit, and false if student gets incorrect credit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||