{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision 4 {% endblock %} {% block content %}

Which option do you prefer?

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Option A
Option B
With Probability 70%: Get $ 10, With Probability 30%: Get $5
{{ choice }}
{{ field.label }}
{% next_button %} {% endblock %}