diff --git a/ideologies.js b/ideologies.js index bb39d717..5403e0c5 100644 --- a/ideologies.js +++ b/ideologies.js @@ -9,12 +9,39 @@ ideologies = [ } }, { - "name": "Libertarian Communism", + "name": "Communalism", "stats": { "econ": 100, - "dipl": 70, - "govt": 80, - "scty": 80 + "dipl": 30, + "govt": 90, + "scty": 90 + } + }, + { + "name": "Soulism", + "stats": { + "econ": 100, + "dipl": 100, + "govt": 100, + "scty": 90 + } + }, + { + "name": "Anarcha-Feminism", + "stats": { + "econ": 95, + "dipl": 90, + "govt": 100, + "scty": 100 + } + }, + { + "name": "English Socialism", + "stats": { + "econ": 75, + "dipl": 0, + "govt": 0, + "scty": 50 } }, { @@ -27,10 +54,10 @@ ideologies = [ } }, { - "name": "Marxism", + "name": "Orthodox Marxism", "stats": { "econ": 100, - "dipl": 70, + "dipl": 100, "govt": 40, "scty": 80 } @@ -39,7 +66,7 @@ ideologies = [ "name": "De Leonism", "stats": { "econ": 100, - "dipl": 30, + "dipl": 50, "govt": 30, "scty": 80 } @@ -54,12 +81,12 @@ ideologies = [ } }, { - "name": "Stalinism/Maoism", + "name": "Marxist-Leninism", "stats": { "econ": 100, - "dipl": 20, + "dipl": 50, "govt": 0, - "scty": 60 + "scty": 50 } }, { @@ -72,21 +99,21 @@ ideologies = [ } }, { - "name": "State Socialism", + "name": "Utopian Socialism", "stats": { "econ": 80, - "dipl": 30, - "govt": 30, - "scty": 70 + "dipl": 70, + "govt": 60, + "scty": 90 } }, { - "name": "Theocratic Socialism", + "name": "Juche", "stats": { - "econ": 80, - "dipl": 50, - "govt": 30, - "scty": 20 + "econ": 100, + "dipl": 10, + "govt": 0, + "scty": 5 } }, { @@ -135,25 +162,25 @@ ideologies = [ } }, { - "name": "Left-Wing Populism", + "name": "National Bolshevism", "stats": { - "econ": 60, - "dipl": 40, - "govt": 30, - "scty": 70 + "econ": 100, + "dipl": 10, + "govt": 0, + "scty": 10 } }, { - "name": "Theocratic Distributism", + "name": "Progressive Distributism", "stats": { "econ": 60, - "dipl": 40, - "govt": 30, - "scty": 20 + "dipl": 50, + "govt": 50, + "scty": 80 } }, { - "name": "Distributism", + "name": "Conservative Distributism", "stats": { "econ": 60, "dipl": 50, @@ -171,10 +198,10 @@ ideologies = [ } }, { - "name": "Christian Democracy", + "name": "Religious Democracy", "stats": { "econ": 60, - "dipl": 60, + "dipl": 50, "govt": 50, "scty": 30 } @@ -189,12 +216,12 @@ ideologies = [ } }, { - "name": "Progressivism", + "name": "Social Authoritarianism", "stats": { "econ": 60, - "dipl": 80, - "govt": 60, - "scty": 100 + "dipl": 50, + "govt": 20, + "scty": 80 } }, { @@ -206,15 +233,6 @@ ideologies = [ "scty": 70 } }, - { - "name": "National Totalitarianism", - "stats": { - "econ": 50, - "dipl": 20, - "govt": 0, - "scty": 50 - } - }, { "name": "Global Totalitarianism", "stats": { @@ -245,9 +263,9 @@ ideologies = [ { "name": "Liberalism", "stats": { - "econ": 50, - "dipl": 60, - "govt": 60, + "econ": 45, + "dipl": 50, + "govt": 55, "scty": 60 } }, @@ -261,30 +279,30 @@ ideologies = [ } }, { - "name": "Right-Wing Populism", + "name": "National Populism", "stats": { - "econ": 40, - "dipl": 30, - "govt": 30, - "scty": 30 + "econ": 55, + "dipl": 20, + "govt": 40, + "scty": 20 } }, { - "name": "Moderate Conservatism", + "name": "Liberal Conservatism", "stats": { "econ": 40, - "dipl": 40, + "dipl": 50, "govt": 50, - "scty": 30 + "scty": 45 } }, { "name": "Reactionary", "stats": { - "econ": 40, - "dipl": 40, - "govt": 40, - "scty": 10 + "econ": 10, + "dipl": 35, + "govt": 25, + "scty": 0 } }, { @@ -315,20 +333,20 @@ ideologies = [ } }, { - "name": "Nazism", + "name": "National Socialism", "stats": { - "econ": 40, + "econ": 45, "dipl": 0, "govt": 0, - "scty": 5 + "scty": 10 } }, { - "name": "Autocracy", + "name": "Avaritionism", "stats": { - "econ": 50, - "dipl": 20, - "govt": 20, + "econ": 0, + "dipl": 50, + "govt": 100, "scty": 50 } }, @@ -342,21 +360,21 @@ ideologies = [ } }, { - "name": "Capitalist Fascism", + "name": "National Capitalism", "stats": { - "econ": 20, + "econ": 5, "dipl": 20, - "govt": 20, - "scty": 20 + "govt": 10, + "scty": 10 } }, { "name": "Conservatism", "stats": { - "econ": 30, + "econ": 40, "dipl": 40, - "govt": 40, - "scty": 20 + "govt": 50, + "scty": 30 } }, { @@ -386,35 +404,26 @@ ideologies = [ "scty": 40 } }, - { - "name": "State Capitalism", - "stats": { - "econ": 20, - "dipl": 50, - "govt": 30, - "scty": 50 - } - }, { "name": "Neo-Conservatism", "stats": { "econ": 20, "dipl": 20, - "govt": 40, - "scty": 20 + "govt": 60, + "scty": 30 } }, { - "name": "Fundamentalism", + "name": "Socialism with Chinese Characteristics", "stats": { - "econ": 20, - "dipl": 30, - "govt": 30, - "scty": 5 + "econ": 60, + "dipl": 10, + "govt": 10, + "scty": 50 } }, { - "name": "Libertarian Capitalism", + "name": "Right-Libertarianism", "stats": { "econ": 20, "dipl": 50, @@ -437,18 +446,234 @@ ideologies = [ "econ": 10, "dipl": 50, "govt": 90, - "scty": 40 + "scty": 100 } }, { - "name": "Totalitarian Capitalism", + "name": "Corpotocracy", "stats": { "econ": 0, - "dipl": 30, + "dipl": 50, "govt": 0, "scty": 50 } }, + { + "name": "Paleolibertarianism", + "stats": { + "econ": 0, + "dipl": 50, + "govt": 80, + "scty": 20 + } + }, + { + "name": "Pink Capitalism", + "stats": { + "econ": 10, + "dipl": 70, + "govt": 60, + "scty": 85 + } + }, + { + "name": "Dark Enlightenment", + "stats": { + "econ": 5, + "dipl": 50, + "govt": 50, + "scty": 5 + } + }, + { + "name": "Pink Capitalism", + "stats": { + "econ": 10, + "dipl": 70, + "govt": 60, + "scty": 85 + } + }, + { + "name": "Fordism", + "stats": { + "econ": 5, + "dipl": 100, + "govt": 5, + "scty": 100 + } + }, + { + "name": "National Anarchism", + "stats": { + "econ": 60, + "dipl": 20, + "govt": 90, + "scty": 20 + } + }, + { + "name": "Dengism", + "stats": { + "econ": 50, + "dipl": 30, + "govt": 15, + "scty": 40 + } + }, + { + "name": "Social Nationalism", + "stats": { + "econ": 60, + "dipl": 25, + "govt": 25, + "scty": 30 + } + }, + { + "name": "Anarcho-Primitivism", + "stats": { + "econ": 50, + "dipl": 50, + "govt": 100, + "scty": 0 + } + }, + { + "name": "Longism", + "stats": { + "econ": 60, + "dipl": 30, + "govt": 100, + "scty": 0 + } + }, + { + "name": "Archeofuturism", + "stats": { + "econ": 50, + "dipl": 5, + "govt": 30, + "scty": 30 + } + }, + { + "name": "Strasserism", + "stats": { + "econ": 75, + "dipl": 5, + "govt": 15, + "scty": 20 + } + }, + { + "name": "State Liberalism", + "stats": { + "econ": 30, + "dipl": 60, + "govt": 5, + "scty": 90 + } + }, + { + "name": "Revolutionary Nationalism", + "stats": { + "econ": 60, + "dipl": 5, + "govt": 20, + "scty": 20 + } + }, + { + "name": "Clerical Fascism", + "stats": { + "econ": 60, + "dipl": 5, + "govt": 5, + "scty": 2 + } + }, + { + "name": "Third International Theory", + "stats": { + "econ": 70, + "dipl": 30, + "govt": 50, + "scty": 10 + } + }, + { + "name": "National Communism", + "stats": { + "econ": 95, + "dipl": 10, + "govt": 5, + "scty": 50 + } + }, + { + "name": "Integralism", + "stats": { + "econ": 60, + "dipl": 20, + "govt": 30, + "scty": 10 + } + }, + { + "name": "Korwinism", + "stats": { + "econ": 0, + "dipl": 25, + "govt": 70, + "scty": 30 + } + }, + { + "name": "Tribal Primitivism", + "stats": { + "econ": 50, + "dipl": 0, + "govt": 100, + "scty": 0 + } + }, + { + "name": "Religious Internationalism", + "stats": { + "econ": 50, + "dipl": 100, + "govt": 10, + "scty": 5 + } + }, + { + "name": "Anarcho-Nihilism", + "stats": { + "econ": 70, + "dipl": 100, + "govt": 100, + "scty": 100 + } + }, + { + "name": "Titoism", + "stats": { + "econ": 70, + "dipl": 20, + "govt": 20, + "scty": 50 + } + }, + { + "name": "Minarcho-Titoism", + "stats": { + "econ": 70, + "dipl": 40, + "govt": 70, + "scty": 60 + } + }, { "name": "Ultra-Capitalism", "stats": { diff --git a/index.html b/index.html index 44585299..ba0a28ba 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
-8values is, in essence, a political quiz that attempts to assign percentages for eight different political values. You will be presented by a statement, and then you will answer with your opinion on the statement, from Strongly Agree to Strongly Disagree, with each answer slightly affecting your scores. 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!
- There are questions in the test.
There are four independent axes - Economic, Diplomatic, State, and Society - and each has two opposing values assigned to them. They are:
@@ -43,10 +43,10 @@Progress (Society)
Those with higher Progress scores believe in social change and rationality. Though not always, they are usually secular or atheist, and support environmental action and scientific or technological research.
In addition to matching you to the eight values, the quiz also attempts to match you to a political ideology. This is a work in progress and is much less accurate than the values and axes, so don't take it too seriously. If you disagree with your assigned ideology, send us an email at eightvalues@gmail.com with your scores, matched ideology, and preferred ideology, and we'll look into adjusting the system. Thanks!
+In addition to matching you to the eight values, the quiz also attempts to match you to a political ideology. This is a work in progress and is much less accurate than the values and axes, so don't take it too seriously.
¯\_(ツ)_/¯
- If you have any suggestions or constructive criticism, feel free to send it to eightvalues@gmail.com or open an issue on the GitHub page here: GitHub Page