{% extends "global/Page.html" %} {% load otree %} {% block title %} Make a bid in Period 2 {% endblock %} {% block content %}
There is 50 % chance that your value is 2 points;
There is 25 % chance that your value is 4 points;
There is 12.5 % chance that your value is 8 points;
There is 6.25 % chance that your value is 16 points;
There is 6.25 % chance that your value is 32 points;
The robot seller will based on those information set a secret price.
The value of the item for you in this period is {{player.value_2}}.
You have to make a bid.
If your bid is not less than the secret price, you can get the item, can pay the secret price.
Otherwise you cannot get the item.
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}