Skip to content

Commit ada0380

Browse files
committed
Update submission instructions for m1.
1 parent 21fefaa commit ada0380

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

www/midterms/1.scrbl

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have questions about the exam, send a DM to ModMail on Discord.
2424
This will go to the entire course staff.
2525

2626
Answers to common clarifying questions will be posted to the
27-
@tt{#midterm-1} channel on Discord.
27+
@tt{#midterm1} channel on Discord.
2828

2929
If you have trouble reaching the course staff via Discord, email
3030
@tt{@prof-email}.
@@ -35,6 +35,14 @@ the midterm.
3535
@section{Submissions}
3636

3737
You should submit your work as a single zip file of this directory on
38-
Gradescope. Unlike past assignments, Gradescope will not provide
39-
feedback on the correctness of your solutions so you are encouraged to
40-
check your own work.
38+
Gradescope. Unlike past assignments, Gradescope will only do a basic
39+
test for well-formedness of your submission. It will make sure the
40+
directory layout is correct and that all the functions that will be
41+
tested are available. It will catch syntax errors in your code, but
42+
it does not run any correctness tests.
43+
44+
If you fail these tests, we will not be able to grade your submission.
45+
Passing these tests only means your submission is well-formed. Your
46+
actual grade will be computed after the deadline.
47+
48+
You are encouraged to check your own work.

0 commit comments

Comments
 (0)