Skip to content

Commit 1e9441d

Browse files
committed
Remove due date from assignment 1 to prevent further student confusion
1 parent 7470ab9 commit 1e9441d

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

www/assignments/1.scrbl

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
#lang scribble/manual
2-
@(require "../defns.rkt")
2+
@(require "../defns.rkt"
3+
(only-in scribble/html/html div))
34

45
@title[#:tag "Assignment 1" #:style 'unnumbered]{Assignment 1: Learning about Programming Languages}
56

6-
@bold{Due: Thursday, 8, 11:59PM}
7+
@; @bold{Due: Thursday, 8, 11:59PM}
8+
@bold{Due: No due date yet.}
9+
10+
@nested[#:style "warning"]{This assignment has not yet been officially
11+
released. The specification is provided now so you can get a head start if you
12+
like, but you will not be able to submit the assignment until it is officially
13+
released.}
714

815
Find two programming languages that are new to you, and answer the following questions:
916

@@ -33,7 +40,10 @@ Racket, Ruby, Scheme, SML, Visual Basic.
3340

3441
@section[#:style 'unnumbered]{What to turn in}
3542

36-
Submit this assignment via @link[@gradescope]{Gradescope}.
43+
@;{Submit this assignment via @link[@gradescope]{Gradescope}.}
44+
45+
Until this assignment is officially assigned (see the due date), submissions
46+
will not be accepted.
3747

3848
@;{We will be using GitHub Classroom. This means you will work with git
3949
repositories and turning in your work consists of pushing the

www/css/extra.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ visibility:hidden;
3030
padding: 10px;
3131
}
3232

33+
.warning {
34+
color: red;
35+
background-color: #fbc9c7;
36+
border: 1px solid red;
37+
padding: 10px;
38+
}
39+
3340
.tocset td a.tocviewselflink {
3441
color: black;
3542
text-decoration: underline;
@@ -54,7 +61,7 @@ visibility:hidden;
5461
background-color: hsl(293, 33%, 90%);
5562
}
5663

57-
a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
64+
a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
5865
.techinside, .techoutside:hover, .techinside:hover {
5966
color: hsl(296, 100%, 22%);
6067
}

0 commit comments

Comments
 (0)