Files
edx-platform/lms/djangoapps/class_dashboard/__init__.py
Kristin Stephens 3881ffdc0d New tab (Metrics) in instructor dashboard
Metrics tab shows student data:
  -Count of students opened a subsection
  -Grade distribution per problem

for each section/subsection of the course.

Implemented for both the old and beta dashboard
Controlled by a feature flag 'CLASS_DASHBOARD'
Data is aggregated across all students
Aggregate data computed from courseware_studentmodule
2014-02-28 14:01:44 -08:00

4 lines
41 B
Python

"""
init.py file for class_dashboard
"""