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

You will now begin the Coin Flipping Task.

Recall that every 6 seconds, the computer will flip a virtual coin for you.

This will happen for a total of 10 times.

Each heads flipped by the computer will be worth 3 ECUs.

Your earnings in ECUs =
No. of heads flipped × 3



{% endblock %}