{% extends "global/Page.html" %} {% load otree %} {% block title %} Comprehension Questions 3 {% endblock %} {% block content %} Please calculate the earnings for the following, hypothetical round of the experiment:

At the beginning of the round, everyone receives 20 points.


Investments
In Position A:
- Member 1 invested 8 points in their Challenge pool and Kept 12 points.
- Member 2 invested 2 points in their Challenge pool and Kept 18 points.

Thus, in total, Position A invested 8 + 2 = 10 points in their Challenge pool and Kept 30 points.

In Position Z:
- Member 1 invested 4 points in their Challenge pool and Kept 16 points.
- Member 2 invested 6 points in their Challenge pool and Kept 14 points.

Thus, in total, Position Z invested 4 + 6 = 10 points in their Challenge pool and Kept 30 points.




What is the outcome of the Challenge pool?
{% formfield player.compr_quest_15 %}
Please select below how many points Member 1 in Position A would earn in this round.
{% formfield player.compr_quest_16 %}
Please select below how many points Member 2 in Position A would earn in this round.
{% formfield player.compr_quest_17 %}
Please select below how many points the Coordinator in Position A would earn in this round.
{% formfield player.compr_quest_18 %}
Please select below how many points Member 1 in Position Z would earn in this round.
{% formfield player.compr_quest_19 %}
Please select below how many points Member 2 in Position Z would earn in this round.
{% formfield player.compr_quest_20 %}
Please select below how many points the Coordinator in Position Z would earn in this round.
{% formfield player.compr_quest_21 %}
{% next_button %} {% endblock %}