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
58c6b9bb
Commit
58c6b9bb
authored
Aug 08, 2013
by
Miles Steele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add privilege copy
parent
822f3a78
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
lms/templates/instructor/instructor_dashboard_2/membership.html
+15
-7
No files found.
lms/templates/instructor/instructor_dashboard_2/membership.html
View file @
58c6b9bb
...
...
@@ -59,10 +59,10 @@
data-rolename=
"staff"
data-display-name=
"Course Staff"
data-info-text=
"
Course staff can help you manage limited aspects of your course. Staff
can
enroll and unenroll students, as well as modify their grades and see all
course data. Course staff are not given access to Studio will not be able to
edit your course."
Course staff can help you manage limited aspects of your course. Staff
can enroll and unenroll students, as well as modify their grades and
see all course data. Course staff are not automatically given access
to Studio and will not be able to
edit your course."
data-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-add-button-label=
"Add Staff"
...
...
@@ -74,8 +74,7 @@
data-display-name=
"Instructors"
data-info-text=
"
Instructors are the core administration of your course. Instructors can
add and remove course staff, as well as administer forum access.
"
add and remove course staff, as well as administer forum access."
data-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-add-button-label=
"Add Instructor"
...
...
@@ -88,7 +87,7 @@
data-info-text=
"
Beta testers can see course content before the rest of the students.
They can make sure that the content works, but have no additional
priv
ela
ges."
priv
ile
ges."
data-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-add-button-label=
"Add Beta Tester"
...
...
@@ -99,6 +98,9 @@
<div
class=
"auth-list-container"
data-rolename=
"Administrator"
data-display-name=
"Forum Admins"
data-info-text=
"
Forum admins can moderate the course forums as well as administer
other forum roles."
data-list-endpoint=
"${ section_data['list_forum_members_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-add-button-label=
"Add Forum Admin"
...
...
@@ -109,6 +111,9 @@
<div
class=
"auth-list-container"
data-rolename=
"Moderator"
data-display-name=
"Forum Moderators"
data-info-text=
"
Forum moderators can moderate the course forums. They cannot add other
moderators."
data-list-endpoint=
"${ section_data['list_forum_members_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-add-button-label=
"Add Moderator"
...
...
@@ -117,6 +122,9 @@
<div
class=
"auth-list-container"
data-rolename=
"Community TA"
data-display-name=
"Forum Community TAs"
data-info-text=
"
Community TA's are members of the community whom you deem particularly
helpful on the forums."
data-list-endpoint=
"${ section_data['list_forum_members_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-add-button-label=
"Add Community TA"
...
...
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