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

Round {{ roundnum }}: Event Summary


This is the end of Round {{ roundnum }}. The details are:

Member A selected a {{choice_N}}-piece cut.
0.0
X={{value_X}}
G={{guess_Y}}
{{ if guessed_min_int != 0}}
{{ guessed_min }}
{{endif}} {% if guessed_min_int != guessed_max_int and guessed_max_int != 1000 %}
{{ adjusted_guessed_max }}
{% endif %}
100.0


Your reward points for this round: {% if player.id_in_group == 2 %} {{points_B}} {% else %} {{points_A}} {% endif %}


Click “Next” below to proceed.


{{ next_button }}
{% endblock %}