{% extends "global/Page.html" %} {% load otree static %} {% block content %}
Part III - Instructions
There are two plans listed below regarding how to share the total income in the group.
Plan A The two members who counted more table correctly get 40% and the other member gets 20% of the total points.
Plan B Each member gets one third of the total points.
You now have the opportunity to chat with the other players who voted for the same plan in your group.
{% if player.vote == 1 and group.total_vote_a >= 2 %}You now have the opportunity to chat with the other players who voted for the same plan in your group.
The players who voted for Plan A can chat here:
{% chat %} {% else %} {% if player.vote == 0 and group.total_vote_a <= 1 %}You now have the opportunity to chat with the other players who voted for the same plan in your group.
The players who voted for Plan B can chat here:
{% chat %} {% else %}The other players who voted the same plan have the opportunity to chat with each other. Please wait.
{% endif %} {% chat %} {% endif %}