1212Midterm 2 will be released at least @midterm-hours hours prior to
1313its due date.
1414
15- @;{
15+ @section{Practice}
16+
17+ There is a practice midterm from Summer 2023 available on ELMS as
18+ @tt{m2-summer-2023.zip}. You may submit to the Practice Midterm 1 -
19+ Summer 2023 assignment on Gradescope to get feedback on your solution.
20+ However during the real midterm, you will not get this level of
21+ feedback from the autograder.
22+
1623@section{Instructions}
1724
18- The midterm will be released as a zip file @tt{m2 .zip} on ELMS.
25+ The midterm will be released as a zip file @tt{m1 .zip} on ELMS.
1926
20- There are several parts to this midterm. Each part has its own directory
21- with a README and supplementary files. Read the README in each part
22- for instructions on how to complete that part of the midterm.
27+ There are several parts to this midterm. Each part has its own
28+ directory with a README and supplementary files. Read the README in
29+ each part for instructions on how to complete that part of the
30+ midterm.
2331
2432@section{Communications}
2533
26- If you have questions about the exam, send a DM to ModMail on Discord.
27- This will go to the entire course staff .
34+ If you have questions about the exam, send a @bold{ private } message on
35+ @link[piazza]{Piazza} .
2836
29- Answers to common clarifying questions will be posted to the
30- @tt{#midterm-2} channel on Discord .
37+ Answers to common clarifying questions will be posted to
38+ Piazza .
3139
32- If you have trouble reaching the course staff via Discord , email
33- @tt|{dvanhorn@cs.umd.edu}| .
40+ If you have trouble reaching the course staff via Piazza , email
41+ @tt{@prof1-email} .
3442
3543You may not communicate with anyone outside of the course staff about
3644the midterm.
3745
3846@section{Submissions}
3947
4048You should submit your work as a single zip file of this directory on
41- Gradescope. Unlike past assignments, Gradescope will not provide
42- feedback on the correctness of your solutions so you are encouraged to
43- check your own work.
44- }
49+ Gradescope. Unlike past assignments, Gradescope will only do a basic
50+ test for well-formedness of your submission. It will make sure the
51+ directory layout is correct and that all the functions that will be
52+ tested are available. It will catch syntax errors in your code, but
53+ it does not run any correctness tests.
54+
55+ If you fail these tests, we will not be able to grade your submission.
56+ Passing these tests only means your submission is well-formed. Your
57+ actual grade will be computed after the deadline.
58+
59+ You are encouraged to check your own work.
0 commit comments