-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,18 +47,22 @@ const assignments = { | |
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)' | ||
] | ||
}, | ||
// { | ||
// link : '', | ||
// title: 'Assignment 4 – Simple Node.js-based server', | ||
// due: { | ||
// day: 'Monday, 11/20/2023', | ||
// time: '11:59pm' | ||
// }, | ||
// notes: [ | ||
// 'Code Blog link due **ON CANVAS** by assignment due date', | ||
// '**This assignment will not be demoed. It will be graded offline.**' | ||
// ] | ||
// }, | ||
{ | ||
link : 'https://classroom.github.com/a/kSCkm_8E', | ||
title: 'Assignment 4 – Simple Node.js-based server', | ||
// due: { | ||
// day: 'Monday, 11/20/2023', | ||
// time: '11:59pm' | ||
// }, | ||
notes: [ | ||
'**This assignment is completely optional and will not be graded.**' | ||
// 'Preferred deadline: **Tuesday, 11/12/2024, 11:59pm**', | ||
// 'Extension deadline: ~~Wednesday, 11/13/2024~~ **Thursday, 11/14/2024, 11:59pm** (no submissions after this)', | ||
// 'Assignment and Code Blog entry due at the same time. **Submit Code Blog link on Canvas.**', | ||
// 'Grading demo due: **Monday 11/25/2024, 11:59pm**', | ||
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)' | ||
] | ||
}, | ||
// { | ||
// link : '', | ||
// title: 'Assignment 5 – Express serving and Handlebars templating', | ||
|