{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{round_number}}: Negotiation {% endblock %} {% block content %} {% if player.id_in_group == 2 %} {% endif %} {% if player.id_in_group == 1 %}
| Your chosen diagnostic accuracy | {{ precision_choice }} |
Now, you can chat with your matched {% if player.id_in_group == 1 %}client {% else %} expert {% endif %} on the chat box below.
By typing and then pushing the "Send" button, you can send a message to your matched {% if player.id_in_group == 2 %} expert {% else %} client {% endif %}.
You can chat for NO more than {% if player.round_number == 1 %} 3 {% else %} 1{% endif %} minutes (there is a countdown on the top right of the screen). Once the time is over, you will automatically move to the next stage.
Please say "Hi" to each other and start to chat!
{% endif %} {% chat %} {% endblock %}