Skip to content

Commit a76b204

Browse files
louietyjyangshun
authored andcommitted
Update CS3216 script for 2017 (#20)
1 parent 7f4366f commit a76b204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

claims/module-claims/claim-cs3216.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var config = {
3434
// Format: YYYY/MM/DD
3535
// Note: Month is from 0-11, Date is from 1-31
3636
// This should be the semester's week 1. For AY15/16 Sem 1, it's Monday, Aug 10
37-
first_day_of_sem: new Date(2016, 7, 8),
37+
first_day_of_sem: new Date(2017, 7, 14),
3838
// In case you want to customize the duties field for each activity
3939
// Do not modify the keys
4040
duties: {
@@ -47,7 +47,7 @@ var config = {
4747
activities_list_fn: function () {
4848
var activities_list = [];
4949

50-
// 2016: 24 hours of assignment marking and 6 hours of course material preparation!
50+
// 2017: 24 hours of assignment marking and 6 hours of course material preparation!
5151

5252
for (var week = 4; week <= 10; week+=2) {
5353
activities_list.push({

0 commit comments

Comments
 (0)