diff --git a/lms/static/sass/course/instructor/_instructor_2.scss b/lms/static/sass/course/instructor/_instructor_2.scss index 7912d854b1..98ba90074f 100644 --- a/lms/static/sass/course/instructor/_instructor_2.scss +++ b/lms/static/sass/course/instructor/_instructor_2.scss @@ -543,7 +543,7 @@ section.instructor-dashboard-content-2 { .last-updated { line-height: 2.2em; - @include font-size(10); + @include font-size(12); } .display-graph .graph-placeholder { diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index 38ae4eba4e..9ca8b6934c 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -603,7 +603,7 @@ function goto( mode) %if analytics_results.get("StudentsEnrolled"):

- ${_("Students enrolled:")} + ${_("Students enrolled (historical count, includes those who have since unenrolled):")} ${analytics_results["StudentsEnrolled"]['data'][0]['students']} (${analytics_results["StudentsEnrolled"]['time']})

diff --git a/lms/templates/instructor/instructor_dashboard_2/analytics.html b/lms/templates/instructor/instructor_dashboard_2/analytics.html index baa446cf74..e2ffbcbc9b 100644 --- a/lms/templates/instructor/instructor_dashboard_2/analytics.html +++ b/lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -19,6 +19,9 @@

${_("Grade Distribution")}

+

${_("The chart below displays the score distribution for each standard problem in your class, specified by the problem's url name.")} + ${_("Scores are shown without weighting applied, so if your problem contains 2 questions, it will display has having a total of 2 points.")}

+
${_("Problem")}: @@ -34,7 +37,8 @@
+> +