📊 Guess how much the others contributed
💡 So far you and your group has played {{ C.Economy_num_rounds }} rounds of the group project.
Each round, you decided how many ECs to contribute to or take away from the common pool.
Here, we want you to guess how many ECs the other two group members contributed in total across all rounds.
For instance, across the {{ C.Economy_num_rounds }} rounds,
{% if own_pgg_total > 0 %}
you contributed a total of
{{ own_pgg_total }} ECs
into the pool.
{% elif own_pgg_total < 0 %}
your total contributions were negative — this means you took out
{{ own_pgg_total_abs }} ECs
from the pool.
{% else %}
your contributions were exactly neutral — you neither invested into nor took from the pool.
{% endif %}
⭐ PAYMENT: If both of your guesses are within
100 ECs of the true value, you earn an extra
{{ pgg_guess_bonus }} ECs! So, try to guess as accurately as possible.
{% for field in form %}
{{ formfield field.name }}
{% endfor %}
— ECs
Click the bar below to enter your guess
{{ slider_min }} ECs (always withdrew)
0 (neutral)
+{{ slider_max }} ECs (always invested)
— ECs
Click the bar below to enter your guess
{{ slider_min }} ECs (always withdrew)
0 (neutral)
+{{ slider_max }} ECs (always invested)
⚠ Please set a guess for both group members before continuing.
{{ endblock }}