{% extends "global/Page.html" %} {% load otree %} {% block title %}Answer Questions{% endblock %} {% block content %}

For each probability p below, click the option you prefer. All rows will update automatically.

{% for p in p_values %} {% endfor %}
Option 1
{{ option1_text }}
Option 2
You win 200 tokens with p% probability and nothing otherwise.
p (%)
{{ p }}%
{% next_button %}
{% endblock %}