StudentLessonActs.LastAttemptIndex Method

CSAL Mongo

StudentLessonActs LastAttemptIndex Method CSAL Mongo Access Library
Index of the beginning of the last attempt

Namespace: CSALMongo.Model
Assembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

public int LastAttemptIndex()
public int LastAttemptIndex()
Public Function LastAttemptIndex As Integer
Public Function LastAttemptIndex As Integer
public:
int LastAttemptIndex()
public:
int LastAttemptIndex()

Return Value

Type: OnlineInt32
Index that is the beginning of the last attempt at the lesson. -1 if this index doesn't exist
See Also