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

Round {{ roundnum }}: Sending Report


{% if player.id_in_group == 1 %}
You have chosen a {{choice_N}}-piece cut.
0.0
{{if piece_min_int != 0}}
{{piece_min}}
{{endif}} {{if piece_max_int != 100}}
{{piece_max}}
{{endif}}
100.0

{{ random_initial }}
0.0
0.0
Value B
{{ B_value }}
100.0
100.0
Your offer in this Round
Your offer
{{ latest_offer }}
Blank

In the first graph, the blue piece contains X.

In the second graph, please choose your report for Member B by clicking and dragging to indicate the lower and upper bounds of your report.


Then click the "Confirm" button to submit your choice. The button will appear after you adjust the bounds.


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