From c43d4b3469d4beeeb86c2f4bd99028a9caee69e9 Mon Sep 17 00:00:00 2001
From: David Ormsbee
Date: Thu, 7 Mar 2013 23:39:10 -0500
Subject: [PATCH] re-added Students with correct answers to analytics dashboard
---
lms/templates/courseware/instructor_dashboard.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html
index 8a0c62c6f2..a138ca71c3 100644
--- a/lms/templates/courseware/instructor_dashboard.html
+++ b/lms/templates/courseware/instructor_dashboard.html
@@ -380,8 +380,7 @@ function goto( mode)
-
Number of students per problem who have this problem graded as correct, as of ${students_per_problem_correct_json['time']}
-
+ Students answering correctly
% if students_per_problem_correct_json and "data" in students_per_problem_correct_json: