Skip to content

Commit

Permalink
Remove due date from assignment 1 to prevent further student confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
pdarragh committed Jan 29, 2023
1 parent 7470ab9 commit 1e9441d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
16 changes: 13 additions & 3 deletions www/assignments/1.scrbl
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
#lang scribble/manual
@(require "../defns.rkt")
@(require "../defns.rkt"
(only-in scribble/html/html div))

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

@bold{Due: Thursday, 8, 11:59PM}
@; @bold{Due: Thursday, 8, 11:59PM}
@bold{Due: No due date yet.}

@nested[#:style "warning"]{This assignment has not yet been officially
released. The specification is provided now so you can get a head start if you
like, but you will not be able to submit the assignment until it is officially
released.}

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

Expand Down Expand Up @@ -33,7 +40,10 @@ Racket, Ruby, Scheme, SML, Visual Basic.

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

Submit this assignment via @link[@gradescope]{Gradescope}.
@;{Submit this assignment via @link[@gradescope]{Gradescope}.}

Until this assignment is officially assigned (see the due date), submissions
will not be accepted.

@;{We will be using GitHub Classroom. This means you will work with git
repositories and turning in your work consists of pushing the
Expand Down
9 changes: 8 additions & 1 deletion www/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ visibility:hidden;
padding: 10px;
}

.warning {
color: red;
background-color: #fbc9c7;
border: 1px solid red;
padding: 10px;
}

.tocset td a.tocviewselflink {
color: black;
text-decoration: underline;
Expand All @@ -54,7 +61,7 @@ visibility:hidden;
background-color: hsl(293, 33%, 90%);
}

a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
.techinside, .techoutside:hover, .techinside:hover {
color: hsl(296, 100%, 22%);
}
Expand Down

0 comments on commit 1e9441d

Please sign in to comment.