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
6be6ec4e
Commit
6be6ec4e
authored
Mar 07, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes to instructor Analytics tab
parent
13c076e6
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 @
6be6ec4e
...
@@ -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
(
1
0
);
@include
font-size
(
1
2
);
}
}
.display-graph
.graph-placeholder
{
.display-graph
.graph-placeholder
{
...
...
lms/templates/courseware/instructor_dashboard.html
View file @
6be6ec4e
...
@@ -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>
...
...
lms/templates/instructor/instructor_dashboard_2/analytics.html
View file @
6be6ec4e
...
@@ -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
")}"
...
...
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