Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1900f937
Commit
1900f937
authored
Mar 07, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2868 from edx/sarina/idash-analytics-wording
Minor changes to instructor Analytics tab
parents
13c076e6
6be6ec4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
lms/static/sass/course/instructor/_instructor_2.scss
+1
-1
lms/templates/courseware/instructor_dashboard.html
+1
-1
lms/templates/instructor/instructor_dashboard_2/analytics.html
+5
-1
No files found.
lms/static/sass/course/instructor/_instructor_2.scss
View file @
1900f937
...
...
@@ -543,7 +543,7 @@ section.instructor-dashboard-content-2 {
.last-updated
{
line-height
:
2
.2em
;
@include
font-size
(
1
0
);
@include
font-size
(
1
2
);
}
.display-graph
.graph-placeholder
{
...
...
lms/templates/courseware/instructor_dashboard.html
View file @
1900f937
...
...
@@ -603,7 +603,7 @@ function goto( mode)
%if analytics_results.get("StudentsEnrolled"):
<p>
${_("Students enrolled:")}
${_("Students enrolled
(historical count, includes those who have since unenrolled)
:")}
${analytics_results["StudentsEnrolled"]['data'][0]['students']}
(${analytics_results["StudentsEnrolled"]['time']})
</p>
...
...
lms/templates/instructor/instructor_dashboard_2/analytics.html
View file @
1900f937
...
...
@@ -19,6 +19,9 @@
<
div
class
=
"grade-distributions-widget"
>
<
div
class
=
"header"
>
<
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"
>
<
option
>
$
{
_
(
"Loading problem list..."
)}
<
/option
>
<
/select
>
...
...
@@ -34,7 +37,8 @@
<div
class=
"grade-distributions-widget-container"
data-endpoint=
"${ section_data['proxy_legacy_analytics_url'] }"
></div>
>
</div>
<div
class=
"profile-distribution-widget-container"
data-title=
"${_("
Year
of
Birth
")}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment