{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Comprehension Questions 2
{% 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 7 points in their Challenge pool and Kept 13 points.
- Member 2 invested 9 points in their Challenge pool and Kept 11 points.
Thus, in total, Position A invested 7 + 9 = 16 points in their Challenge pool and Kept 24 points.
In Position Z:
- Member 1 invested 7 points in their Challenge pool and Kept 13 points.
- Member 2 invested 5 points in their Challenge pool and Kept 15 points.
Thus, in total, Position Z invested 7 + 5 = 12 points in their Challenge pool and Kept 28 points.
What is the outcome of the Challenge pool?
{% formfield player.compr_quest_8 %}
Please select below how many points Member 1 in Position A would earn in this round.
{% formfield player.compr_quest_9 %}
Please select below how many points Member 2 in Position A would earn in this round.
{% formfield player.compr_quest_10 %}
Please select below how many points the Coordinator in Position A would earn in this round.
{% formfield player.compr_quest_11 %}
Please select below how many points Member 1 in Position Z would earn in this round.
{% formfield player.compr_quest_12 %}
Please select below how many points Member 2 in Position Z would earn in this round.
{% formfield player.compr_quest_13 %}
Please select below how many points the Coordinator in Position Z would earn in this round.
{% formfield player.compr_quest_14 %}
{% next_button %}
{% endblock %}