{% extends "global/Page.html" %} {% load static otree %} {% block styles %} {% endblock %} {% block title %}Examples 2-3{% endblock %} {% block content %}

EXAMPLE 2: NO CONSERVATION​


But, if ALL players put ALL energy tokens in their personal accounts and do not conserve any energy, then everybody just gets their private share: $12.00

  • Private account : Each player has 120 tokens left, earning them $12.00.
  • Group conservation account : The group has 0 tokens ($0.00). The group does not meet the conservation goal, so every player’s bonus is 0 tokens ($0.00).
  • Your total earnings: $12.00 (private account) + $0.00 (group conservation bonus) = $12.00
  • Pollution reduction : The dollar value of the energy tokens in the conservation account ($0.00) is donated to Carbonfund.org, reducing approximately 0 pounds of air pollution

EXAMPLE 3: MAX CONSERVATION​


Or, if ALL players conserve the maximum amount of 10 energy tokens every month, then everybody just gets the group bonus: $24.00

  • Private account : Each player has 0 tokens left, earning them $0.00.
  • Group conservation account : The group has 2,640 tokens ($264.00). The group meets the conservation goal, so a bonus is paid by doubling the 2,640 tokens (to 5,280 tokens) and dividing them equally among all players. Every player’s bonus is 240 tokens ($24.00).
  • Your total earnings: $0.00 (private account) + $24.00 (group conservation bonus) = $24.00
  • Pollution reduction : The dollar value of the energy tokens in the conservation account ($264.00) is donated to Carbonfund.org, reducing approximately 58,080 pounds of air pollution

{% endblock %}