{% extends "global/Page.html" %} {% load otree %} {% block title %}Message{% endblock %} {% block content %} {% include "global/instructions.html" %}



This is round {{ subsession.treatment_round_number}}/{{ num_treatment_rounds }}

{% if player.expert %} You are {% if subsession.big_group == False %}the{% else %}a{% endif %} best informed person. Your message has a {{ Constants.p }}% chance of being correct. {% else %} You are not {% if subsession.big_group == False %}the{% else %}a{% endif %} best informed person. Your message has a {{ player.q}}% chance of being correct. {% endif %}

{% if player.signal == 0 %}

The prize is in the green box

{% else %}

The prize is in the purple box

{% endif %}
{% next_button %}
{% endblock %}