{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Ranking of principles {% endblock %} {% block content %}

In this task, we ask you to rank a number of principles that can be applied to compare different economic programs and identify which of the options is preferable. We want to know which of these principles you agree with the most, second most, etc.

Please indicate your ranking using the form fields below.

Consider the following principles.

Principle A: {{ p1 }}

Principle B: {{ p2 }}

Principle C: {{ p3 }}

Principle D: {{ p4 }}

Principle E: {{ p5 }}

{% formfield player.rank1 %} {% formfield player.rank2 %} {% formfield player.rank3 %} {% formfield player.rank4 %} {% formfield player.rank5 %}

{% endblock %}