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

In round 1



Use the sliders below to see the potential payoffs for different combinations of bids.

{% 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, you have:

% 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 %}