{% extends "global/Page.html" %} {% load otree %} {% block title %}Make your decision{% endblock %} {% block content %}

Question of {{ gambles|length }}

Option A
50% chance to win
tokens
50% chance to win
0
tokens
Option B
Receive for certain
tokens
Please select an option before continuing.
{{ formfield_errors 'risk_choices' }}
{% next_button %}
{% endblock %}