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

What is your best estimate of your interaction partner's choice?
Click on the slider to report an estimate.

{% if player.roles_reversed == 0 %} U {% endif %} {% if player.roles_reversed == 1 %} L {% endif %}
{% if player.roles_reversed == 0 %} D {% endif %} {% if player.roles_reversed == 1 %} R {% endif %}
%
%
Certainly {% if player.roles_reversed == 0 %} U {% endif %} {% if player.roles_reversed == 1 %} L {% endif %}
Certainly {% if player.roles_reversed == 0 %} D {% endif %} {% if player.roles_reversed == 1 %} R {% endif %}


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