{% block title %}{% endblock %} {% block content %}
{% if player.random_signal %} {% if player.random_signal == "yes" %} Your actual performance in the bargaining task was better than your previous guess. {% elif player.random_signal == "no" %} Your actual performance in the bargaining task was worse than your previous guess. {% endif %} {% else %} Information about your performance is not available. {% endif %}
How would you rate the accuracy of this information on a scale from 0 (completely false) to 100 (completely true)?
{% endblock %}