-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResults.json
114 lines (114 loc) · 2.29 KB
/
Results.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"fourthYear": [{
"subject": "Enterprise Application Development 1",
"grade": "TBC"
}, {
"subject": "Enterprise Application Architecture",
"grade": "TBC"
}, {
"subject": "Interactive Media Design 1",
"grade": "TBC"
}, {
"subject": "Social Media Analysis",
"grade": "TBC"
}, {
"subject": "Information Management",
"grade": "TBC"
}, {
"subject": "Project",
"grade": "TBC"
}],
"thirdYear": [{
"subject": "Industry Project",
"grade": "A"
}, {
"subject": "Algorithms and Data Structures 1",
"grade": "A"
}, {
"subject": "Operating Systems",
"grade": "B+"
}, {
"subject": "Innovation & Entrepreneurship",
"grade": "B"
}, {
"subject": "Advanced Database",
"grade": "B"
}, {
"subject": "Web Design & Development 2",
"grade": "B-"
}, {
"subject": "Cloud Services & Distributed Computing",
"grade": "B-"
}, {
"subject": "Work Placement Experiental Learning",
"grade": "PASS"
}],
"secondYear": [{
"subject": "Management Science",
"grade": "A"
}, {
"subject": "Database Design & Programming",
"grade": "A"
}, {
"subject": "Web Design & Development 1",
"grade": "B+"
}, {
"subject": "Object Oriented Analysis & Design",
"grade": "B+"
}, {
"subject": "Discrete Mathematics 2",
"grade": "B+"
}, {
"subject": "Networking 2",
"grade": "B"
}, {
"subject": "Networking 1",
"grade": "B"
}, {
"subject": "Software Quality Assurance & Testing",
"grade": "B-"
}, {
"subject": "Software Development 4",
"grade": "B-"
}, {
"subject": "Software Development 3",
"grade": "B-"
}, {
"subject": "Project",
"grade": "B-"
}],
"firstYear": [{
"subject": "Social Media Communication's",
"grade": "A"
}, {
"subject": "Statistics",
"grade": "A"
}, {
"subject": "Computer Architecture",
"grade": "B+"
}, {
"subject": "Software Development 1",
"grade": "B+"
}, {
"subject": "Object Oriented System Analysis",
"grade": "B+"
}, {
"subject": "Learning to Learn at 3rd Level",
"grade": "B-"
}, {
"subject": "Operating Systems Fundamentals",
"grade": "B-"
}, {
"subject": "Business & Information Systems",
"grade": "C"
}, {
"subject": "Fundamentals of Interface and Web Design",
"grade": "C"
}, {
"subject": "Software Development 2",
"grade": "C"
}, {
"subject": "Discrete Mathematics 1",
"grade": "C"
}]
}