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

Round {{ roundnum }}: Making Guess (Choosing G)


{# page for seller #} {% if player.id_in_group == 2 %}
You do not know how many cuts Member A has chosen.
{{ random_initial }}
0.0
Min: 50
Value B
{{ B_value }}
Max: 400
100.0
{{ if guessed_min_int != 0}}
{{ guessed_min }}
{{endif}} {% if guessed_min_int != guessed_max_int and guessed_max_int != 1000 %}
{{ guessed_max }}
{% endif %}

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


Click on the bar to pinpoint your guess G.

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