{% extends "global/Page.html" %} {% block title %}Preference Ranking{% endblock %} {% block content %}
Please rank the options below from best (top) to worst (bottom),
based on your own, personal preference.
Ties are not allowed.
For payment: we'll randomly pick two options and give you the one you ranked higher.
(Important: Because any two options could be chosen, the way to get what you really prefer (among the two things chosen) is to rank the entire list truthfully.)
{% formfield_errors 'ranking' %} {% formfield_errors 'confirmed' %}
{% next_button %}
{% endblock %}