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

In each round


Since you are Type {{ player.role }}: {% if player.id_in_group == 1 %} For each point that you bid, the computer puts 3 'A' balls in the Bid Bag.

For each point that B bids, the computer puts 1 'B' ball in the Bid Bag. {% else %} For each point that you bid, the computer puts 1 'B' ball in the Bid Bag.

For each point that A bids, the computer puts 3 'A' balls in the Bid Bag. {% endif %}

Use the sliders below to choose your prediction of {{ other_player_role }}'s bid and your own bid.

{% if player.id_in_group == 1 %}B's {% else %} A's {% endif %} Bid:                                                                                                                ( {% if player.id_in_group == 1 %} 'B' balls) {% else %} 'A' balls) {% endif %}
{{ other_player_role }} keeps = points


Your Bid:                                                                                                            ( {% if player.id_in_group == 1 %} 'A' balls) {% else %} 'B' balls) {% endif %}
You keep = points

With this combination of bids:
% chance % chance
  • You win and earn points
  • {{ other_player_role }} loses and earns
  • You lose and earn points
  • {{ other_player_role }} wins and earns
{% next_button %} {% endblock %}