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

Round 2

{% if player.id_in_group == 1 %} {% if player.is_winner %} You won in Round 1.
The computer will again put 3 'A' balls in the bid bag for every point you bid in Round 2 of this trial. {% else %} You lost in Round 1.
The computer will no longer put 3 'A' balls in the bid bag for every point you bid in Round 2.
Both yours and B's bid will be converted into 1 ball for 1 point of bid.{% endif %} {% else %} {% if player.is_winner %} You won in Round 1.
The computer will no longer put 3 'A' balls in the bid bag for every point that A bids in Round 2 of this trial.
Both yours and A's bid will be converted into 1 ball for 1 point of bid. {% else %} You lost in period 1.
The computer will again put 3 'A' balls in the bid bag for every point you bid in Round 2.
Your bid will be converted into 1 'B' ball for 1 point of your bid in Round 2. {% endif %} {% endif %}

Use the sliders or insert numbers below to choose and submit your Prediction of {{ other_player_role }}'s bid and your own Bid.

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


Your Bid:                    
You keep = points

If {{ other_player_role }} bids what you predict:

% chance
% chance
  • You win and earn points
  • {{ other_player_role }} loses and earns points
  • In round 2, the computer will {% if player.id_in_group == 1 %}again put 3 'A' balls{% else %} put 1 'A' ball{% endif %} in the 'bid bag' for every point that A bids.
  • You lose and earn points
  • {{ other_player_role }} wins and earns points
  • In round 2, the computer will {% if player.id_in_group == 1 %}put 1 'A' ball{% else %} put 3 'A' balls{% endif %} in the 'bid bag' for every point that A bids.
Payoff in a trial
For A: Round 1 Payoff + (0.1 * Round 2 Payoff)
For B: Round 1 Payoff + (5 * Round 2 Payoff)


{% next_button %} {% endblock %}