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
c6439942
Commit
c6439942
authored
Oct 07, 2013
by
Adam Palay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-enable some buttons on instr dash
parent
3af6b90b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
19 deletions
+3
-19
lms/templates/courseware/instructor_dashboard.html
+1
-1
lms/templates/instructor/instructor_dashboard_2/data_download.html
+2
-18
No files found.
lms/templates/courseware/instructor_dashboard.html
View file @
c6439942
...
...
@@ -198,7 +198,7 @@ function goto( mode)
<p>
<input
type=
"submit"
name=
"action"
value=
"Download CSV of answer distributions"
class=
"${'is-disabled' if disable_buttons else ''}"
>
<input
type=
"submit"
name=
"action"
value=
"Dump description of graded assignments configuration"
class=
"${'is-disabled' if disable_buttons else ''}"
>
<input
type=
"submit"
name=
"action"
value=
"Dump description of graded assignments configuration"
>
</p>
<hr
width=
"40%"
style=
"align:left"
>
...
...
lms/templates/instructor/instructor_dashboard_2/data_download.html
View file @
c6439942
...
...
@@ -3,25 +3,9 @@
<h2>
${_("Data Download")}
</h2>
% if disable_buttons:
<div
class=
"msg msg-warning"
>
<div
class=
"copy"
>
<p>
${_("Note: some of these buttons are known to time out for larger "
"courses. We have temporarily disabled those features for courses "
"with more than {max_enrollment} students. We are urgently working on "
"fixing this issue. Thank you for your patience as we continue "
"working to improve the platform!").format(
max_enrollment=settings.MITX_FEATURES['MAX_ENROLLMENT_INSTR_BUTTONS']
)}
</p>
</div>
</div>
<br>
% endif
<input
type=
"button"
name=
"list-profiles"
value=
"${_("
List
enrolled
students
with
profile
information
")}"
data-endpoint=
"${ section_data['get_students_features_url'] }"
class=
"${'is-disabled' if disable_buttons else ''}"
>
<input
type=
"button"
name=
"list-profiles"
value=
"CSV"
data-csv=
"true"
class=
"csv ${'is-disabled' if disable_buttons else ''}"
data-endpoint=
"${ section_data['get_students_features_url'] }"
>
<input
type=
"button"
name=
"list-profiles"
value=
"${_("
List
enrolled
students
with
profile
information
")}"
data-endpoint=
"${ section_data['get_students_features_url'] }"
>
<input
type=
"button"
name=
"list-profiles"
value=
"CSV"
data-csv=
"true"
>
<br>
##
<input
type=
"button"
name=
"list-grades"
value=
"Student grades"
>
##
<input
type=
"button"
name=
"list-profiles"
value=
"CSV"
data-csv=
"true"
class=
"csv"
>
...
...
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