StudentLessonActs.LastCompleted Method

CSAL Mongo

StudentLessonActs LastCompleted Method CSAL Mongo Access Library
Return true if last lesson (as identified by LastAttemptIndex) has been completed (as identified by SequenceCompleted)

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

Syntax

public bool LastCompleted()
public bool LastCompleted()
Public Function LastCompleted As Boolean
Public Function LastCompleted As Boolean
public:
bool LastCompleted()
public:
bool LastCompleted()

Return Value

Type: OnlineBoolean
True if last attempt was completed
See Also