Commit d5e7b5e8 by David Adams Committed by Sef Kloninger

Comment in instructor dash in response to PR feedback

Inserted by @jrbl and @caesar2164 on behalf of @dcadams.
parent 442d941d
......@@ -54,6 +54,9 @@ def instructor_dashboard_2(request, course_id):
_section_student_admin(course_id, access),
_section_data_download(course_id, access),
_section_analytics(course_id, access),
# The metrics tab has been implemented in the beta dashboard but is
# currently turned off due to some problems. There is code including some
# coffee files that are included but will not run.
# _section_metrics(course_id, access),
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment