CSALDatabase SaveRawStudentLessonAct Method | CSAL Mongo Access Library |
Accept a raw JSON data record describing a single CSAL
student/lesson interaction. The JSON record is expected to be in
the format described in the document "CSAL Data". Note that in
practice just about any record format will be saved in an effort
to preserve as much data as possible in the event of a system bug.
HOWEVER, the top-level fields LessonID and UserID MUST be present
Namespace: CSALMongoAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SaveRawStudentLessonAct( string jsonDataRecord )
public void SaveRawStudentLessonAct( string jsonDataRecord )
Public Sub SaveRawStudentLessonAct ( jsonDataRecord As String )
Public Sub SaveRawStudentLessonAct ( jsonDataRecord As String )
public: void SaveRawStudentLessonAct( String^ jsonDataRecord )
public: void SaveRawStudentLessonAct( String^ jsonDataRecord )
Parameters
- jsonDataRecord
- Type: System String
Proper JSON record formatted as above.
See Also