{% 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.

{% 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 %}