Skip to content

Commit e037322

Browse files
committed
conservative vs progressive social axis
1 parent e32b7ea commit e037322

File tree

11 files changed

+275
-77
lines changed

11 files changed

+275
-77
lines changed

ideologies.js

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ideologies = [
77
"c": 90,
88
"d": 40,
99
"e": 100,
10-
"f": 90
10+
"f": 90,
11+
"g": 70
1112
}
1213
},
1314
{
@@ -18,7 +19,8 @@ ideologies = [
1819
"c": 60,
1920
"d": 80,
2021
"e": 70,
21-
"f": 50
22+
"f": 50,
23+
"g": 30
2224
}
2325
},
2426
{
@@ -29,7 +31,8 @@ ideologies = [
2931
"c": 60,
3032
"d": 80,
3133
"e": 70,
32-
"f": 20
34+
"f": 20,
35+
"g": 30
3336
}
3437
},
3538
{
@@ -40,7 +43,8 @@ ideologies = [
4043
"c": 30,
4144
"d": 80,
4245
"e": 40,
43-
"f": 50
46+
"f": 50,
47+
"g": 30
4448
}
4549
},
4650
{
@@ -51,7 +55,8 @@ ideologies = [
5155
"c": 50,
5256
"d": 100,
5357
"e": 40,
54-
"f": 50
58+
"f": 50,
59+
"g": 30
5560
}
5661
},
5762
{
@@ -62,7 +67,8 @@ ideologies = [
6267
"c": 20,
6368
"d": 100,
6469
"e": 10,
65-
"f": 60
70+
"f": 60,
71+
"g": 30
6672
}
6773
},
6874
{
@@ -73,7 +79,8 @@ ideologies = [
7379
"c": 20,
7480
"d": 100,
7581
"e": 10,
76-
"f": 20
82+
"f": 20,
83+
"g": 30
7784
}
7885
},
7986
{
@@ -84,7 +91,8 @@ ideologies = [
8491
"c": 40,
8592
"d": 20,
8693
"e": 50,
87-
"f": 40
94+
"f": 40,
95+
"g": 50
8896
}
8997
},
9098
{
@@ -95,7 +103,8 @@ ideologies = [
95103
"c": 30,
96104
"d": 60,
97105
"e": 60,
98-
"f": 30
106+
"f": 30,
107+
"g": 20
99108
}
100109
}
101110
];

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ <h1>LeftValues</h1>
1313
<button class="button" onclick="location.href='instructions.html';" style="font-size:36pt;">Click here to start!</button>
1414
<img src="values.png" class="center"></img>
1515

16-
<p><b>Note:</b> So this blew up overnight. Please note that the quiz was just created and will be receiving changes to the questions as well as additions.</p>
17-
1816
<h2>What is LeftValues?</h2>
1917
<p>LeftValues is a leftist quiz inspired by and based upon the <a href="https://8values.github.io/">8values</a> quiz that seeks to identify your position on the left-wing spectrum. If you are not a leftist, this quiz is obviously not suited for you. You will be presented with a statement, and then you will answer with your opinion on the statement, from <b>Strongly Agree</b> to <b>Strongly Disagree</b>, with each answer slightly affecting your scores. The questions for each axes are presented in order, rather than scattered. At the end of the quiz, your answers will be compared to the maximum possible for each value, thus giving you a percentage. Answer honestly!<br /><br />
2018
There are <b><u><span id="numOfQuestions"></span></u></b> questions in the test.</p>
@@ -33,6 +31,8 @@ <h2>What are the values?</h2>
3331
Those with a higher party score tend to favor using political parties as the basis of a socialist movement. Those with a higher union score tend to favor using trade unions and other forms of mass organization as a basis of a socialist movement. Being pro-party does not necessarily mean you oppose unions and vice versa, it is more about preference.</p>
3432
<p class="value-description"><b style="color:#804E00;">Industry</b> <b>vs.</b> <b style="color:#586808;">Ecology</b><br/>
3533
Those with a higher industry score tend to prioritize industrial development and self-sustainability over ecological goals. Those with a higher ecological score tend to support an environmentally oriented economy with strict ecological protections.</p>
34+
<p class="value-description"><b>New: </b><b style="color:#27577A;">Conservative</b> <b>vs.</b> <b style="color:#C4A717;">Progressive</b><br/>
35+
Those with a higher conservative score tend to favor more socially conservative policies and views. Those with a higher progressive score tend to support more socially progressive policies and views.</p>
3636
<h2>What does "Closest Match" mean in the results?</h2>
3737
<p>Similar to 8values, this quiz will attempt to match you with a specific leftist ideology. There are currently only nine possible ideologies, with more to come in the future. This is a work in progress and may not work as intended. Suggestions are very welcome. The current ideologies are: Marxism-Leninism, Orthodox Marxism, Eco-Marxism, Council Communism, Left Communism, Anarcho-Communism, Eco-Anarchism, Utopian Socialism and Democratic Socialism.</p>
3838
<h2>I don't like my scores!</h2>

0 commit comments

Comments
 (0)