{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {{ block content }}

Round {{ roundnum }}: Member {% if player.id_in_group == 2 %} B {% else %} A {% endif %} page (Part 1/1) Guess Y


{# page for seller #} {% if player.id_in_group == 2 %}
You do not know how many cuts Member A has chosen.
0.0
Min: 50
Value B
{{ B_value }}
Max: 400
100.0

Member A’s report, the yellow piece, is shown above.


First click on the bar once to pinpoint a number with one decimal in [0.0, 100.0].

Then click the Confirm button to submit your choice.

{#
#} {#
#} {# #} {# #} {##} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {##} {#
#} {#
#}
{% endif %}
The buyer rejected the price offer (XXX) from the seller.
The match moves on to the next round with 80% chance.
Please click the “Spin” button below to see if the match moves on or not.



{% endblock %} {% block scripts %} {% endblock %}