You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/about/blog/self-enrollment-overhaul/index.mdx
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,27 +36,26 @@ Let's get into all the new features!
36
36
37
37
There are now additional features for managing enrollments in your course instance.
38
38
39
-
<BlogImage
40
-
src={selfEnrollmentSettingsFull}
39
+
<BlogImage
40
+
src={selfEnrollmentSettingsFull}
41
41
alt="Overview of self-enrollment settings"
42
42
caption="The full self-enrollment settings panel with all available options"
43
43
full
44
44
/>
45
45
46
-
47
46
#### Explicit invitations and disabling self-enrollment
48
47
49
48
If you want to no longer allow students to self-enroll, you can disable self-enrollment.
50
49
51
50
You can then manage access by explicitly inviting students to your course. These invitations will show up on the homepage for students to accept an invitation.
52
51
53
-
<BlogImage
54
-
src={inviteStudent}
52
+
<BlogImage
53
+
src={inviteStudent}
55
54
alt="Invitation modal"
56
55
caption="Inviting students to a course instance"
57
56
/>
58
-
<BlogImage
59
-
src={acceptInvitationHomepage}
57
+
<BlogImage
58
+
src={acceptInvitationHomepage}
60
59
alt="Invitation on homepage"
61
60
caption="Students can see and accept invitations directly from their homepage"
62
61
/>
@@ -80,7 +79,8 @@ Students will then be able to join via the homepage or the special self-enrollme
80
79
If the code gets leaked, you can regenerate the enrollment code. This will invalidate the old enrollment code.
81
80
82
81
<BlogCalloutBoxvariant="info">
83
-
We recommend most instructors enable this option, and distribute the self-enrollment code in their course materials.
82
+
We recommend most instructors enable this option, and distribute the
83
+
self-enrollment code in their course materials.
84
84
</BlogCalloutBox>
85
85
86
86
#### Institution self-enrollment limits
@@ -115,8 +115,8 @@ via the 'Students' or 'Gradebook' tab.
115
115
From this page, you can now manage their enrollment status. At any point, you can block a student, which will immediately
116
116
deny them access to the course instance.
117
117
118
-
<BlogImage
119
-
src={blockedStudent}
118
+
<BlogImage
119
+
src={blockedStudent}
120
120
alt="Blocked student"
121
121
caption="A blocked student is immediately denied access to the course instance. They can later be unblocked"
122
122
/>
@@ -128,8 +128,8 @@ Publishing is a rework of the course instance access control system.
128
128
129
129
#### Unpublished course instances
130
130
131
-
<BlogImage
132
-
src={unpublished}
131
+
<BlogImage
132
+
src={unpublished}
133
133
alt="Unpublished course"
134
134
caption="Unpublished course instances are only visible to staff, not students"
135
135
/>
@@ -146,8 +146,8 @@ When a course instance is published, students will be able to enroll in it and a
146
146
When preparing for a new term, you can setup your course instance to be published in the future. On that date,
147
147
the course instance will switch to published.
148
148
149
-
<BlogImage
150
-
src={scheduledPublish}
149
+
<BlogImage
150
+
src={scheduledPublish}
151
151
alt="Scheduled publishing"
152
152
caption="You can schedule a course instance to be published automatically on a future date"
153
153
/>
@@ -163,13 +163,13 @@ The most common usecase for customized access rules for a course instance was to
163
163
You can now manage these extensions directly through the UI. These extensions are not written to the JSON config, as we move away from
164
164
PII/user emails in JSON configuration files.
165
165
166
-
<BlogImage
167
-
src={addExtension}
166
+
<BlogImage
167
+
src={addExtension}
168
168
alt="Add extension"
169
169
caption="You can grant extensions to specific students directly through the UI"
170
170
/>
171
-
<BlogImage
172
-
src={publishedWithExtensions}
171
+
<BlogImage
172
+
src={publishedWithExtensions}
173
173
alt="Published with extensions"
174
174
caption="A published course instance with extensions showing which students have extended access"
175
175
/>
@@ -211,4 +211,6 @@ Please let us know in [Slack](/slack) or on [GitHub](https://github.com/PrairieL
0 commit comments