Skip to content

Commit

Permalink
polish(exams): clarify how to reg on gradescope
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Sep 7, 2023
1 parent 9d09040 commit 1cd45bb
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions exams/templates/exams/mocks.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@ <h2>Registering for GradeScope</h2>
and sign up as a <em>student</em>.
</li>
<li>
Use the entry key <strong>{{ semester.gradescope_key }}</strong>.
<li>
For school, choose <strong>Massachusetts Institute of Technology</strong>.
</li>
<li>Input your full name, with given name first and family name last.</li>
<li>
Choose any email address that you want.
You'll get emails here notifying you when scores are available.
</li>
<li>
For student ID, type <strong>{{ student.pk }}</strong>.
<span class="fw-bold">You must type this exact number to receive spades for practice exams.</span>
</li>
Find the button that says "Add Course", and then
use the entry key <strong>{{ semester.gradescope_key }}</strong>.
</li>
<li>
For school, choose <strong>Massachusetts Institute of Technology</strong>.
</li>
<li>Input your full name, with given name first and family name last.</li>
<li>
Choose any email address that you want.
You'll get emails here notifying you when scores are available.
</li>
<li>
For student ID, type <strong>{{ student.pk }}</strong>.
<span class="fw-bold">You must type this exact number to receive spades for practice exams.</span>
</li>
</ol>
<p>
Expand Down

0 comments on commit 1cd45bb

Please sign in to comment.