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 @@
...
@@ -59,10 +59,10 @@
data-rolename=
"staff"
data-rolename=
"staff"
data-display-name=
"Course Staff"
data-display-name=
"Course Staff"
data-info-text=
"
data-info-text=
"
Course staff can help you manage limited aspects of your course. Staff
can
Course staff can help you manage limited aspects of your course. Staff
enroll and unenroll students, as well as modify their grades and see all
can enroll and unenroll students, as well as modify their grades and
course data. Course staff are not given access to Studio will not be able to
see all course data. Course staff are not automatically given access
edit your course."
to Studio and will not be able to
edit your course."
data-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-add-button-label=
"Add Staff"
data-add-button-label=
"Add Staff"
...
@@ -74,8 +74,7 @@
...
@@ -74,8 +74,7 @@
data-display-name=
"Instructors"
data-display-name=
"Instructors"
data-info-text=
"
data-info-text=
"
Instructors are the core administration of your course. Instructors can
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-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-add-button-label=
"Add Instructor"
data-add-button-label=
"Add Instructor"
...
@@ -88,7 +87,7 @@
...
@@ -88,7 +87,7 @@
data-info-text=
"
data-info-text=
"
Beta testers can see course content before the rest of the students.
Beta testers can see course content before the rest of the students.
They can make sure that the content works, but have no additional
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-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-add-button-label=
"Add Beta Tester"
data-add-button-label=
"Add Beta Tester"
...
@@ -99,6 +98,9 @@
...
@@ -99,6 +98,9 @@
<div
class=
"auth-list-container"
<div
class=
"auth-list-container"
data-rolename=
"Administrator"
data-rolename=
"Administrator"
data-display-name=
"Forum Admins"
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-list-endpoint=
"${ section_data['list_forum_members_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-add-button-label=
"Add Forum Admin"
data-add-button-label=
"Add Forum Admin"
...
@@ -109,6 +111,9 @@
...
@@ -109,6 +111,9 @@
<div
class=
"auth-list-container"
<div
class=
"auth-list-container"
data-rolename=
"Moderator"
data-rolename=
"Moderator"
data-display-name=
"Forum Moderators"
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-list-endpoint=
"${ section_data['list_forum_members_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-add-button-label=
"Add Moderator"
data-add-button-label=
"Add Moderator"
...
@@ -117,6 +122,9 @@
...
@@ -117,6 +122,9 @@
<div
class=
"auth-list-container"
<div
class=
"auth-list-container"
data-rolename=
"Community TA"
data-rolename=
"Community TA"
data-display-name=
"Forum Community TAs"
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-list-endpoint=
"${ section_data['list_forum_members_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-modify-endpoint=
"${ section_data['update_forum_role_membership_url'] }"
data-add-button-label=
"Add Community TA"
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