-
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
14 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 |
---|---|---|
|
@@ -43,18 +43,20 @@ const assignments = { | |
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)' | ||
] | ||
}, | ||
// { | ||
// link : '', | ||
// title: 'Assignment 4 – Priority queues', | ||
// due: { | ||
// day: 'Monday, 12/4/2023', | ||
// time: '11:59pm' | ||
// }, | ||
// notes: [ | ||
// 'Demo due by 11:59pm, Friday 12/15/2023', | ||
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)' | ||
// ] | ||
// } | ||
{ | ||
link : 'https://classroom.github.com/a/UcEVcpp8', | ||
title: 'Assignment 4 – Priority queues', | ||
// due: { | ||
// day: 'Monday, 12/4/2023', | ||
// time: '11:59pm' | ||
// }, | ||
notes: [ | ||
'Preferred deadline: **Monday, 12/2/2024, 11:59pm**', | ||
'Extension deadline: **Wednesday, 12/4/2024, 11:59pm** (no submissions after this)', | ||
'Grading demo due: **Friday 12/13/2024, 11:59pm**', | ||
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)' | ||
] | ||
} | ||
], | ||
|
||
preamble: 'Programming assignments will be managed via GitHub Classroom. Following the links below will prompt you to sign in to GitHub and to create an assignment repository for yourself. The assignment repository will at a minimum contain a `README.md` file containing the assignment description. There may also be additional skeleton files in the repository to help you get started with the assignment. To submit an assignment, make sure you have committed your solution code and pushed it to your GitHub repository before the assignment deadline.' | ||
|