{% 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.
{% else %}
{% else %}
{% else %}
{% 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.
{% else %}
{% else %}
{% else %}
{% else %}