{% load otree static %} {{ block title }} Ranking {{ endblock }} {{ block content }}

In this task, we ask you to rank the following items in your order of preference. The first one in the ranking is the one you would most like to have, and the last, the one you like the least.

If this question is randomly chosen for payment, two of the objects will be selected (also at random). You will receive the object, out of the two, that you ranked highest as your additional payment. Because of this payment system, it is in your best interest to think carefully about how you rank the objects.

Below you can read about the features of each object.

{{ for object in objects_ordered }} {{ endfor }}
{{object.name}} picture of (a) {{object.name}}
  • {{object.info1}}
  • {{object.info2}}
  • {{object.info3}}

Please, drag and drop the following items to rank them according to your preference. Remember, the first one in the ranking is the one you would most like to have, and the last, the one you like the least.

{{ formfield_errors 'ranking' }}


{{ next_button }}

{{ endblock }}