{% 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 1


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