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

This is a Common Pool Resource game with {{ Constants.players_per_group }} players per group, a resource amount of {{ Constants.group_endowment }}, and an efficiency factor of {{ Constants.multiplier }}. Your gain at each round is calculated through the following equation:

individual gain = individual extraction + [2(40 - group extraction)/4]

You can extract between 0 and 10 points per round.

{% formfield player.extraction %} {% next_button %} {% endblock %}