StudentLessonActs.CurrentLessonPath Method

CSAL Mongo

StudentLessonActs CurrentLessonPath Method CSAL Mongo Access Library
Return a string summarizing the student's latest path through the lesson. If they stayed in medium the whole time, return empty string. If their path was (Start/Medium)=>Hard=>Medium=>Easy return HME

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

Syntax

public string CurrentLessonPath()
public string CurrentLessonPath()
Public Function CurrentLessonPath As String
Public Function CurrentLessonPath As String
public:
String^ CurrentLessonPath()
public:
String^ CurrentLessonPath()

Return Value

Type: OnlineString
Path as specified
See Also