StudentLessonActs Properties | CSAL Mongo Access Library |
The StudentLessonActs type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Attempts |
Number of attempts (lesson starts)
|
![]() | Completions |
Number of lesson completions
|
![]() | CorrectAnswers |
Number of correct answers for last (most recent) lesson attempt
|
![]() | Id |
The MongoDB ID (_id) - composed of Lesson ID and User ID
|
![]() | IncorrectAnswers |
Number of incorrect answers for last (most recent) lesson attempt
|
![]() | LastTurnTime |
Date/time of last turn posted
|
![]() | LessonID |
Lesson ID of turns posted
|
![]() | TurnCount |
Number of turns posted
|
![]() | Turns |
Actual list of turns posted (see the CSALMongo.TurnModel
namespace for details)
|
![]() | UserID |
User ID for turns posted
|
See Also