{% load otree %} {% block styles %} {% endblock %} {% block title %} Results {% endblock %} {% block content %}
| Round: | {% for r in rounds %}#{{ r }} | {% endfor %}
|---|---|
| Report: | {% for r in reports %}
|
{% endfor %}
| Payoff: | {% for p in payoffs %}{{ p }} | {% endfor %}
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.