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 +NewValues @@ -15,14 +15,14 @@ -

8values

+

NewValues


-

What is 8values?

+

What is 8values and NewValues?

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 questions in the test. NewValues is a modified version of 8values that aims to improve it and give it more choices

What are the eight values?

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 @@

What are the eight values?

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.

What's the "Closest Match" mean at the bottom of the results?

-

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.

I don't like my scores!

¯\_(ツ)_/¯
- 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

+ If you have any suggestions or constructive criticism, feel free to open an issue on the GitHub page here: GitHub Page

-

8values

+

NewValues


Loading...

diff --git a/results.html b/results.html index 08814d50..b1da1ad8 100644 --- a/results.html +++ b/results.html @@ -1,7 +1,7 @@ -8values Results +NewValues Results @@ -14,7 +14,7 @@ -

8values

+

NewValues


Results

@@ -92,7 +92,7 @@

Closest Match:

} econArray = ["Communist","Socialist","Social","Centrist","Market","Capitalist","Laissez-Faire"] - diplArray = ["Cosmopolitan","Internationalist","Peaceful","Balanced","Patriotic","Nationalist","Chauvinist"] + diplArray = ["Cosmopolitan","Internationalist","Globalist","Balanced","Patriotic","Nationalist","Chauvinist"] govtArray = ["Anarchist","Libertarian","Liberal","Moderate","Statist","Authoritarian","Totalitarian"] sctyArray = ["Revolutionary","Very Progressive","Progressive","Neutral","Traditional","Very Traditional","Reactionary"] diff --git a/style.css b/style.css index 8149aa44..2238ffcb 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ html { - background-color: #bbbbbb; + background-color: #000000; padding: 0px; } body { @@ -7,14 +7,14 @@ body { min-height: calc(100vh - 4em); margin: 0 auto; padding: 2em; - background-color: #dddddd; - border-color: #eeeeee; + background-color: #000000; + border-color: #000000; border-left-style: solid; border-right-style: solid; border-width: 20px; } p { - color: #444444; + color: #ffffff; font-family: 'Roboto', sans-serif; font-size: 16pt; line-height: 1; @@ -26,13 +26,13 @@ p.value-description { } p.question { margin: 16pt auto; - color: #333333; + color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: normal; width: 70%; min-width: 500pt; min-height: 144pt; - background-color: #eeeeee; + background-color: #000000; padding: 16pt; border-radius: 16pt; font-size: 36pt; @@ -43,7 +43,7 @@ p.question { } h1 { - color: #222222; + color: #ffffff; font-family: 'Montserrat', sans-serif; font-size: 72pt; text-align: center; @@ -52,7 +52,7 @@ h1 { margin-bottom: 0pt; } h2 { - color: #333333; + color: #ffffff; font-family: 'Montserrat', sans-serif; font-size: 36pt; line-height: 36pt;