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

In round 2


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 A wins in Round 1 - ( {% if player.id_in_group == 1 %} 'B' balls) {% else %} 'A' balls) {% endif %}
                                                                                                                                            If B wins in Round 1 - ( {% if player.id_in_group == 1 %} 'B' balls) {% else %} 'A' balls) {% endif %}
{{ other_player_role }} keeps = points


Your Bid:                                                                            If A wins in Round 1 - ( {% if player.id_in_group == 1 %} 'A' balls) {% else %} 'B' balls) {% endif %}
                                                                                                                                             If B wins in Round 1 - ( {% if player.id_in_group == 1 %} 'A' balls) {% else %} 'B' balls) {% endif %}
{{ other_player_role }} keeps = points

If {% if player.id_in_group == 1 %}You win{% else %}A wins{% endif %} in round 1
% chance
% chance
  • You win and earn points
  • {{ other_player_role }} loses and earns
  • You lose and earn points
  • {{ other_player_role }} wins and earns
If {% if player.id_in_group == 1 %}B wins{% else %}You win{% endif %} in round 1
% 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 %}