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

The randomly chosen row is indicated below.

Your payoff for this task: {{ player.payoff }}

{% for f, px, py, payoffA_high, payoffA_low, payoffB_high, payoffB_low,choice in choices %} {% endfor %}
Option A Option B
{{ px }}% chance of {{ payoffA_high | c }}
{{ py }}% chance of {{ payoffA_low | c }}
{% if choice == 'A' %}
{% elif choice == 'B' %}
{% endif %}
{{ px }}% chance of {{ payoffB_high | c }}
{{ py }}% chance of {{ payoffB_low | c }}
{% next_button %}
{% endblock %}