{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load staticfiles %} {% block title %} Results {% endblock %} {% block content %}
| Minimum choice in group | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {% for lvl in Constants.difficulty_levels %} {% if forloop.counter == group.min_group %} | {{lvl}} {% else %} | {{lvl}} {% endif %} {% endfor %} | ||||||||
| Own choice | {% endif %}{{forloop.counter}} | {% for item in row %} {% if forloop.counter == group.min_group %} {% if forloop.parentloop.counter == player.problem_difficulty %}{{item}} | {% else %}{{item}} | {% endif %} {% else %}{{item}} | {% endif %} {% endfor %}||||||
Your level of effort shown in yellow was: {{player.problem_difficulty}}
The minimum effort of the group shown in red was: {{group.min_group}}
As shown in the payoff matrix above, you earned: {{player.payoff}}
{% endif %} {% if not is_control %}Players:
| Level of effort | Payoff |
|---|---|
| {{p.problem_difficulty}} effort units | {{p.payoff}} |
| {{p.problem_difficulty}} effort units | {{p.payoff}} |
| {{p.problem_difficulty}} effort units | {{p.payoff}} |
| {{p.problem_difficulty}} effort units | {{p.payoff}} |
(You chose the minimum effort, so you are highlighted in orange. Other players who chose the minimum effort are highlighted in red)
{% else %}(You are highlighted in yellow, and the minimum effort is highlighted in red)
{% endif %} {% endif %}