{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of round {{ round_number }} {% endblock %} {% block content %} {% if player_class == 1 or player_class == 2 %}
You are a Red type.
You are a Blue type.
The announcement was: {{ announcement }}
{% endif %}You chose: {{ decision }}
In your group, {{ others_X }} others chose X and {{ others_Y }} others chose Y.
{% if digit_span > 0 %} {% if correct %}You entered the {{ digit_span }}-digit number correctly.
{% else %}You entered the {{ digit_span }}-digit number incorrectly.
{% endif%} {% endif %}Thus, your payoff for this round was: {{ payoff }}
{% next_button %} {% if subsession.round_number > 1 %}| Round | {% if announce_treatment %}Announcement | {% endif %}Your Decision | Others who chose X | Others who chose Y | Your Payoff |
|---|---|---|---|---|---|
| {{ p.round_number }} | {% if announce_treatment %}{{ p.subsession.announcement }} | {% endif %}{{ p.decision }} | {{ p.others_X }} | {{ p.others_Y }} | {{ p.payoff }} |