{% extends "global/Page.html" %} {% load static otree %} {% block title %} Task {% if player.participant.first_task_order == 0%} 2 {% elif player.participant.first_task_order == 1%} 1 {% endif %}:
Token Grabbing {% endblock %} {% block content %}

You will now begin the Token Grabbing Task.

You will be matched with 5 other random participants in a group of 6.

Recall that there will be a pool of 60 virtual tokens.

Every 6 seconds, each participant will have the chance to grab a token from the pool, up to a maximum of 10 tokens.

Any tokens left in the pool by the group will be multiplied by 1.8 and split evenly.

Each token will be worth 1 ECU.

Your earnings in ECUs =
[No. of tokens you grabbed + (1.8 x tokens left in pool)/6 ] x1



{% endblock %}