Projects, Tasks, and Quizzes
Note: Information that appears in this font, below, is not yet officially posted. While the material may be available for you to look at if you like, it is subject to change before its official posting.
Submission
Projects and tasks must be turned in by the due date listed on Carmen. Each submission consists of the following:
- a group project plan submitted on Carmen
- a group submission of the code on GitHub, and
- a group followup submitted on Carmen
- an individual peer review on Carmen
To submit the code, create a tag called "submission" and push it to your group's repository on GitHub. That is:
$ git tag -a submission -m "completed project"
$ git push origin submission
Note: Once you push a tag with git, you can not change it! If you want to modify your submission before the due date, you need to create a new tag with a different name and let your graders know.
Projects
Number | Due Date | Description |
---|---|---|
1 | Meeting 3 (Aug 26) | Lift-Off |
2 | Meeting 12 (Sep 18) | The Game of Set |
3 | Meeting 20 (Oct 7) | Web APIs |
4 | Meeting 25 (Oct 21) | Faculty Page Redesign |
5 | Meeting 31 (Nov 4) | The Game of Set, Reloaded |
6 | Meeting 40 (Dec 2) | Final Project |
Technology Tasks
Technology tasks must be turned in by the start of lecture on the day they are due.
Number | Due Date | Description |
---|---|---|
1 | Meeting 34 | Extension |
Quizzes
Quiz | Day, time |
---|---|
Midterm 1 | Monday, September 23, in class |
Midterm 2 | Friday, October 25, in class |
Final | Monday, December 9, 10:00am–11:45 am |