Skip to content

Commit 81d07b6

Browse files
committed
Fixed typo, added State Capitalism
1 parent b7fe02a commit 81d07b6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ideologies.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,17 @@ ideologies = [
382382
"stats": {
383383
"econ": 20,
384384
"dipl": 30,
385+
"govt": 20,
386+
"scty": 40
387+
}
388+
},
389+
{
390+
"name": "State Capitalism",
391+
"stats": {
392+
"econ": 20,
393+
"dipl": 50,
385394
"govt": 30,
386-
"scty": 30
395+
"scty": 50
387396
}
388397
},
389398
{

quiz.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 style="text-align:center;" id="question-number">Loading...</h2>
1818
<button class="button" onclick="next_question( 0.5)" style="background-color: #4caf50;">Agree</button> <br>
1919
<button class="button" onclick="next_question( 0.0)" style="background-color: #bbbbbb;">Neutral/Unsure</button> <br>
2020
<button class="button" onclick="next_question(-0.5)" style="background-color: #f44336;">Disagree</button> <br>
21-
<button class="button" onclick="next_question(-1.0)" style="background-color: #b71c1c;">Strongly Disgree</button> <br>
21+
<button class="button" onclick="next_question(-1.0)" style="background-color: #b71c1c;">Strongly Disagree</button> <br>
2222

2323
<script>
2424
var max_econ, max_dipl, max_govt, max_scty; // Max possible scores

0 commit comments

Comments
 (0)