{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Instructions
{% endblock %}
{% block content %}
If members in Position Z invest more or equal points in their Challenge pool compared to what the members in Position A invest in their Challenge pool,
members in Position Z successfully prevent (
) Position A from taking the points that they Kept.
In this case, members in Position A will not receive any points from members in Position Z.
Consequently, members of both groups earn the number of points Kept per member.
Please note: Only members in Position A can take points from members in Position Z.
Members in Position Z cannot take any points from members in Position A, even not if Position Z's Challenge pool contains more points than Position A's Challenge pool.
Example
Members start with 20 points.
Each member in Position A invests 10 points in their group’s Challenge pool (Challenge pool of Position A), and Keeps 10 points to themselves.
Thus, Position A’s Challenge pool consists of 10 + 10 = 20 points.
Each member in Position Z invests 15 points in their group’s Challenge pool (Challenge pool of Position Z), and Keeps 5 points to themselves.
Thus, Position Z’s Challenge pool consists of 15 + 15 = 30 points.
Outcome
Since Position Z’s Challenge pool contains more points than Position A’s Challenge pool,
Position A will not receive any points from Position Z.
Earnings
Thus, members of both groups earn the number of points Kept per member:
Members in Position A earn 10 points.
Members in Position Z earn 5 points.
Final outcome for this example
{% next_button %}
{% endblock %}