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
13882b75
Commit
13882b75
authored
Sep 25, 2014
by
Brian Talbot
Committed by
cahrens
Oct 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding copy revisions and light styling support for cohort management
parent
3aa842db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
lms/static/sass/course/instructor/_instructor_2.scss
+4
-0
lms/templates/ux/reference/instructor_dashboard/membership.html
+18
-4
No files found.
lms/static/sass/course/instructor/_instructor_2.scss
View file @
13882b75
...
...
@@ -595,10 +595,14 @@ section.instructor-dashboard-content-2 {
.setup-value
{
float
:
left
;
width
:
70%
;
margin-right
:
5%
;
}
.setup-actions
{
float
:
right
;
width
:
20%
;
text-align
:
right
;
}
}
...
...
lms/templates/ux/reference/instructor_dashboard/membership.html
View file @
13882b75
...
...
@@ -353,7 +353,7 @@
<!-- create/edit cohort group messages -->
<div
class=
"message message-confirmation is-shown"
>
<h3
class=
"message-title"
>
New Cohort Name has been created. You
may add students
below.
</h3>
<h3
class=
"message-title"
>
New Cohort Name has been created. You
can manually add students to this group
below.
</h3>
</div>
<div
class=
"message message-error is-shown"
>
...
...
@@ -373,7 +373,19 @@
<div
class=
"cohort-management-group-setup"
>
<h4
class=
"sr"
>
This cohort group's current management set up:
</h4>
<div
class=
"setup-value"
>
Students are added to this group automatically
Students are added to this group automatically.
<a
href=
""
class=
"incontext-help action-secondary action-help"
>
What does this mean?
</a>
</div>
<div
class=
"setup-actions"
>
<a
href=
""
class=
"action-secondary action-edit"
>
Edit settings in Studio
</a>
</div>
</div>
<div
class=
"cohort-management-group-setup"
>
<h4
class=
"sr"
>
This cohort group's current management set up:
</h4>
<div
class=
"setup-value"
>
Students are added to this group only when you provide their email addresses or usernames on this page.
<a
href=
""
class=
"incontext-help action-secondary action-help"
>
What does this mean?
</a>
</div>
...
...
@@ -390,7 +402,7 @@
<h4
class=
"form-title"
>
Add students to this cohort group
</h4>
<div
class=
"form-introduction"
>
<p>
Please Note: Adding a student to this group will remove them from any groups they are currently a part of
.
</p>
<p>
Note: Students can only be in one cohort group. Adding students to this group overrides any previous group assignment
.
</p>
</div>
<!-- individual group - form message - confirmation -->
...
...
@@ -428,11 +440,13 @@
<div
class=
"form-fields"
>
<div
class=
"field field-textarea is-required"
>
<label
for=
"cohort-management-group-add-students"
class=
"label"
>
Student ID or Email Address of Students to be added (one per line or comma-separated)
*
Enter email addresses and/or usernames separated by new lines or commas for students to add.
*
<span
class=
"sr"
>
(Required Field)
</span>
</label>
<textarea
name=
"cohort-management-group-add-students"
id=
"cohort-management-group-add-students"
class=
"input cohort-management-group-add-students"
placeholder=
"e.g. johndoe@example.com, JaneDoe, joeydoe@example.com"
required=
"required"
></textarea>
<span
class=
"tip"
>
You will not get notification for emails that bounce, so please double-check spelling.
</span>
</div>
</div>
...
...
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