Student Properties | CSAL Mongo Access Library |
The Student type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AutoCreated |
True if the student was created automatically when a turn was posted
|
![]() | FirstName |
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
|
![]() | Id |
The MongoDB ID (_id)
|
![]() | LastName |
Student's last name
|
![]() | LastTurnTime |
The time the last turn was posted to the database for this student
|
![]() | ReadingURLs |
List of MediaVisit instances posted to the database to maintain a
reading history for this student
|
![]() | TurnCount |
Number of turns posted for this student
|
![]() | UserID |
The storage key for a student (AKA a subject ID) - note
the interaction with Id
|
See Also