forked from SapplyValues/SapplyValues.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqAL.js
More file actions
14 lines (14 loc) · 1.55 KB
/
Copy pathqAL.js
File metadata and controls
14 lines (14 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
questions = [
{"id": 0, "question": "Courts and law firms should be privatized.", "effects": {"auth": -1, "prog":0,"right":0}},
{"id": 1, "question": "Governmental surveillance is essential for a secure state.", "effects": {"auth": 1}},
{"id": 2, "question": "If the government were to exist, it should ideally be minimized to only bare functions.", "effects": {"auth": -1}},
{"id": 3, "question": "The government is less efficient than private organizations in managing resources and providing services.", "effects": {"auth": -1}},
{"id": 4, "question": "Without the state, life would be solitary, poor, nasty, brutish, and short.", "effects": {"auth": 1}},
{"id": 5, "question": "People should be able to do whatever they want with their own bodies.", "effects": {"auth": -1}},
{"id": 6, "question": "Local communities and governments are better than large, centralized states.", "effects": {"auth": -1}},
{"id": 7, "question": "Identification techniques should be used to ensure public safety.", "effects": {"auth": 1}},
{"id": 8, "question": "Strong, centralized governments are ideal.", "effects": {"auth": 1}},
{"id": 9, "question": "The government should have the authority to regulate or influence the interactions of two consenting parties.", "effects": {"auth": -1.5}},
{"id": 10, "question": "The government should be used to incentivize people towards or away from certain actions.", "effects": {"auth": 1}},
{"id": 11, "question": "It is the government's responsibility to enforce morality.", "effects": {"auth": 1.5}}
];