Commit 6be6ec4e by Sarina Canelake

Minor changes to instructor Analytics tab

parent 13c076e6
...@@ -543,7 +543,7 @@ section.instructor-dashboard-content-2 { ...@@ -543,7 +543,7 @@ section.instructor-dashboard-content-2 {
.last-updated { .last-updated {
line-height: 2.2em; line-height: 2.2em;
@include font-size(10); @include font-size(12);
} }
.display-graph .graph-placeholder { .display-graph .graph-placeholder {
......
...@@ -603,7 +603,7 @@ function goto( mode) ...@@ -603,7 +603,7 @@ function goto( mode)
%if analytics_results.get("StudentsEnrolled"): %if analytics_results.get("StudentsEnrolled"):
<p> <p>
${_("Students enrolled:")} ${_("Students enrolled (historical count, includes those who have since unenrolled):")}
${analytics_results["StudentsEnrolled"]['data'][0]['students']} ${analytics_results["StudentsEnrolled"]['data'][0]['students']}
(${analytics_results["StudentsEnrolled"]['time']}) (${analytics_results["StudentsEnrolled"]['time']})
</p> </p>
......
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
<div class="grade-distributions-widget"> <div class="grade-distributions-widget">
<div class="header"> <div class="header">
<h2 class="title"> ${_("Grade Distribution")} </h2> <h2 class="title"> ${_("Grade Distribution")} </h2>
<p>${_("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.")}</p>
<br />
${_("Problem")}: <select class="problem-selector"> ${_("Problem")}: <select class="problem-selector">
<option> ${_("Loading problem list...")} </option> <option> ${_("Loading problem list...")} </option>
</select> </select>
...@@ -34,7 +37,8 @@ ...@@ -34,7 +37,8 @@
<div class="grade-distributions-widget-container" <div class="grade-distributions-widget-container"
data-endpoint="${ section_data['proxy_legacy_analytics_url'] }" data-endpoint="${ section_data['proxy_legacy_analytics_url'] }"
></div> >
</div>
<div class="profile-distribution-widget-container" <div class="profile-distribution-widget-container"
data-title="${_("Year of Birth")}" data-title="${_("Year of Birth")}"
......
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