{% extends "global/Page.html" %} {% load otree static %} {% block title %} Red Player Decision {% endblock %} {% block content %}
Message from Partner Red Player: {{ group.red_message }}


{% if subsession.round_number == 1 %} Disclosure of Message Accuracy:
The message sent to you is ACCURATE.


{% elif subsession.round_number == 6 %} Disclosure of Message Accuracy:
The message sent to you is INACCURATE.


This inaccuracy could be because either the Red Player sent you an inaccurate message OR the Manager intervened and changed the accurate message from the Red Player to inaccurate. Thus, the actual message sent by the Red Player could either be accurate or inaccurate.

Your earnings would be calculated according to the accuracy of the actual message sent by the Red Player.
The Red Player has been told that you have been informed that the message sent is inaccurate. The Red Player is asked to provide a statement in his/her defense. {% elif subsession.round_number == 11 %} Disclosure of Message Accuracy:
The message sent to you is ACCURATE.


{% endif %}

{% next_button %} {% endblock %}