{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results {% endblock %} {% block content %}

After 5 rounds, your total payoff is {{ my_payoff }} points and your opponent's payoff is {{ opponent_payoff }} points.

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)
{% next_button %} {% endblock %}