Allocate Points to Policies

You have 100 preference points you can allocate among these policies
















Remaining points: 100

Total Points Allocated

Policy Total Points Percentage Cost to Achieve Max Improvement
Healthcare {{ total_healthcare }} {{ percentage_healthcare }}% {{ cta_healthcare }}
Education {{ total_education }} {{ percentage_education }}% {{ cta_education }}
Infrastructure {{ total_infrastructure }} {{ percentage_infrastructure }}% {{ cta_infrastructure }}
Defense {{ total_defense }} {{ percentage_defense }}% {{ cta_defense }}
Environment {{ total_environment }} {{ percentage_environment }}% {{ cta_environment }}
Budget {{ total_budget }} {{ percentage_budget }}%
Grand Total {{ grand_total }} {{ percentage_healthcare + percentage_education + percentage_infrastructure + percentage_defense + percentage_environment + percentage_budget }}% {{ cta_healthcare + cta_education + cta_infrastructure + cta_defense + cta_environment }}
Number of Voters {{ user_count }}
Average Nominal Expenditure {{ average_nominal_expenditure }}



{% if pareto_points %}

Pareto Frontier Analysis

Select your preferred Pareto point by clicking on it and pressing the Vote button below

Average of Pareto Point Votes

Total Expenditure: {{ average_pareto_point.total_expend }}

Total Voter Happiness: {{ average_pareto_point.vothap_tot }}

Closest Pareto Point to Average

This is point which the community will enact

Total Expenditure: {{ closest_pareto_point.total_expend }}

Total Voter Happiness: {{ closest_pareto_point.vothap_tot }}

{% endif %}

Effects Table

{% for row in effects_table %} {% endfor %}
Policy Healthcare Education Infrastructure Defense Environment
{{ row.policy }} {{ row.healthcare }} {{ row.education }} {{ row.infrastructure }} {{ row.defense }} {{ row.environment }}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}