Skip to content

Commit

Permalink
Update assignments and office hours
Browse files Browse the repository at this point in the history
jmct committed Feb 15, 2023
1 parent 72d0691 commit fb184ed
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/assignments.scrbl
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
@local-table-of-contents[#:style 'immediate-only]

@include-section{assignments/1.scrbl}
@;include-section{assignments/2.scrbl}
@include-section{assignments/2.scrbl}
@;include-section{assignments/3.scrbl}
@;include-section{assignments/4.scrbl}
@;include-section{assignments/5.scrbl}
4 changes: 2 additions & 2 deletions www/assignments/2.scrbl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang scribble/manual
@title[#:tag "Assignment 2" #:style 'unnumbered]{Assignment 2: Racket Primer}

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

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

@@ -48,4 +48,4 @@ Submit your filled-in @tt{main.rkt} file on Gradescope.
Your submission will be graded for correctness. Passing the unit
tests included in the file is necessary but @bold{not sufficient} to
receive a perfect score. You are strongly encouraged to add your own
tests to ensure the correctness of your solutions.
tests to ensure the correctness of your solutions.
10 changes: 8 additions & 2 deletions www/defns.rkt
Original file line number Diff line number Diff line change
@@ -26,8 +26,14 @@
(define racket-version "8.7")

(define staff
(list (list "Pierce Darragh" "[email protected]" "TBD")
(list "Gihan Jayatilaka" "[email protected]" "TBD")))
(list (list "Pierce Darragh" "[email protected]" "Tu: 11am-1pm (virtual), W: 2pm-4pm, Th: 12pm-2pm (virtual)")
(list "Gihan Jayatilaka" "[email protected]" "Tu/Th: 9am-12pm (virtual)")
(list "Srikavin Ramkumar" "[email protected]" "M/W: 2:15pm-4:15pm, F: 11am-1pm")
(list "Uyen Nguyen" "[email protected]" "M/W/F: 9am-11am")
(list "Myron Truesdale" "[email protected]" "W/F: 11:30am-2:30pm")
(list "Bijan Naimi" "[email protected]" "M/W/F: 11:30am-1:30pm")
(list "Stephen Tang" "[email protected]" "Tu/Th: 1pm-3pm, F: 12:30pm-2:30pm")
))



0 comments on commit fb184ed

Please sign in to comment.