CSALDatabase FindLessonAnswerTots Method | CSAL Mongo Access Library |
Return a dictionary of Lesson ID => (CorrectCount, IncorrectCount)
for all lessons across all students enroller
Namespace: CSALMongoAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, Tuple<int, int>> FindLessonAnswerTots()
public Dictionary<string, Tuple<int, int>> FindLessonAnswerTots()
Public Function FindLessonAnswerTots As Dictionary(Of String, Tuple(Of Integer, Integer))
Public Function FindLessonAnswerTots As Dictionary(Of String, Tuple(Of Integer, Integer))
public: Dictionary<String^, Tuple<int, int>^>^ FindLessonAnswerTots()
public: Dictionary<String^, Tuple<int, int>^>^ FindLessonAnswerTots()
Return Value
Type: Dictionary String, Tuple Int32, Int32See summary
See Also