{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Period {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

Time: :


{% if player.perceived_similarity == 1 %} {% endif %} {% if player.perceived_similarity == 2 %} {% endif %} {% if player.perceived_similarity == 3 %} {% endif %} {% if player.perceived_similarity == 4 %} {% endif %} {% if player.perceived_similarity == 5 %} {% endif %} {% if player.perceived_similarity == 6 %} {% endif %} {% if player.perceived_similarity == 7 %} {% endif %}


{{ player.task_you }}

{% if player.position == 1 %} {% endif %} {% if player.position == 2 %} {% endif %} {% if player.position == 1 %}
{% endif %} {% if player.position == 2 %}
{% endif %}
{{ player.task_other }}


What is your best estimate of ESTIMATE-other's choice?

-
Left Label     Right Label
%
                                   
%


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