{% extends "global/Page.html" %} {% load otree %} {% block title %}

You have completed the second part of the game.

{% endblock %} {% block content %}

Your decisions in the game

 

Round Number

Points Contributed

Is this roud selected for payment?

Round 1

{{ earning1 }}

No

Round 2

{{ earning2 }} Yes

Round 3

{{ earning3 }} No

Round 4

(with Group Leader)

{{ earning4 }} No

Round 5

(with Group Leader)

{{ earning5 }} No

Round 6

(with Group Leader)

{{ earning6 }} Yes

 

We will calculate your earnings offline when we match your decisions with other Group Members. You will see the bonus payment added to your Mturk tasks in 3 - 7 days.

{% next_button %} {% endblock %}