StudentLessonActs Properties

CSAL Mongo

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

  NameDescription
Public propertyAttempts
Number of attempts (lesson starts)
Public propertyCompletions
Number of lesson completions
Public propertyCorrectAnswers
Number of correct answers for last (most recent) lesson attempt
Public propertyId
The MongoDB ID (_id) - composed of Lesson ID and User ID
Public propertyIncorrectAnswers
Number of incorrect answers for last (most recent) lesson attempt
Public propertyLastTurnTime
Date/time of last turn posted
Public propertyLessonID
Lesson ID of turns posted
Public propertyTurnCount
Number of turns posted
Public propertyTurns
Actual list of turns posted (see the CSALMongo.TurnModel namespace for details)
Public propertyUserID
User ID for turns posted
Back to Top
See Also