How the Political Circle works

A technical explanation of the methodology

If you're reading this page, you're probably curious about the mechanics behind the Political Circle test, and the questions we ask. How do we translate your answers into an angle and radius? What's the mathematical model? How do we ensure accuracy and consistency?

This page explains the methodology for those who want to peek under the bonnet, and lists the current question set, with the weightings.

The challenge: mapping political thought to coordinates

Political beliefs are complex, multidimensional and often contradictory. The challenge is to capture this complexity while producing a simple, interpretable output: an angle (0-360°) and a radius (0-1).

We need to:

  1. Measure economic position (left-right)
  2. Measure social position (libertarian-authoritarian)
  3. Measure conviction strength (distance from centre)
  4. Handle the fact that these dimensions interact
  5. Produce results that match how people actually think

The two-axis foundation

The Political Circle builds on the traditional two-axis political model:

Economic axis (left-right):

Social axis (libertarian-authoritarian):

These axes are perpendicular. Your position on one doesn't determine your position on the other. You can be economically left and socially libertarian (7 o'clock), or economically left and socially authoritarian (11 o'clock).

Question design and scoring

Each question in the test is designed to measure either:

Questions use a 7-point Likert scale:

Each question is pre-weighted to contribute to the economic score, social score, or both. For example:

Calculating the economic and social scores

After completing the test:

  1. Raw economic score = Sum of (response × economic weight) for all questions
  2. Raw social score = Sum of (response × social weight) for all questions

These raw scores are then normalized to a -1 to +1 scale:

Where:

Converting to polar coordinates

Now we have two Cartesian coordinates: (economic, social). We convert these to polar coordinates: (angle, radius).

Angle calculation:

angle = arctan2(social_score, economic_score)

This gives us an angle in radians, which we convert to degrees and map to our 12 o'clock system:

We then convert degrees to "o'clock" for presentation:

So if your angle is 150° (left-authoritarian), you'd be at approximately 10 o'clock.

Radius calculation:

radius = sqrt(economic_score² + social_score²)

This gives us the Euclidean distance from the origin (centre). The radius ranges from 0 (exactly centrist on both dimensions) to √2 ≈ 1.414 (maximum scores on both dimensions).

We normalize this to 0-1 scale by dividing by √2:

normalized_radius = radius / 1.414

So:

Handling edge cases

Very centrist positions: If both scores are very close to zero (radius < 0.1), the angle becomes unstable (dividing by very small numbers). In these cases, we report "centrist" with low radius rather than assigning a specific o'clock position.

Extreme positions: If someone scores at the absolute maximum on both dimensions (radius close to 1.0), they're at one of the four cardinal points: 3, 6, 9, or 12 o'clock. Most people fall somewhere between these extremes.

Question weighting and balance

To ensure the test measures both dimensions fairly:

  1. Equal weighting: Roughly equal numbers of questions measure economic position, social position, and both
  2. Balanced polarity: Equal numbers of questions pull in each direction (left/right, libertarian/authoritarian)
  3. Avoid double-counting: Questions measuring both dimensions are weighted so their total contribution equals single-dimension questions

Validation and calibration

We validate the test through several methods:

  1. Face validity: Questions clearly relate to their intended dimension
  2. Historical figures: We test whether known historical figures (when we simulate their answers) land where we'd expect:

    1. Margaret Thatcher → 1-2 o'clock, medium-high radius
    2. Bernie Sanders → 7-8 o'clock, medium radius
    3. Milton Friedman → 3-4 o'clock, high radius
    4. George Orwell → 8 o'clock, medium radius
  3. Internal consistency: Questions measuring the same dimension should correlate; questions measuring different dimensions shouldn't over-correlate

  4. Test-retest reliability: Taking the test twice should produce similar results (within 1-2 o'clock positions and 0.1 radius)

What the test doesn't do

It's important to understand limitations:

Not a personality test: We're measuring political beliefs, not personality traits. Your position may change over time as circumstances and experiences change.

Not predictive: We don't predict how you'll vote or which party you support. Political parties are coalitions that often combine positions from multiple o'clock positions.

Not comprehensive: We measure two dimensions (economic and social) and one meta-dimension (conviction strength). Real political thought involves many more dimensions: nationalism vs. globalism, environmentalism, foreign policy, cultural issues. We've chosen the two most fundamental dimensions, but we're inevitably simplifying.

Not prescriptive: The test tells you where you are, not where you should be. All positions involve tradeoffs. None is objectively correct.

The mathematics in brief

For those who want the formulae in one place:

Raw scores from questionnaire responses
economic_raw = Σ(response_i × economic_weight_i)
social_raw = Σ(response_i × social_weight_i)

Normalize to [-1, 1]
economic_score = economic_raw / max_possible_economic
social_score = social_raw / max_possible_social

Convert to polar coordinates
radius_raw = sqrt(economic_score² + social_score²)
radius = radius_raw / sqrt(2)  # Normalize to [0, 1]
angle_radians = arctan2(social_score, economic_score)
angle_degrees = angle_radians × (180 / π)

Convert to o'clock position
oclock = ((angle_degrees + 90) / 30) mod 12
if oclock == 0: oclock = 12

Classify radius strength
if radius < 0.4: strength = "moderate"
elif radius < 0.7: strength = "clear"
else: strength = "strong"

Why polar coordinates?

We could have kept Cartesian coordinates (left-right and libertarian-authoritarian scores) and presented those directly. But polar coordinates offer advantages:

  1. Intuitive: "10 o'clock" is easier to visualize than "economic score -0.5, social score +0.7"
  2. Captures interaction: The angle naturally captures how economic and social positions combine
  3. Shows conviction: The radius cleanly separates what you believe from how strongly you believe it
  4. Visual: Plotting positions on a circle shows relationships between positions (neighbours, opposites) more clearly than a square

Continuous vs. discrete

While we describe 12 discrete positions (the o'clock positions), your actual result is continuous. You might be at 7.3 o'clock, not exactly 7 or 8. We round to the nearest hour for presentation, but the underlying calculation is precise.

This matters because someone at 6.8 o'clock is closer to 7 o'clock thinking than someone at 7.4 o'clock, even though both round to 7.

For the statisticians

If you're wondering about measurement theory:

Reliability: Cronbach's alpha for economic questions and social questions separately should exceed 0.80. Test-retest reliability should produce correlation > 0.85.

Validity: Construct validity assessed through convergent validity (correlating with established political tests) and discriminant validity (economic and social dimensions should be largely independent, correlation < 0.3).

Distribution: We expect responses to roughly follow a bivariate normal distribution around the centre, though with some skewness depending on population sampled. Most users should fall within radius 0.7; very few at radius > 0.9.

Measurement error: Standard error of measurement should be < 0.1 for both axis scores and < 0.05 for radius. This translates to roughly ±1 o'clock position uncertainty and ±0.05 radius uncertainty.

Why this matters

Understanding the methodology helps you interpret your results. If you're at 7.2 o'clock with radius 0.45, you know:

The methodology is designed to be transparent, replicable, and grounded in established political science while remaining accessible to general users.

If you have questions, corrections, or suggestions about the methodology, we'd love to hear them. The Political Circle is a model, and all models can be improved. Email us at hello@politicalcircle.app.

The Questions

Below are the current questions and their weightings. For each test, 16 questions are randomly chosen from a subset of odd or even numbered questions.

UK questions

QuestionEconomic WeightSocial Weight
1Private firms run essential services better than the state.-10
2Essential services like energy and water should be run by government, not private companies.10
3The government should limit how much more bosses earn than average workers.10
4Everyone should pay the same percentage in tax, regardless of income.-10
5It should be easier for employers to hire and fire than to protect workers' rights.-0.80
6Unions should have stronger legal protections.0.80
7Large inheritances should be heavily taxed.0.90
8Taxing people's total assets discourages investment and should be avoided.-0.90
9Housing supply should be left mostly to the market.-0.80
10The government should limit how much landlords can charge in expensive areas.0.80
11NHS funding should grow even if it means higher taxes.0.90
12Private companies running healthcare improves outcomes and choice.-0.90
13Even harmful speech should be legal to protect liberty.0-1
14Online misinformation should be removed even at the cost of free speech.01
15Mass surveillance is an acceptable trade for public safety.01
16Strong encryption and privacy should rarely be compromised by the state.0-1
17Stop-and-search should be tightly limited and strongly overseen.0-0.9
18Police should have wider stop-and-search powers.00.9
19Immigration should be tightly controlled to protect social cohesion.00.9
20It should be easier to live and work in the UK from abroad.0-0.9
21Different cultures should mix naturally without government programmes.0-0.8
22National identity and values should be actively promoted by government.00.8
23Protests that disrupt daily life should be banned.01
24The right to protest should be protected even when inconvenient.0-1
25Local councils should decide most services without national direction.-0.6-0.6
26Westminster should set more national standards for services.0.60.6
27National curriculum should be tighter and uniform.0.40.8
28Schools should be free to decide what they teach.-0.4-0.8
29Rehabilitation should be prioritised over longer sentences.0-0.8
30Longer sentences deter crime and should be used more often.00.8
31Police powers to ban people from areas or impose curfews are useful tools for public order.00.7
32Police powers to ban people from areas or impose curfews are government overreach in most cases.0-0.7
33Planning should allow rapid building even over local objections.-0.3-0.7
34Planning rules should strongly protect existing communities from change.0.30.7
35Property rights should rarely be overridden by social goals.-0.6-0.2
36The government should be able to force purchase of private property for public benefit.0.60.2
37Welfare should be tightly targeted with strict conditions.0.40.6
38Benefits should rise automatically with living costs.0.80
39Everyone should receive a regular payment from government, regardless of circumstances.0.9-0.3
40Cutting benefits increases incentive to work.-0.70.3
41The BBC should be subscription-funded or privatised.-0.5-0.2
42The BBC licence fee should be protected.0.50.2
43Government should regulate social media content more strictly.00.8
44Platforms should decide content rules without government pressure.0-0.8
45Strict border control protects wages and services.0.20.8
46Freedom of movement is generally beneficial.-0.2-0.8
47Facial recognition should be widely used in public spaces.00.9
48Facial recognition in public should be rare and regulated.0-0.9

US questions

QuestionEconomic WeightSocial Weight
1Essential services like energy and water should be run by government, not private companies.10
2Private companies run essential services better than government.-10
3Everyone should pay the same percentage in tax, regardless of income.-10
4The government should limit how much more bosses earn than average workers.10
5Right-to-work laws protect individual freedom and should expand.-0.80
6Unions should have stronger legal protections.0.80
7Large inheritances should be heavily taxed.0.90
8Estate taxes discourage saving and should be eliminated.-0.90
9Housing supply should be left to the market.-0.80
10The government should limit how much landlords can charge in expensive cities.0.80
11Medicare should expand even if it means higher taxes.0.90
12Healthcare is best delivered through private markets and insurance.-0.90
13Online misinformation should be removed even at the cost of free speech.01
14Even harmful speech should be legal to protect the First Amendment.0-1
15Strong encryption and privacy should rarely be compromised by government.0-1
16Mass surveillance is an acceptable trade for national security.01
17Police should have broader powers to stop and search.00.9
18Stop-and-frisk policies should be tightly limited and overseen.0-0.9
19Immigration pathways should be easier and more welcoming.0-0.9
20Immigration should be tightly controlled to protect jobs and cohesion.00.9
21American identity and values should be actively promoted by government.00.8
22Different cultures should mix naturally without government programmes.0-0.8
23The right to protest should be protected even when disruptive.0-1
24Protests that disrupt daily life should be prohibited.01
25The federal government should set more national standards for services.0.60.6
26States should decide most policies without federal direction.-0.6-0.6
27School districts should be free to decide what they teach.-0.4-0.8
28Common Core-style national education standards are needed.0.40.8
29Longer sentences deter crime and should be used more often.00.8
30Rehabilitation should be prioritized over longer sentences.0-0.8
31Mandatory minimums are overreach and should be repealed.0-0.7
32Three-strikes laws and mandatory minimums are good policy.00.7
33Zoning rules should strongly protect existing communities from change.0.30.7
34Zoning should allow rapid building even over local objections.-0.3-0.7
35The government should be able to force purchase of private property for public benefit.0.60.2
36Property rights should rarely be overridden by social goals.-0.6-0.2
37Social Security and Medicare benefits should increase with living costs.0.80
38Welfare programs should have strict work requirements.0.40.6
39Everyone should receive a regular payment from government, regardless of circumstances.0.9-0.3
40Cutting welfare programs increases incentive to work.-0.70.3
41The Second Amendment protects broad individual gun ownership.0-0.9
42Assault weapons should be banned or heavily restricted.00.9
43Government should regulate social media content more strictly.00.8
44Platforms should decide content rules without government pressure.0-0.8
45Voting should be easier with automatic registration and mail ballots.0-0.7
46Voter ID laws and election security measures should be stricter.00.7
47Facial recognition should be widely deployed in public spaces.00.9
48Facial recognition in public should be rare and regulated.0-0.9
ebook-cover

NEW: Dive deeper into the ideas behind the Political Circle

The new book, 'Beyond Left and Right: Understanding the Political Circle' is now available on Amazon.

Containing a wealth of information, the book explores all of the 12 philosophical positions with detailed analysis on each of the three levels.

Buy on Amazon.co.ukBuy on Amazon.com

Download the app on iOS

Download on the App Store