-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (264 loc) · 14.5 KB
/
index.html
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html>
<head lang="en">
<title>GPA CALCULATOR</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="other/tab-ico.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;600;700&family=Gowun+Dodum&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;600;700&family=Gowun+Dodum&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@700&family=Gowun+Dodum&family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/gpa_page.css">
<link rel="stylesheet" href="css/display.css">
<link rel="stylesheet" href="css/course_table_main.css">
<link rel="stylesheet" href="css/grade_selection.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="main-container">
<div id="header">
<div id="logo-container">
<div id="logo"></div>
<div id="page-name">GPA CALCULATOR</div>
</div>
<div id="navbar-container">
<div id="navbar">
<ul id="nav-bar">
<li id="home" class="inWork active-tab"><span>HOME</span></li>
<li id="gpa" class="inWork"><span>GPA?</span></li>
<li id="ousl">
<span>OUSL ▼</span>
<ul class="drop-menu">
<li id="ousl-web"><a href="https://ou.ac.lk/" target="_blank"><span>OUSL website</span></a></li>
<li id="nat-fac"><a href="https://ou.ac.lk/nsc/department-of-computer-science/" target="_blank"><span>Department of Computer Scienece</span></a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="home-page" class="content-container">
<div id="course-table-container">
<!-- **************************************************** -->
<div id="course-area-container">
<!-- Level Buttons -->
<div id="level3-button" class="level-buttons clicked" >
<span>LEVEL 3</span>
</div>
<div id="level4-button" class="level-buttons">
<span>LEVEL 4</span>
</div>
<div id="level5-button" class="level-buttons">
<span>LEVEL 5</span>
</div>
<div id="level6-button" class="level-buttons">
<span>LEVEL 6</span>
</div>
<!-- Course container -->
<div id="main-course-container">
<!-- Level 03 Courses -->
<div id="level3-container" class="level-containers">
<!-- Semester 01 -->
<div class="semester-heading">
<span>SEMESTER 1</span>
</div>
<div id="level3-sem1-container" class="semester-containers">
</div>
<!-- Semester 02 -->
<div class="semester-heading">
<span>SEMESTER 2</span>
</div>
<div id="level3-sem2-container" class="semester-containers">
</div>
</div>
<!-- Level 04 Courses -->
<div id="level4-container" class="level-containers">
<!-- Semester 01 -->
<div class="semester-heading">
<span>SEMESTER 1</span>
</div>
<div id="level4-sem1-container" class="semester-containers">
</div>
<!-- Semester 02 -->
<div class="semester-heading">
<span>SEMESTER 2</span>
</div>
<div id="level4-sem2-container" class="semester-containers">
</div>
</div>
<!-- Level 05 Courses -->
<div id="level5-container" class="level-containers">
<!-- Semester 01 -->
<div class="semester-heading">
<span>SEMESTER 1</span>
</div>
<div id="level5-sem1-container" class="semester-containers">
</div>
<!-- Semester 02 -->
<div class="semester-heading">
<span>SEMESTER 2</span>
</div>
<div id="level5-sem2-container" class="semester-containers">
</div>
</div>
<!-- Level 06 Courses -->
<div id="level6-container" class="level-containers">
<!-- Semester 01 -->
<div class="semester-heading">
<span>SEMESTER 1</span>
</div>
<div id="level6-sem1-container" class="semester-containers">
</div>
<!-- Semester 02 -->
<div class="semester-heading">
<span>SEMESTER 2</span>
</div>
<div id="level6-sem2-container" class="semester-containers">
</div>
</div>
<div id="reset-btn-container">
<button id="reset-button">RESET GRADES TO DEFAULT</button>
</div>
</div>
</div>
<!-- **************************************************** -->
</div>
<div id="gpa-display-container">
<div id="display-container">
<div id="gpa-container">
<span id="gpaVal" class="values">0.00</span>
<span class="sub-text">GPA</span>
</div>
<div id="total-credit-container">
<span id="totCredit" class="values">00</span>
<span class="sub-text">Credits</span>
</div>
</div>
</div>
</div>
<div id="gpa-page" class="content-container">
<div id="page-container">
<div id="intro-to-app">
<h2>What is GPA Calculator?</h2>
<p>This GPA Calculator is built for calculate the GPA value of the students who pursuing a
BSc IT degree in Open University of Sri Lanka. The course list is from the 2023/24 academic year.</p>
</div>
<div id="intro-to-gpa">
<h2>What is GPA?</h2>
<p>GPA is an abbreviation for <b>Grade Point Average</b>, which represents the credit-weighted arithmetic
mean of the Grade Point Values obtained by a student for a total of 90 credits in the BSc in IT degree program.
The GPA will be calculated to the second decimal point, with a maximum value of 4.00, as illustrated below.
The GPA will determine the passes and classes awarded for the BSc degree.
</p>
<div id="gpa-cal-img" >
<img src="other/gpa calculation.PNG" alt="how to calculate gpa">
</div>
<p>c<sub>i</sub> is the credit rating of the course, <br>g<sub>i</sub> is the GPV of the
student has been obtained for the i<sup>th</sup> course.
</div>
<div id="intro-to-gpv">
<h2>Overall Grade and GPV</h2>
<p>For each course, an overall Grade and GPV(Grade point Value) will be awarded as shown below.</p>
<div id="gpv-table">
<table>
<tr>
<th>Range of Marks</th>
<th>Overall Grade</th>
<th>Grade Point Value</th>
</tr>
<tr>
<td>85-100</td>
<td>A+</td>
<td>4.00</td>
</tr>
<tr>
<td>70-84</td>
<td>A </td>
<td>4.00</td>
</tr>
<tr>
<td>65-69</td>
<td>A-</td>
<td>3.70</td>
</tr>
<tr>
<td>60-64</td>
<td>B+</td>
<td>3.30</td>
</tr>
<tr>
<td>55-59</td>
<td>B</td>
<td>3.00</td>
</tr>
<tr>
<td>50-54</td>
<td>B-</td>
<td>2.70</td>
</tr>
<tr>
<td>45-49</td>
<td>C+</td>
<td>2.30</td>
</tr>
<tr>
<td>40-44</td>
<td>C</td>
<td>2.00</td>
</tr>
<tr>
<td>35-39</td>
<td>C-</td>
<td>1.70</td>
</tr>
<tr>
<td>30-34</td>
<td>D+</td>
<td>1.30</td>
</tr>
<tr>
<td>20-29</td>
<td>D</td>
<td>1.00</td>
</tr>
<tr>
<td>00-19</td>
<td>E</td>
<td>0.00</td>
</tr>
</table>
</div>
<p id="reference-text"><i>*referenced from the BSc(IT) Undergraduate GuideBook 2023-2024.</i></p>
<a id="guideBook-link" href="https://ou.ac.lk/nsc/programme/bscit/" target="_blank"><div id="guideBook-btn">Download the Guidebook</div></a>
</div>
</div>
</div>
<div id="footer">
<div id="copyrights-container">
<span>Copyright © Pubudu Lakshan </br>(pubuduakshan04@gmail.com)</span>
<span>All rights reserved</span>
<span>BSc Hons (IT) - 2021/22</span>
<span>Open University of Sri Lanka</span>
<span>GPA Calculator for BSc IT</span>
<span>v1.0 - since 2024</span>
</div>
<div id="social-links-container">
<a href="https://www.linkedin.com/in/pubudu-lakshan-11499114b/" target="_blank"><div id="linkedIn" title="https://www.linkedin.com/in/pubudu-lakshan-11499114b/"></div></a>
<a href="https://github.com/Pubudu003" target="_blank"><div id="gitHub" title="https://github.com/Pubudu003"></div></a>
</div>
</div>
<a class="icon-credits" href="https://www.flaticon.com/free-icons/github" title="github icons">Github icons created by Ruslan Babkin - Flaticon</a>
<a class="icon-credits" href="https://www.flaticon.com/free-icons/linkedin" title="linkedin icons">Linkedin icons created by riajulislam - Flaticon</a>
</div>
<script src="js/level_navigation.js"></script>
<script type="module" src="js/course_container.js"></script>
<script type="module" src="js/grade_selection_jscript.js"></script>
<script src="js/main.js"></script>
</body>
</html>