{% extends "global/Page.html" %} {% load otree %} {% block title %} Results - Block 1, Round {{ player.round_number }} {% endblock %} {% block content %}
Maximum payoff: 12 points
| Your choice: | {{ player.decision }} |
| Other participants' choices: | {% if player.id_in_group == 1 %} Player R - {{ others.0.decision }} |
| Player S - {{ others.2.decision }} | |
| Player T - {{ others.1.decision }} | |
| Player S - {{ others.2.decision }} | |
| Player T - {{ others.1.decision }} | |
| Player R - {{ others.1.decision }} | |
| Player S - {{ others.2.decision }} | |
| Player R - {{ others.1.decision }} | |
| Player T - {{ others.2.decision }} | |
| ERROR | |
| Thus you earned: | {{ player.payoff }} |
|
{% if player.decision == "Purple" %}
{% elif player.decision == "Green" %}
{% elif player.decision == "Yellow" %}
{% endif %}
{% if others.0.decision == "Purple" %}
{% elif others.0.decision == "Green" %}
{% elif others.0.decision == "Yellow" %}
{% endif %}
{% if others.2.decision == "Purple" %}
{% elif others.2.decision == "Green" %}
{% elif others.2.decision == "Yellow" %}
{% endif %}
{% if others.1.decision == "Purple" %}
{% elif others.1.decision == "Green" %}
{% elif others.1.decision == "Yellow" %}
{% endif %}
| |
|
{% if others.0.decision == "Purple" %}
{% elif others.0.decision == "Green" %}
{% elif others.0.decision == "Yellow" %}
{% endif %}
{% if player.decision == "Purple" %}
{% elif player.decision == "Green" %}
{% elif player.decision == "Yellow" %}
{% endif %}
{% if others.2.decision == "Purple" %}
{% elif others.2.decision == "Green" %}
{% elif others.2.decision == "Yellow" %}
{% endif %}
{% if others.1.decision == "Purple" %}
{% elif others.1.decision == "Green" %}
{% elif others.1.decision == "Yellow" %}
{% endif %}
| |
|
{% if others.0.decision == "Purple" %}
{% elif others.0.decision == "Green" %}
{% elif others.0.decision == "Yellow" %}
{% endif %}
{% if others.1.decision == "Purple" %}
{% elif others.1.decision == "Green" %}
{% elif others.1.decision == "Yellow" %}
{% endif %}
{% if others.2.decision == "Purple" %}
{% elif others.2.decision == "Green" %}
{% elif others.2.decision == "Yellow" %}
{% endif %}
{% if player.decision == "Purple" %}
{% elif player.decision == "Green" %}
{% elif player.decision == "Yellow" %}
{% endif %}
| |
|
{% if others.0.decision == "Purple" %}
{% elif others.0.decision == "Green" %}
{% elif others.0.decision == "Yellow" %}
{% endif %}
{% if others.1.decision == "Purple" %}
{% elif others.1.decision == "Green" %}
{% elif others.1.decision == "Yellow" %}
{% endif %}
{% if player.decision == "Purple" %}
{% elif player.decision == "Green" %}
{% elif player.decision == "Yellow" %}
{% endif %}
{% if others.2.decision == "Purple" %}
{% elif others.2.decision == "Green" %}
{% elif others.2.decision == "Yellow" %}
{% endif %}
|