{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %}
{% if player.round_number == C.NUM_ROUNDS %} Payoff Relevant Choice {% else %} Outcome {% endif %}
{% endblock %} {% block content %}
{% if player.round_number == C.NUM_ROUNDS %}

The computer has selected the task below to determine your bonus payment.

Your bonus payment amounts to: {{ payoff }}.

{% endif %}

Your {{color_wheel}} wheel of fortune stopped at field {{ realized_field }}. Option {{option_1}} pays {{ payoff_A }}. Option {{option_2}} pays {{ payoff_B }}.

You chose {{ chosen_option }}.

{% for ff, ft, p, o1, o2, w in rows %} {% endfor %}
Option {{option_1}} Option {{option_2}}
= ff and realized_field <= ft %} id="selected_2" {% endif %}> = ff and realized_field <= ft %} id="selected_2" {% endif %}> {{ o1 }} = ff and realized_field <= ft %} id="selected_2" {% endif %}> {{ o2 }}
{% if player.round_number == C.NUM_ROUNDS %}
{% endif %}
{% next_button %}
{% endblock %}