Skip to content

Commit 3e45a72

Browse files
committed
Generic midterms.
1 parent ac2159d commit 3e45a72

File tree

2 files changed

+39
-22
lines changed

2 files changed

+39
-22
lines changed

www/midterms/1.scrbl

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ its due date.
1212

1313
@section{Practice}
1414

15-
There is a practice midterm from Summer 2023 available on ELMS as
16-
@tt{m1-summer-2023.zip}. You may submit to the Practice Midterm 1 -
17-
Summer 2023 assignment on Gradescope to get feedback on your solution.
18-
However during the real midterm, you will not get this level of
19-
feedback from the autograder.
15+
There is a practice midterm available on ELMS as @tt{m1-PRACTICE.zip}.
16+
You may submit to the Practice Midterm 1 assignment on Gradescope to
17+
get feedback on your solution. However during the real midterm, you
18+
will not get this level of feedback from the autograder. @bold{Make
19+
sure you do not submit your practice midterm solution for the real
20+
midterm! We will not allow late submissions if you submit the wrong
21+
work.}
2022

2123
@section{Instructions}
2224

@@ -30,12 +32,12 @@ midterm.
3032
@section{Communications}
3133

3234
If you have questions about the exam, send a @bold{private} message on
33-
Piazza.
35+
@link[piazza]{Piazza}.
3436

3537
Answers to common clarifying questions will be posted to
3638
Piazza.
3739

38-
If you have trouble reaching the course staff via Discord, email
40+
If you have trouble reaching the course staff via Piazza, email
3941
@tt{@prof1-email}.
4042

4143
You may not communicate with anyone outside of the course staff about

www/midterms/2.scrbl

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,48 @@
1212
Midterm 2 will be released at least @midterm-hours hours prior to
1313
its 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

3543
You may not communicate with anyone outside of the course staff about
3644
the midterm.
3745

3846
@section{Submissions}
3947

4048
You 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

Comments
 (0)