{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results: Round {{ player.round_number }} {% endblock %} {% block content %}
{% if player.role == 'Row' %} Your chosen platform was {{ player.choice.lower }}. Your opponent chose to {{ opponent_choice.lower }} your platform. Thus, your payoff is {{ player_payoff }} points. {% else %} You chose to {{ player.choice.lower }} your opponent's {{ opponent_choice.lower }} platform. Thus, your payoff is {{ player_payoff }} points. {% endif %}
| Column |
||||
|---|---|---|---|---|
| Row | Challenge | Ignore | Praise | |
| Extreme | (10, -10) | (-5, 5) | (0, 0) | |
| Moderate | (0, 0) | (7, -7) | (1, -1) | |
| Vague | (4, -4) | (3, -3) | (2, -2) | |