File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ If you have questions about the exam, send a DM to ModMail on Discord.
2424This will go to the entire course staff.
2525
2626Answers to common clarifying questions will be posted to the
27- @tt{#midterm-1 } channel on Discord.
27+ @tt{#midterm1 } channel on Discord.
2828
2929If you have trouble reaching the course staff via Discord, email
3030@tt{@prof-email}.
@@ -35,6 +35,14 @@ the midterm.
3535@section{Submissions}
3636
3737You 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.
You can’t perform that action at this time.
0 commit comments