{% extends "global/Page.html" %}
{% block title %}
Self-Disclosure
{% endblock %}
{% block content %}
{% if subsession.round_number == 1 %}
Did you send inaccurate message in the block: No
{% elif subsession.round_number == 6 %}
Did you send inaccurate message in the block: Yes
Inaccurate Message Disclosure:
You are NOT SELECTED to know the accuracy of the message sent to you.
Inaccurate Message Disclosure:
You are NOT SELECTED to know the accuracy of the message sent to you.
{% elif subsession.round_number == 11 %}
Disclosure of Message Accuracy:
The message sent to you is ACCURATE.
{% endif %}
{% next_button %}
{% endblock %}