CSALDatabase.FindLessonAnswerTots Method

CSAL Mongo

CSALDatabase FindLessonAnswerTots Method CSAL Mongo Access Library
Return a dictionary of Lesson ID => (CorrectCount, IncorrectCount) for all lessons across all students enroller

Namespace: CSALMongo
Assembly: 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: OnlineDictionary OnlineString, OnlineTuple OnlineInt32, OnlineInt32  
See summary
See Also