{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Reporting Task
{% endblock %}
{% block content %}
Suppose as the manager of this firm, you may have to report the earnings of your firm (in this case
the average earnings of your firm over the past six rounds) to some external body as a pubic earnings report.
The following task asks you to make a decision about what earnings figures to announce. For the following choice task, please
select an option for each choice. Note that each option has a corresponding payment amount for that choice.
As a reminder, one of your decisions made in this task could potentially be selected for your payment in the
experiment today. Points in this task are worth the same as in the time allocation task ($1 per 16 ECUs).
As a reminder, the average payoff of your firm for the past six rounds was: {{ group.group_payoff }}
{% next_button %}
{% endblock %}