-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path2.scrbl
More file actions
63 lines (43 loc) · 2.05 KB
/
2.scrbl
File metadata and controls
63 lines (43 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#lang scribble/manual
@(require (for-label racket)
"../notes/ev.rkt")
@(require "../defns.rkt")
@title{Midterm 2}
@(define prefix "m2-")
@bold{Due: @m2-date 11:59PM}
Midterm 2 will be released at least @midterm-hours hours prior to
its due date.
@section[#:tag-prefix prefix]{Practice}
There is a practice midterm available on ELMS. You may submit to the
Practice Midterm 1 assignment on Gradescope to get feedback on your
solution. However during the real midterm, you will not get this
level of feedback from the autograder. @bold{Make sure you do not
submit your practice midterm solution for the real midterm! We will
not allow late submissions if you submit the wrong work.}
@section[#:tag-prefix prefix]{Instructions}
The midterm will be released as a zip file on ELMS (see the
description of Midterm 1 there for the link).
There are several parts to this midterm. Each part has its own
directory with a README and supplementary files. Read the README in
each part for instructions on how to complete that part of the
midterm.
@section[#:tag-prefix prefix]{Communications}
If you have questions about the exam, send a @bold{private} message on
@link[piazza]{Piazza}.
Answers to common clarifying questions will be posted to
Piazza.
If you have trouble reaching the course staff via Piazza, email
@tt{@prof1-email}.
You may not communicate with anyone outside of the course staff about
the midterm.
@section[#:tag-prefix prefix]{Submissions}
You should submit your work as a single zip file of this directory on
Gradescope. Unlike past assignments, Gradescope will only do a basic
test for well-formedness of your submission. It will make sure the
directory layout is correct and that all the functions that will be
tested are available. It will catch syntax errors in your code, but
it does not run any correctness tests.
If you fail these tests, we will not be able to grade your submission.
Passing these tests only means your submission is well-formed. Your
actual grade will be computed after the deadline.
You are encouraged to check your own work.