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

For the following 5 choices, please indicate which option you would prefer.



As a reminder, the average payoff of your firm for the past six rounds was: {{ group.group_payoff }}

Choice: Option A: Option B: Your choice:
1Report {{ group.group_payoff}} for 32 ECUsReport {{ group.misreportPayoff }} for 160 ECUs{% formfield player.reportChoice1 label="" %}
2Report {{ group.group_payoff }} for 64 ECUsReport {{ group.misreportPayoff }} for 160 ECUs{% formfield player.reportChoice2 label="" %}
3Report {{ group.group_payoff }} for 96 ECUsReport {{ group.misreportPayoff }} for 160 ECUs{% formfield player.reportChoice3 label="" %}
4Report {{ group.group_payoff }} for 128 ECUsReport {{ group.misreportPayoff }} for 160 ECUs{% formfield player.reportChoice4 label="" %}
5Report {{ group.group_payoff }} for 160 ECUsReport {{ group.misreportPayoff }} for 160 ECUs{% formfield player.reportChoice5 label="" %}



{% next_button %} {% endblock %}