{% load otree %} {% block styles %} {% endblock %} {% block title %} Results {% endblock %} {% block content %}
{% for r in rounds %} {% endfor %} {% for r in reports %} {% endfor %} {% for p in payoffs %} {% endfor %}
Round:#{{ r }}
Report:
Payoff: {{ p }}

Note: At the end of the experiment, we will randomly determine whether the die-rolling task counts towards your payoff. If that's the case, we will randomly draw one of the rounds and determine your earnings based on that.

{% endblock %}