{% extends "global/Page.html" %} {% load otree %} {% block title %}Results Experiment 3{% endblock %} {% block content %}
This game went for one rounds.
In the this round, the other group members each contributed 10, 15 and 20 Rands for player2, player3 and player4 respectively, towards the project and you as player1 contributed {{player.contribution}}. Your payoff was {{player.payoff_player1}} and that of other group members was player2 {{player.payoff_player2}}, player3 {{player.payoff_player3}}, and player4 {{player.payoff_player4}}.
{% next_button %} {% endblock %}