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

Practice Round - Period 2

This is the last period of this round. Who wins or loses in this period will not affect the bid multiplier rules next.
{% if player.id_in_group == 2 %} You {% else %} B {% endif %} {% if group.Winner_A %} lost in period 1. {% else %} won in round 1. {% endif %} {% if player.id_in_group == 1 %} Your {% else %} A's {% endif %} {% if group.Winner_A %} bid will continue to get multiplied by 3. {% else %} bid will not get multiplied by 3 anymore. {% endif %}


Guess your opponent's bid =


Choose your Bid =



Your Chance of winning = {% if group.Winner_A %} % {% else %} % {% endif %} {% next_button %}
{% endblock %}