{% extends "global/Page.html" %} {% load otree %} {% block title %}Round 4{% endblock %} {% block content %}
This is beginning of the fourth round.
In this round, suppose again that you have {{Constants.acre_endowment}} acres on which you grow crops. Your per-acre profit from crop production is {{Constants.per_acre_profit}}. If you wish to plant cover crops, you must pay {{Constants.cc_cost_per_acre}} per acre.
To improve water quality, your group must plant a minimum of {{Constants.cc_threshold_acres}} with cover crops among all {{Constants.players_per_group}} farmers.
If, among the group, a total of {{Constants.cc_threshold_acres}} acres are planted with cover crops, all members of the group will receive a bonus of {{Constants.cc_benefit_threshold_met}} per acre they plant with cover crops. If the group target is not met, no member of the group will receive this bonus, and each individual must incur the cost of planting cover crops.
There are {{Constants.num_rounds}} "years" in this round of the simulation.
{% next_button %} {% endblock %}