File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
{
40
40
"type" : " Course Planning Exercise (CPEx)" ,
41
41
"name" : " " ,
42
- "start" : " 2024 -03-10T00:00:00+08:00" ,
43
- "end" : " 2024 -03-14T23:59:59+08:00"
42
+ "start" : " 2025 -03-10T00:00:00+08:00" ,
43
+ "end" : " 2025 -03-14T23:59:59+08:00"
44
44
}
45
45
],
46
46
"Graduate" : [
83
83
{
84
84
"type" : " Course Planning Exercise (CPEx)" ,
85
85
"name" : " " ,
86
- "start" : " 2024 -03-10T00:00:00+08:00" ,
87
- "end" : " 2024 -03-14T23:59:59+08:00"
86
+ "start" : " 2025 -03-10T00:00:00+08:00" ,
87
+ "end" : " 2025 -03-14T23:59:59+08:00"
88
88
}
89
89
]
90
90
}
Original file line number Diff line number Diff line change 1
1
export const MAX_MODULES = 7 ;
2
- export const MPE_SEMESTER : 1 | 2 = 2 ;
3
- export const MPE_AY = '2024/ 2025' ;
2
+ export const MPE_SEMESTER : 1 | 2 = 1 ;
3
+ export const MPE_AY = '2025/2026 ' ;
You can’t perform that action at this time.
0 commit comments