{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %} {% include "global/instructions.html" %} {% if subsession.big_group == False %}



Your signal said "The prize is in the {% if player.signal == 0 %}green{% else %}purple{% endif %} box," and it had a {% if player.expert %}{{ Constants.p }}%{% else %}{{ player.q}}%{% endif %} chance of being correct.

You {% if player.action == 0 %}voted for the green box{% elif player.action == 1 %}voted for the purple box{% elif player.action == 2 %}gave your vote to the best informed person{% else %}chose not to vote{% endif %}.

Your group chose the {% if group.chosen_decision == 0 %}green{% else %}purple{% endif %} box.

The prize was in the {% if group.actual == 0 %}green{% else %}purple{% endif %} box: you won {% if group.chosen_correct == True %}{{ Constants.reward }}{% else %}0{% endif %} points.



{% if group.chosen_decision == 0 %} {% if group.actual == 0 %}

{{ group.green_votes }}

{% else %}

{{ group.green_votes }}

{% endif %} {% else %} {% if group.actual == 0 %}

{{ group.green_votes }}

{% else %}

{{ group.green_votes }}

{% endif %} {% endif %}
{% if group.chosen_decision == 1 %} {% if group.actual == 1 %}

{{ group.purple_votes }}

{% else %}

{{ group.purple_votes }}

{% endif %} {% else %} {% if group.actual == 1 %}

{{ group.purple_votes }}

{% else %}

{{ group.purple_votes }}

{% endif %} {% endif %}


{% if subsession.mva == False %} The best informed person received {% if group.delegations == 1 %} 1 extra vote {% else %} {{ group.delegations }} extra votes {% endif %} and voted for the {% if group.expert_vote == 0 %}green{% else %}purple{% endif %} box. {% else %} The best informed person voted for the {% if group.expert_vote == 0 %}green{% else %}purple{% endif %} box.

{% if group.abstentions == 1 %} 1 person abstained. {% else %} {{ group.abstentions }} people abstained. {% endif %} {% endif %}

The other voters cast {% if group.green_votes_nonexperts == 1 %} 1 vote {% else %} {{ group.green_votes_nonexperts }} votes {% endif %}for the green box and {% if group.purple_votes_nonexperts == 1 %} 1 vote {% else %} {{ group.purple_votes_nonexperts }} votes {% endif %}for the purple box.
{% else %}



Your signal said "The prize is in the {% if player.signal == 0 %}green{% else %}purple{% endif %} box," and it had a {% if player.expert %}{{ Constants.p }}%{% else %}{{ player.q}}%{% endif %} chance of being correct.

You {% if player.action == 0 %}voted for the green box{% elif player.action == 1 %}voted for the purple box{% elif player.action == 2 %}gave your vote to the best informed person{% else %}chose not to vote{% endif %}.

Your group chose the {% if subsession.chosen_decision == 0 %}green{% else %}purple{% endif %} box.

The prize was in the {% if subsession.actual == 0 %}green{% else %}purple{% endif %} box: you won {% if subsession.chosen_correct == True %}{{ Constants.reward }}{% else %}0{% endif %} points.



{% if subsession.chosen_decision == 0 %} {% if subsession.actual == 0 %}

{{ subsession.green_votes }}

{% else %}

{{ subsession.green_votes }}

{% endif %} {% else %} {% if subsession.actual == 0 %}

{{ subsession.green_votes }}

{% else %}

{{ subsession.green_votes }}

{% endif %} {% endif %}
{% if subsession.chosen_decision == 1 %} {% if subsession.actual == 1 %}

{{ subsession.purple_votes }}

{% else %}

{{ subsession.purple_votes }}

{% endif %} {% else %} {% if subsession.actual == 1 %}

{{ subsession.purple_votes }}

{% else %}

{{ subsession.purple_votes }}

{% endif %} {% endif %}


{% if subsession.mva == False %} The best informed people received{% if subsession.delegations == 1 %} 1 extra vote {% else %} {{ subsession.delegations }} extra votes.{% endif %} {{ subsession.green_votes_experts }} voted for the green box and {{ subsession.purple_votes_experts }} voted for the purple box. {% else %} Among the best informed people, {{ subsession.green_votes_experts }} voted for the green box and {{ subsession.purple_votes_experts }} voted for the purple box.

{% if subsession.abstentions == 1 %} 1 person abstained. {% else %} {{ subsession.abstentions }} people abstained. {% endif %} {% endif %}

The other voters cast {% if subsession.green_votes_nonexperts == 1%} 1 vote {% else %} {{ subsession.green_votes_nonexperts }} votes {% endif %} for the green box and {% if subsession.purple_votes_nonexperts == 1%} 1 vote {% else %} {{ subsession.purple_votes_nonexperts }} votes {% endif %} for the purple box.
{% endif %}
{% next_button %}
{% endblock %}