Skip to content

Commit 488298a

Browse files
committed
fmt
1 parent 0935176 commit 488298a

File tree

1 file changed

+21
-19
lines changed
  • src/pages/about/blog/self-enrollment-overhaul

1 file changed

+21
-19
lines changed

src/pages/about/blog/self-enrollment-overhaul/index.mdx

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,26 @@ Let's get into all the new features!
3636

3737
There are now additional features for managing enrollments in your course instance.
3838

39-
<BlogImage
40-
src={selfEnrollmentSettingsFull}
39+
<BlogImage
40+
src={selfEnrollmentSettingsFull}
4141
alt="Overview of self-enrollment settings"
4242
caption="The full self-enrollment settings panel with all available options"
4343
full
4444
/>
4545

46-
4746
#### Explicit invitations and disabling self-enrollment
4847

4948
If you want to no longer allow students to self-enroll, you can disable self-enrollment.
5049

5150
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.
5251

53-
<BlogImage
54-
src={inviteStudent}
52+
<BlogImage
53+
src={inviteStudent}
5554
alt="Invitation modal"
5655
caption="Inviting students to a course instance"
5756
/>
58-
<BlogImage
59-
src={acceptInvitationHomepage}
57+
<BlogImage
58+
src={acceptInvitationHomepage}
6059
alt="Invitation on homepage"
6160
caption="Students can see and accept invitations directly from their homepage"
6261
/>
@@ -80,7 +79,8 @@ Students will then be able to join via the homepage or the special self-enrollme
8079
If the code gets leaked, you can regenerate the enrollment code. This will invalidate the old enrollment code.
8180

8281
<BlogCalloutBox variant="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.
8484
</BlogCalloutBox>
8585

8686
#### Institution self-enrollment limits
@@ -115,8 +115,8 @@ via the 'Students' or 'Gradebook' tab.
115115
From this page, you can now manage their enrollment status. At any point, you can block a student, which will immediately
116116
deny them access to the course instance.
117117

118-
<BlogImage
119-
src={blockedStudent}
118+
<BlogImage
119+
src={blockedStudent}
120120
alt="Blocked student"
121121
caption="A blocked student is immediately denied access to the course instance. They can later be unblocked"
122122
/>
@@ -128,8 +128,8 @@ Publishing is a rework of the course instance access control system.
128128

129129
#### Unpublished course instances
130130

131-
<BlogImage
132-
src={unpublished}
131+
<BlogImage
132+
src={unpublished}
133133
alt="Unpublished course"
134134
caption="Unpublished course instances are only visible to staff, not students"
135135
/>
@@ -146,8 +146,8 @@ When a course instance is published, students will be able to enroll in it and a
146146
When preparing for a new term, you can setup your course instance to be published in the future. On that date,
147147
the course instance will switch to published.
148148

149-
<BlogImage
150-
src={scheduledPublish}
149+
<BlogImage
150+
src={scheduledPublish}
151151
alt="Scheduled publishing"
152152
caption="You can schedule a course instance to be published automatically on a future date"
153153
/>
@@ -163,13 +163,13 @@ The most common usecase for customized access rules for a course instance was to
163163
You can now manage these extensions directly through the UI. These extensions are not written to the JSON config, as we move away from
164164
PII/user emails in JSON configuration files.
165165

166-
<BlogImage
167-
src={addExtension}
166+
<BlogImage
167+
src={addExtension}
168168
alt="Add extension"
169169
caption="You can grant extensions to specific students directly through the UI"
170170
/>
171-
<BlogImage
172-
src={publishedWithExtensions}
171+
<BlogImage
172+
src={publishedWithExtensions}
173173
alt="Published with extensions"
174174
caption="A published course instance with extensions showing which students have extended access"
175175
/>
@@ -211,4 +211,6 @@ Please let us know in [Slack](/slack) or on [GitHub](https://github.com/PrairieL
211211

212212
export default ({ children }) => (
213213
<BlogMarkdownLayout meta={meta}>{children}</BlogMarkdownLayout>
214-
);
214+
);
215+
216+
;

0 commit comments

Comments
 (0)