{#{% load staticfiles otree %}#} {% block title %} Which do you prefer? {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}

For each line, choose which option you prefer. Make these decisions carefully; we may randomly select one of the lines and implement your choice.

{#

#} {# On this page, your decision in some rows may imply a decision for other rows.#} {# We automatically change the answers to account for this.#} {# If you see that your selection for one row changes as you make a decision in a different row, this is the reason.#} {#

#} {% for field, g, b, f in lotteries %} {% endfor %}
Option A Option B
{{ g }} with 50% chance and
{{ b }} with 50% chance
{{ f }} for sure

When you are ready, continue to the next page.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {# {% endblock %}