public ActionResult CurrentTopicTestResults(int curriculumChapterTopicId, TopicTypeEnum topicType) { var groupId = (int)HttpContext.Session["SelectedGroupId"]; var model = new CurrentTopicTestResultsModel(curriculumChapterTopicId, topicType, groupId, LmsService); return(View(model)); }
public ActionResult CurrentTopicTestResults(Int32 topicId) { var model = new CurrentTopicTestResultsModel(topicId, LmsService); return(View(model)); }
public ActionResult CurrentTopicTestResults(int curriculumChapterTopicId, TopicTypeEnum topicType) { var model = new CurrentTopicTestResultsModel(curriculumChapterTopicId, topicType, LmsService); return(View(model)); }