-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
296 lines (262 loc) · 12.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
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html>
<head>
<title>GamingAnxiety</title>
<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=Jomhuria&display=swap" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/d3.min.js"></script>
<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=Montserrat:wght@300&display=swap" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<style>
.my_font_style {
font-family: 'Montserrat', sans-serif;
}
.menucolor{
background-color:#2B3856;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark menucolor">
<a href="./index.html" class="navbar-brand">GamingAnxiety</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="h4 collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav">
<li class="nav-item">
<a href="./index.html" class="nav-link">Introduction</a>
</li>
<li class="nav-item">
<a href="./dashboard.html" class="nav-link">Dashboard</a>
</li>
<li class="nav-item">
<a href="./about.html" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a href="./video.html" class="nav-link">Video</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-12">
<div class="my_font_style h1 d-flex justify-content-start">
Introduction
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
This visualization project focuses on presenting a modern effect, the relation between
anxiety and gaming. The dataset used, consists of data collected as a part of a survey among
gamers worldwide. The questions that the gamers were asked, have no difference with the
questions asked generally to people who are prone to anxiety(GAD-7), social phobia(SPIN-17) and to no life
satisfaction(SWL-5). In this visualization the connection of those phenomenons with gaming will be
presented.
</div>
</div>
<br>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
The aim of the project is to present the relation between various aspects of a discomfort life and
gaming. For example, we aim to visualize the level of a person’s anxiety in accordance with the
hours of gaming or the level of social phobia in accordance with playstyle (multiplayer with
strangers, single player etc). In general, the project aims to analyze the effect of gaming on
people's psychology.
</div>
</div>
<br>
<div class="row">
<div class="font-weight-bold col-12 my_font_style d-flex justify-content-start">
For visualization purposes the questionaree score have been scaled to 0-20 using the Min-Max scale method.
</div>
</div>
<br>
<div class="row">
<div class="col-12">
<div class="my_font_style h2 d-flex justify-content-start">
Generalised Anxiety Disorder Assessment (GAD-7)
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
The GAD-7 score is calculated by assigning scores of 0, 1, 2, and 3, to the response categories of 'not at all',
'several days', 'more than half the days',
and 'nearly every day', respectively, and adding together the scores for the seven questions.
</div>
</div>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
<a href="https://patient.info/doctor/generalised-anxiety-disorder-assessment-gad-7">GAD QUESTIONAIREE</a>
</div>
</div>
<br>
<div class="row">
<div class="col-12">
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">GAD-7 Score</th>
<th scope="col">Result</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">0-5</th>
<td>Normal</td>
</tr>
<tr>
<th scope="row">5-10</th>
<td>Mild Anxiety</td>
</tr>
<tr>
<th scope="row">10-15</th>
<td colspan="2">Moderate Anxiety</td>
</tr>
<tr>
<th scope="row">15-20</th>
<td colspan="2">Severe Anxiety</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<div class="row">
<div class="col-12">
<div class="my_font_style h2 d-flex justify-content-start">
Social Phobia Inventory (SPIN-17)
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
The SPIN-17 score is calculated by assigning scores of 0, 1, 2, 3 and 4, to the response categories of 'not at all', ‘a little bit’,
'somewhat', ‘very much’ and ‘extremely', respectively, and adding together the scores for the seventeen questions.
</div>
</div>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
<a href="https://psychology-tools.com/test/spin">SPIN QUESTIONAIREE</a>
</div>
</div>
<br>
<div class="row">
<div class="col-12">
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">SPIN Score</th>
<th scope="col">Result</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">0-6</th>
<td>None-Very Mild</td>
</tr>
<tr>
<th scope="row">6-9</th>
<td>Mild</td>
</tr>
<tr>
<th scope="row">9-12</th>
<td colspan="2">Moderate</td>
</tr>
<tr>
<th scope="row">12-15</th>
<td colspan="2">Severe</td>
</tr>
<tr>
<th scope="row">15-20</th>
<td colspan="2">Very Severe</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<div class="row">
<div class="col-12">
<div class="my_font_style h2 d-flex justify-content-start">
SATISFACTION WITH LIFE(SWL-5)
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
The SWL-5 score is calculated by assigning scores of 1, 2, 3, 4, 5, 6 and 7, to the response categories of 'strongly disagree, ‘agree’, 'somewhat', ‘slightly agree’, ‘neither agree nor disagree’, ‘slightly disagree’,
‘disagree’ and ‘strongly disagree’, respectively, and adding together the scores for the seventeen questions.
</div>
</div>
<div class="row">
<div class="col-12 my_font_style d-flex justify-content-start">
<a href="https://fetzer.org/sites/default/files/images/stories/pdf/selfmeasures/SATISFACTION-SatisfactionWithLife.pdf">SWL QUESTIONAIREE</a>
</div>
</div>
<br>
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">SWL Score</th>
<th scope="col">Result</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">0-5</th>
<td>Extremely Dissatisfied</td>
</tr>
<tr>
<th scope="row">5-8</th>
<td>Dissatisfied</td>
</tr>
<tr>
<th scope="row">8-11</th>
<td colspan="2">Slightly Dissatisfied</td>
</tr>
<tr>
<th scope="row">11.5</th>
<td colspan="2">Neutral</td>
</tr>
<tr>
<th scope="row">11.5-14</th>
<td colspan="2">Slightly Satisfied</td>
</tr>
<tr>
<th scope="row">14-17</th>
<td colspan="2">Satisfied</td>
</tr>
<tr>
<th scope="row">17-20</th>
<td colspan="2">Extremely Satisfied</td>
</tr>
</tbody>
</table>
<br>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>