{% block title %}
Decision {{ decision_name }} Bonus
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
Your total bonus for Decision {{ decision_name }} is {{ payoff_total }}.
In part 1, you chose the {{ if player.environment_choice }} {{ label_pool }} {{ else }} {{ label_sep }} {{ endif }} task. The computers produced {{ payoff_part1 }} in part 1. In part 2, you chose your bonus to be {{ if not part2_sep }} independent of the amount the computers produce in part 2. {{ else }} determined by the amount the {{ if part2_unknown }} unknown {{ elif part2_good }} Good {{ else }} Bad {{ endif }} computer produces in part 2. {{ endif }} Your part 2 bonus is {{ payoff_part2 }}.
Click the "Next" button to continue.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}