{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} Trial Number {{ subsession.round_number }}
{% if subsession.round_number < 4%} Practice Trial {{ subsession.round_number }} of 3 {% else %} Actual Trial {{ actual_round_number }} of 5 {% endif %}

Round 2 Results

You {% if player.is_winner_2 %} Won {% else %} Lost {% endif %}
Your bid {{ player.investment_2 }} points
{{ other_player_role }}'s bid {{ other_player_investment_2 }} points
You Predicted {{ player.Perceived_investment_2 }} points
Prediction Payoff {{ player.guesspayoff2 }}
Your chance of winning {% if player.id_in_group == 1 %} {{group.chance_A_2 }} {% else %} {{group.chance_B_2 }} {% endif %} percent
Bid task Payoff {{ player.payoff2 }}
Total Round 2 Payoff {{ player.Totalpayoff2 }}


{% next_button %} {% endblock %}