-
Notifications
You must be signed in to change notification settings - Fork 74
/
results.html
432 lines (404 loc) · 18.5 KB
/
results.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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700%7CRoboto:400,700" rel="stylesheet">
<link href='style.css' rel='stylesheet' type='text/css'>
<title>LeftValues Results</title>
<link rel="icon" type="image/png" href="icon.png">
<link rel="shortcut icon" type="image/png" href="icon.png">
<meta charset="utf-8">
<script type="application/javascript" src="ideologies.js">
</script>
</head>
<body>
<h1>LeftValues</h1>
<select id="langPicker"></select>
<hr>
<h1 data-i18n="result_h1">Results</h1>
<h2><span class="weight-300" id="a-label"></span></h2>
<div class="axis">
<img id="img-revolution" src="value_images/revolution.png" height="128pt" />
<div class="bar revolution" id="bar-revolution">
<div class="text-wrapper" id="revolution"></div>
</div>
<div class="bar reform" id="bar-reform">
<div class="text-wrapper" id="reform"></div>
</div>
<img id="img-reform" src="value_images/reform.png" height="128pt" />
</div>
<h2><span class="weight-300" id="b-label"></span></h2>
<div class="axis">
<img id="img-scientific" src="value_images/scientific.png" height="128pt" />
<div class="bar scientific" id="bar-scientific">
<div class="text-wrapper" id="scientific"></div>
</div>
<div class="bar utopian" id="bar-utopian">
<div class="text-wrapper" id="utopian"></div>
</div>
<img id="img-utopian" src="value_images/utopian.png" height="128pt" />
</div>
<h2><span class="weight-300" id="c-label"></span></h2>
<div class="axis">
<img id="img-central" src="value_images/central.png" height="128pt" />
<div class="bar central" id="bar-central">
<div class="text-wrapper" id="central"></div>
</div>
<div class="bar decentral" id="bar-decentral">
<div class="text-wrapper" id="decentral"></div>
</div>
<img id="img-decentral" src="value_images/decentral.png" height="128pt" />
</div>
<h2><span class="weight-300" id="d-label"></span></h2>
<div class="axis">
<img id="img-international" src="value_images/international.png" height="128pt" />
<div class="bar international" id="bar-international">
<div class="text-wrapper" id="international"></div>
</div>
<div class="bar national" id="bar-national">
<div class="text-wrapper" id="national"></div>
</div>
<img id="img-national" src="value_images/national.png" height="128pt" />
</div>
<h2><span class="weight-300" id="e-label"></span></h2>
<div class="axis">
<img id="img-party" src="value_images/party.png" height="128pt" />
<div class="bar party" id="bar-party">
<div class="text-wrapper" id="party"></div>
</div>
<div class="bar union" id="bar-union">
<div class="text-wrapper" id="union"></div>
</div>
<img id="img-union" src="value_images/union.png" height="128pt" />
</div>
<h2><span class="weight-300" id="f-label"></span></h2>
<div class="axis">
<img id="img-industry" src="value_images/industry.png" height="128pt" />
<div class="bar industry" id="bar-industry">
<div class="text-wrapper" id="industry"></div>
</div>
<div class="bar ecology" id="bar-ecology">
<div class="text-wrapper" id="ecology"></div>
</div>
<img id="img-ecology" src="value_images/ecology.png" height="128pt" />
</div>
<h2><span class="weight-300" id="g-label"></span></h2>
<div class="axis">
<img id="img-conservative" src="value_images/conservative.png" height="128pt" />
<div class="bar conservative" id="bar-conservative">
<div class="text-wrapper" id="conservative"></div>
</div>
<div class="bar progressive" id="bar-progressive">
<div class="text-wrapper" id="progressive"></div>
</div>
<img id="img-progressive" src="value_images/progressive.png" height="128pt" />
</div>
<h2 data-i18n="result_h2_match">Closest Match:<span class="weight-300" id="ideology-label"></span></h2>
<h3><span class="weight-300" id="ideodesc-label"></span></h3>
<p data-i18n="result_url"><br>You can send these results by copying and pasting the URL at the top of the page or
using the image below.</p>
<h2 data-i18n="result_h2_next_matches">Next closest matches</h2>
<p data-i18n="next_matches_percent">With your closest match as 100% and farthest as 0%, here is how closely you
matched the other ideologies.</p>
<dl id="next-matches"></dl>
<h2 data-i18n="result_h2_score">I don't like my scores!</h2>
<p data-i18n="result_issues">Please remember that you are not intended to get a 100% score in any of the categories.
The point of the quiz is to challenge your views. If you have any suggestions or constructive criticism please
fill out this <a href="https://forms.gle/6WZYMb5GXkkDLhxr5">short form</a> or open an issue on the <a
href="https://github.com/LeftValues/leftvalues.github.io">GitHub Page</a>.</p>
<hr />
<canvas id="banner" width=800 height=1000 style="font-family:Montserrat"></canvas>
<button data-i18n="result_back" class="button" onclick="location.href='index.html';"
style="background-color: #2196f3;">Back</button> <br>
<!-- Privacy respecting Statcounter code for LeftValues http://leftvalues.github.io -->
<script type="text/javascript">
var sc_project = 12079783;
var sc_invisible = 1;
var sc_security = "f3285a9d";
var sc_https = 1;
if (navigator.doNotTrack != 1) {
var statcounterscript = document.createElement('script');
statcounterscript.setAttribute("type", "text/javascript");
statcounterscript.setAttribute("src", "https://www.statcounter.com/counter/counter.js");
document.getElementsByTagName("body")[0].appendChild(statcounterscript);
}
</script>
<!-- End of Statcounter Code -->
<!-- JavaScript for the test itself -->
<script type="application/javascript" src="i18n.js"></script>
<script>
/* global i18n, loadTranslation, ideologies */
function getQueryVariable (variable) {
var query = window.location.search.substring(1)
var vars = query.split('&')
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=')
if (pair[0] === variable) {
return pair[1]
}
}
return (NaN)
}
function setBarValue (name, value) {
const innerel = document.getElementById(name)
const outerel = document.getElementById('bar-' + name)
outerel.style.width = (value + '%')
innerel.innerHTML = (value + '%')
if (innerel.offsetWidth + 20 > outerel.offsetWidth) {
innerel.style.visibility = 'hidden'
}
}
function setLabel (val, ary) {
ary = ary.split(',')
if (val > 100) {
return ''
} else
if (val > 90) {
return ary[0]
} else
if (val > 75) {
return ary[1]
} else
if (val > 60) {
return ary[2]
} else
if (val >= 40) {
return ary[3]
} else
if (val >= 25) {
return ary[4]
} else
if (val >= 10) {
return ary[5]
} else
if (val >= 0) {
return ary[6]
} else {
return ''
}
}
function getIdeologyNameByIndex (name) {
return i18n.getString(`ideology_${name}_name`)
}
function getIdeologyDescriptionByIndex (name) {
return i18n.getString(`ideology_${name}_desc`)
}
const revolution = getQueryVariable('a')
const scientific = getQueryVariable('b')
const central = getQueryVariable('c')
const international = getQueryVariable('d')
const party = getQueryVariable('e')
const industry = getQueryVariable('f')
const conservative = getQueryVariable('g')
const reform = (100 - revolution).toFixed(1)
const utopian = (100 - scientific).toFixed(1)
const decentral = (100 - central).toFixed(1)
const national = (100 - international).toFixed(1)
const union = (100 - party).toFixed(1)
const ecology = (100 - industry).toFixed(1)
const progressive = (100 - conservative).toFixed(1)
setBarValue('revolution', revolution)
setBarValue('reform', reform)
setBarValue('utopian', utopian)
setBarValue('scientific', scientific)
setBarValue('central', central)
setBarValue('decentral', decentral)
setBarValue('national', national)
setBarValue('international', international)
setBarValue('party', party)
setBarValue('union', union)
setBarValue('industry', industry)
setBarValue('ecology', ecology)
setBarValue('conservative', conservative)
setBarValue('progressive', progressive)
loadTranslation().then(() => {
document.getElementById('a-label').innerHTML = setLabel(revolution, i18n.getString(
'result_a_label'))
document.getElementById('b-label').innerHTML = setLabel(scientific, i18n.getString(
'result_b_label'))
document.getElementById('c-label').innerHTML = setLabel(central, i18n.getString('result_c_label'))
document.getElementById('d-label').innerHTML = setLabel(international, i18n.getString(
'result_d_label'))
document.getElementById('e-label').innerHTML = setLabel(party, i18n.getString('result_e_label'))
document.getElementById('f-label').innerHTML = setLabel(industry, i18n.getString('result_f_label'))
document.getElementById('g-label').innerHTML = setLabel(conservative, i18n.getString(
'result_g_label'))
let ideology = ''
let ideodesc = ''
const ideologyIndexAndDistance = []
var closestMatch = {}
let index = 0
for (const name of Object.keys(ideologies)) {
let dist = 0
dist += Math.pow(Math.abs(ideologies[name].a - revolution), 2)
dist += Math.pow(Math.abs(ideologies[name].c - central), 2)
dist += Math.pow(Math.abs(ideologies[name].b - scientific), 2)
dist += Math.pow(Math.abs(ideologies[name].d - international), 2)
dist += Math.pow(Math.abs(ideologies[name].e - party), 2)
dist += Math.pow(Math.abs(ideologies[name].f - industry), 2)
dist += Math.pow(Math.abs(ideologies[name].g - conservative), 2)
// ideologyToDistance[name] = dist
ideologyIndexAndDistance.push({
distance: dist,
name,
index
})
index++
}
ideologyIndexAndDistance.sort(function (a, b) {
return a.distance - b.distance
})
const distances = ideologyIndexAndDistance.map(function (indexAndDistance) {
return indexAndDistance.distance
})
const closestDistance = distances[0]
const farthestDistance = distances[distances.length - 1]
const distanceSpan = farthestDistance - closestDistance
closestMatch = ideologyIndexAndDistance[0]
document.getElementById('ideology-label').innerHTML = getIdeologyNameByIndex(closestMatch.name)
document.getElementById('ideodesc-label').innerHTML = getIdeologyDescriptionByIndex(closestMatch
.name)
const nextMatches = document.getElementById('next-matches')
nextMatches.innerHTML = ideologyIndexAndDistance.slice(1).map(function (indexAndDistance) {
const name = indexAndDistance.name
ideology = getIdeologyNameByIndex(name)
ideodesc = getIdeologyDescriptionByIndex(name)
const relativeDistance = 1 - (indexAndDistance.distance - closestDistance) /
distanceSpan
const relativeDistancePercent = Math.round(relativeDistance * 1000) / 10
return '<dt>' + ideology + ': ' + relativeDistancePercent + '%</dt>' +
'<dd>' + ideodesc + '</dd>'
}).join('\n')
const c = document.getElementById('banner')
const ctx = c.getContext('2d')
ctx.fillStyle = '#EEEEEE'
ctx.fillRect(0, 0, 800, 1000)
let img = document.getElementById('img-revolution')
ctx.drawImage(img, 20, 170, 100, 100)
img = document.getElementById('img-reform')
ctx.drawImage(img, 680, 170, 100, 100)
img = document.getElementById('img-scientific')
ctx.drawImage(img, 20, 290, 100, 100)
img = document.getElementById('img-utopian')
ctx.drawImage(img, 680, 290, 100, 100)
img = document.getElementById('img-central')
ctx.drawImage(img, 20, 410, 100, 100)
img = document.getElementById('img-decentral')
ctx.drawImage(img, 680, 410, 100, 100)
img = document.getElementById('img-international')
ctx.drawImage(img, 20, 530, 100, 100)
img = document.getElementById('img-national')
ctx.drawImage(img, 680, 530, 100, 100)
img = document.getElementById('img-party')
ctx.drawImage(img, 20, 650, 100, 100)
img = document.getElementById('img-union')
ctx.drawImage(img, 680, 650, 100, 100)
img = document.getElementById('img-industry')
ctx.drawImage(img, 20, 770, 100, 100)
img = document.getElementById('img-ecology')
ctx.drawImage(img, 680, 770, 100, 100)
img = document.getElementById('img-conservative')
ctx.drawImage(img, 20, 890, 100, 100)
img = document.getElementById('img-progressive')
ctx.drawImage(img, 680, 890, 100, 100)
ctx.fillStyle = '#222222'
ctx.fillRect(120, 180, 560, 80)
ctx.fillRect(120, 300, 560, 80)
ctx.fillRect(120, 420, 560, 80)
ctx.fillRect(120, 540, 560, 80)
ctx.fillRect(120, 660, 560, 80)
ctx.fillRect(120, 780, 560, 80)
ctx.fillRect(120, 900, 560, 80)
ctx.fillStyle = '#890000'
ctx.fillRect(120, 184, 5.6 * revolution - 2, 72)
ctx.fillStyle = '#FC5959'
ctx.fillRect(682 - 5.6 * reform, 184, 5.6 * reform - 2, 72)
ctx.fillStyle = '#88232B'
ctx.fillRect(120, 304, 5.6 * scientific - 2, 72)
ctx.fillStyle = '#7F0037'
ctx.fillRect(682 - 5.6 * utopian, 304, 5.6 * utopian - 2, 72)
ctx.fillStyle = '#560000'
ctx.fillRect(120, 424, 5.6 * central - 2, 72)
ctx.fillStyle = '#000000'
ctx.fillRect(682 - 5.6 * decentral, 424, 5.6 * decentral - 2, 72)
ctx.fillStyle = '#782F52'
ctx.fillRect(120, 544, 5.6 * international - 2, 72)
ctx.fillStyle = '#7F3300'
ctx.fillRect(682 - 5.6 * national, 544, 5.6 * national - 2, 72)
ctx.fillStyle = '#963B33'
ctx.fillRect(120, 664, 5.6 * party - 2, 72)
ctx.fillStyle = '#7F333B'
ctx.fillRect(682 - 5.6 * union, 664, 5.6 * union - 2, 72)
ctx.fillStyle = '#804E00'
ctx.fillRect(120, 784, 5.6 * industry - 2, 72)
ctx.fillStyle = '#76890B'
ctx.fillRect(682 - 5.6 * ecology, 784, 5.6 * ecology - 2, 72)
ctx.fillStyle = '#27577A'
ctx.fillRect(120, 904, 5.6 * conservative - 2, 72)
ctx.fillStyle = '#C4A717'
ctx.fillRect(682 - 5.6 * progressive, 904, 5.6 * progressive - 2, 72)
ctx.fillStyle = '#222222'
ctx.font = '700 80px Montserrat'
ctx.textAlign = 'left'
ctx.fillText('LeftValues', 20, 90)
ctx.font = '50px Montserrat'
ctx.fillText(getIdeologyNameByIndex(closestMatch.name), 20, 140)
ctx.fillStyle = '#dddddd'
ctx.textAlign = 'left'
if (revolution > 30) {
ctx.fillText(revolution + '%', 130, 237.5)
}
if (scientific > 30) {
ctx.fillText(scientific + '%', 130, 357.5)
}
if (central > 30) {
ctx.fillText(central + '%', 130, 477.5)
}
if (international > 30) {
ctx.fillText(international + '%', 130, 597.5)
}
if (party > 30) {
ctx.fillText(party + '%', 130, 717.5)
}
if (industry > 30) {
ctx.fillText(industry + '%', 130, 837.5)
}
if (conservative > 30) {
ctx.fillText(conservative + '%', 130, 957.5)
}
ctx.textAlign = 'right'
if (reform > 30) {
ctx.fillText(reform + '%', 670, 237.5)
}
if (utopian > 30) {
ctx.fillText(utopian + '%', 670, 357.5)
}
if (decentral > 30) {
ctx.fillText(decentral + '%', 670, 477.5)
}
if (national > 30) {
ctx.fillText(national + '%', 670, 597.5)
}
if (union > 30) {
ctx.fillText(union + '%', 670, 717.5)
}
if (ecology > 30) {
ctx.fillText(ecology + '%', 670, 837.5)
}
if (progressive > 30) {
ctx.fillText(progressive + '%', 670, 957.5)
}
ctx.fillStyle = '#222222'
ctx.font = '300 30px Montserrat'
ctx.fillText('leftvalues.github.io', 780, 60)
ctx.textAlign = 'center'
ctx.fillText('' + document.getElementById('a-label').innerHTML, 400, 175)
ctx.fillText('' + document.getElementById('b-label').innerHTML, 400, 295)
ctx.fillText('' + document.getElementById('c-label').innerHTML, 400, 415)
ctx.fillText('' + document.getElementById('d-label').innerHTML, 400, 535)
ctx.fillText('' + document.getElementById('e-label').innerHTML, 400, 655)
ctx.fillText('' + document.getElementById('f-label').innerHTML, 400, 775)
ctx.fillText('' + document.getElementById('g-label').innerHTML, 400, 895)
})
</script>
</body>
</html>