{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 2 - Price determination. {% endblock %} {% block content %}

Time: {{ time }} seconds.

The randomly drawn price to see another {% if group.r_aux_g2 >= 0.5 %} fellow team member's {% else %} participant's {% endif %} public guess is {{ player.info_value }} cents.

The maximum amount of money you were willing to pay is {{ player.offer }} cents, which is {% if player.offer >= player.info_value %} higher than (or equal to) {% else %} lower than {% endif %} the randomly drawn price.

{% if player.offer >= player.info_value %} Hence, the price of {{ player.info_value }} cents will be deducted from your completion payment and you will see another {% if group.r_aux_g2 >= 0.5 %} fellow team member's {% else %} participant's {% endif %} public guess. {% else %} Hence, no money will be deducted from your completion payment but you will not see another {% if group.r_aux_g2 >= 0.5 %} fellow team member's {% else %} participant's {% endif %} public guess. {% endif %}

Please, click "Next" to continue.

{% next_button %} {% endblock %}