{% extends "global/Page.html" %} {% load otree static %} {% block title %} Information exchange {% endblock %} {% block content %} {% if player.group.both_paid_CostThenSignal %}
The cost to exchanging information is {{ roundedCost }}. Both you and your partner were willing to pay this cost and so you exchange information:
{% if otherCoarse %}The other player believes that the bag is more likely to contain more red marbles than blue marbles.
{% else %}The other player believes that the bag is more likely to contain more blue marbles than red marbles.
{% endif %} {% else %}The cost to exchanging information is {{ roundedCost }}. Either you or your partner were not willing to pay this cost and so you do not exchange information.
{% endif %}You have a chance to update how likely you think it is that the bag contains more red than blue marbles:
{% formfield player.probReservation_CostThenSignal2 label="How many nickels must the box have for you to want to be reimbursed based on the draw from the box?" %} {{ form.touched_slider.errors }} {% block scripts %} {% endblock %} {% next_button %} {% endblock %}