{% 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.

Choice: Option A: Option B: Your choice:
1Report {{ group.group_payoff}} for 0.30 pointsReport {{ group.misreportPayoff }} for 1.50 points{% formfield player.reportChoice1 label="" %}
2Report {{ group.group_payoff }} for 0.60 pointsReport {{ group.misreportPayoff }} for 1.50 points{% formfield player.reportChoice2 label="" %}
3Report {{ group.group_payoff }} for 0.90 pointsReport {{ group.misreportPayoff }} for 1.50 points{% formfield player.reportChoice3 label="" %}
4Report {{ group.group_payoff }} for 1.20 pointsReport {{ group.misreportPayoff }} for 1.50 points{% formfield player.reportChoice4 label="" %}
5Report {{ group.group_payoff }} for 1.50 pointsReport {{ group.misreportPayoff }} for 1.50 points{% formfield player.reportChoice5 label="" %}
{% next_button %} {% endblock %}