Skip to content

Commit fb184ed

Browse files
committed
Update assignments and office hours
1 parent 72d0691 commit fb184ed

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

www/assignments.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@local-table-of-contents[#:style 'immediate-only]
55

66
@include-section{assignments/1.scrbl}
7-
@;include-section{assignments/2.scrbl}
7+
@include-section{assignments/2.scrbl}
88
@;include-section{assignments/3.scrbl}
99
@;include-section{assignments/4.scrbl}
1010
@;include-section{assignments/5.scrbl}

www/assignments/2.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lang scribble/manual
22
@title[#:tag "Assignment 2" #:style 'unnumbered]{Assignment 2: Racket Primer}
33

4-
@bold{Due: @elem[#:style "strike"]{Thursday, September 15, 11:59PM}, Saturday 17, 11:59PM}
4+
@bold{Due: Tuesday, Feb 14, 11:59PM}
55

66
The goal of this assignment is to gain practice programming in Racket.
77

@@ -48,4 +48,4 @@ Submit your filled-in @tt{main.rkt} file on Gradescope.
4848
Your submission will be graded for correctness. Passing the unit
4949
tests included in the file is necessary but @bold{not sufficient} to
5050
receive a perfect score. You are strongly encouraged to add your own
51-
tests to ensure the correctness of your solutions.
51+
tests to ensure the correctness of your solutions.

www/defns.rkt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@
2626
(define racket-version "8.7")
2727

2828
(define staff
29-
(list (list "Pierce Darragh" "pdarragh@umd.edu" "TBD")
30-
(list "Gihan Jayatilaka" "gihan@umd.edu" "TBD")))
29+
(list (list "Pierce Darragh" "pdarragh@umd.edu" "Tu: 11am-1pm (virtual), W: 2pm-4pm, Th: 12pm-2pm (virtual)")
30+
(list "Gihan Jayatilaka" "gihan@umd.edu" "Tu/Th: 9am-12pm (virtual)")
31+
(list "Srikavin Ramkumar" "srikavin@umd.edu" "M/W: 2:15pm-4:15pm, F: 11am-1pm")
32+
(list "Uyen Nguyen" "upnguyen@terpmail.umd.edu" "M/W/F: 9am-11am")
33+
(list "Myron Truesdale" "mtruesda@umd.edu" "W/F: 11:30am-2:30pm")
34+
(list "Bijan Naimi" "bnaimi@terpmail.umd.edu" "M/W/F: 11:30am-1:30pm")
35+
(list "Stephen Tang" "stang12@umd.edu" "Tu/Th: 1pm-3pm, F: 12:30pm-2:30pm")
36+
))
3137

3238

3339

0 commit comments

Comments
 (0)