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
66b8e1fc
Commit
66b8e1fc
authored
Oct 03, 2013
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1195 from edx/sarina/more-ins-dash
Sarina/more ins dash
parents
e2b54b7a
1251003d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
11 deletions
+3
-11
CHANGELOG.rst
+3
-0
lms/djangoapps/instructor/views/instructor_dashboard.py
+0
-1
lms/static/coffee/src/instructor_dashboard/student_admin.coffee
+0
-0
lms/templates/instructor/instructor_dashboard_2/student_admin.html
+0
-10
No files found.
CHANGELOG.rst
View file @
66b8e1fc
...
...
@@ -19,6 +19,9 @@ editing capability for a course's list of tabs.
Studio and LMS: add ability to lock assets (cannot be viewed unless registered
for class).
LMS: First round of improvements to New (beta) Instructor Dash:
improvements, fixes, and internationalization to the Student Info section.
LMS: Improved accessibility of parts of forum navigation sidebar.
LMS: enhanced accessibility labeling and aria support for the discussion forum
...
...
lms/djangoapps/instructor/views/instructor_dashboard.py
View file @
66b8e1fc
...
...
@@ -121,7 +121,6 @@ def _section_student_admin(course_id, access):
'section_display_name'
:
_
(
'Student Admin'
),
'access'
:
access
,
'get_student_progress_url_url'
:
reverse
(
'get_student_progress_url'
,
kwargs
=
{
'course_id'
:
course_id
}),
'enrollment_url'
:
reverse
(
'students_update_enrollment'
,
kwargs
=
{
'course_id'
:
course_id
}),
'reset_student_attempts_url'
:
reverse
(
'reset_student_attempts'
,
kwargs
=
{
'course_id'
:
course_id
}),
'rescore_problem_url'
:
reverse
(
'rescore_problem'
,
kwargs
=
{
'course_id'
:
course_id
}),
'list_instructor_tasks_url'
:
reverse
(
'list_instructor_tasks'
,
kwargs
=
{
'course_id'
:
course_id
}),
...
...
lms/static/coffee/src/instructor_dashboard/student_admin.coffee
View file @
66b8e1fc
This diff is collapsed.
Click to expand it.
lms/templates/instructor/instructor_dashboard_2/student_admin.html
View file @
66b8e1fc
...
...
@@ -18,15 +18,6 @@
<a
href=
""
class=
"progress-link"
data-endpoint=
"${ section_data['get_student_progress_url_url'] }"
>
${_("Student Progress Page")}
</a>
</p>
</div>
<br>
<!-- These buttons don't appear to be working
<p>
${_("Click to enroll or unenroll this student from the course:")}
<input type="button" name="enroll" value="${_("Enroll")}" data-endpoint="${ section_data['enrollment_url'] }">
<input type="button" name="unenroll" value="${_("Unenroll")}" data-endpoint="${ section_data['enrollment_url'] }">
</p>
-->
<hr>
</div>
...
...
@@ -59,7 +50,6 @@
</p>
<p>
<!-- Doesn't give any type of notification upon success -->
<input
type=
"button"
name=
"reset-attempts-single"
value=
"${_("
Reset
Student
Attempts
")}"
data-endpoint=
"${ section_data['reset_student_attempts_url'] }"
>
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:
...
...
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