Student Properties

CSAL Mongo

Student Properties CSAL Mongo Access Library
The Student type exposes the following members.
Properties

  NameDescription
Public propertyAutoCreated
True if the student was created automatically when a turn was posted
Public propertyFirstName
Student's first name - note the GUI only displays subject ID and in some instances (the student/lesson drill down) actively hides the first name
Public propertyId
The MongoDB ID (_id)
Public propertyLastName
Student's last name
Public propertyLastTurnTime
The time the last turn was posted to the database for this student
Public propertyReadingURLs
List of MediaVisit instances posted to the database to maintain a reading history for this student
Public propertyTurnCount
Number of turns posted for this student
Public propertyUserID
The storage key for a student (AKA a subject ID) - note the interaction with Id
Back to Top
See Also