-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDatabaseFile.json
72 lines (72 loc) · 1.68 KB
/
DatabaseFile.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"Monday": [
{
"Activity": "Dis S & A II /L",
"Name": "Data Structures & Algorithms",
"Type": "Lecture",
"Start": "10:00",
"End": "11:00",
"Duration": "1:00",
"Weeks": "7-20, 25-29",
"Room": "L110 Lecture Room Swivel 48",
"Staff": "_, _",
"Student_Groups": "KCSOFD_3B CW238 C3 44;KCSOFD_3A CW238 C3 44"
}
],
"Tuesday": [
{
"Activity": "Dis S & A II /L",
"Name": "Data Structures & Algorithms",
"Type": "Lecture",
"Start": "10:00",
"End": "11:00",
"Duration": "1:00",
"Weeks": "7-20, 25-29",
"Room": "L110 Lecture Room Swivel 48",
"Staff": "_, _",
"Student_Groups": "KCSOFD_3B CW238 C3 44;KCSOFD_3A CW238 C3 44"
}
],
"Wednesday": [
{
"Activity": "Dis S & A II /L",
"Name": "Data Structures & Algorithms",
"Type": "Lecture",
"Start": "10:00",
"End": "11:00",
"Duration": "1:00",
"Weeks": "7-20, 25-29",
"Room": "L110 Lecture Room Swivel 48",
"Staff": "_, _",
"Student_Groups": "KCSOFD_3B CW238 C3 44;KCSOFD_3A CW238 C3 44"
}
],
"Thursday": [
{
"Activity": "Dis S & A II /L",
"Name": "Data Structures & Algorithms",
"Type": "Lecture",
"Start": "10:00",
"End": "11:00",
"Duration": "1:00",
"Weeks": "7-20, 25-29",
"Room": "L110 Lecture Room Swivel 48",
"Staff": "_, _",
"Student_Groups": "KCSOFD_3B CW238 C3 44;KCSOFD_3A CW238 C3 44"
}
],
"Friday": [
{
"Activity": "Dis S & A II /L",
"Name": "Data Structures & Algorithms",
"Type": "Lecture",
"Start": "10:00",
"End": "11:00",
"Duration": "1:00",
"Weeks": "7-20, 25-29",
"Room": "L110 Lecture Room Swivel 48",
"Staff": "_, _",
"Student_Groups": "KCSOFD_3B CW238 C3 44;KCSOFD_3A CW238 C3 44"
}
]
}