diff --git a/lms/templates/courseware/legacy_instructor_dashboard.html b/lms/templates/courseware/legacy_instructor_dashboard.html index d67514b2fa..9696d1ec56 100644 --- a/lms/templates/courseware/legacy_instructor_dashboard.html +++ b/lms/templates/courseware/legacy_instructor_dashboard.html @@ -672,8 +672,7 @@ function goto( mode) ##----------------------------------------------------------------------------- -%if course_stats and modeflag.get('Psychometrics') is None: - +%if modeflag.get('Admin') and course_stats:

@@ -694,6 +693,13 @@ function goto( mode) %endfor

+%else: +
+
+

${_("Course Statistics At A Glance")}

+

+ ${_("These statistics can be viewed under the 'Admin' tab of the legacy instructor dashboard.")} +

%endif ##-----------------------------------------------------------------------------