{% extends "global/Base.html" %} {% load staticfiles otree %} {% load static %} {% block title %} Task 2 Instructions {% endblock %} {% block content %}
In Task 2, you are given the task three different times, which we call rounds.
At the beginning of each round you are randomly assigned to a group of participants. Each participant is assigned to a different letter. As you can see below, each participant is connected to other participants in the group by a link.
For example, if you are Participant N in this configuration,
you are linked to Participants P and L.
Each participant takes turns to make a decision.
During your turn, you can make one of the following decisions:
The sequence of turns is randomized. In other words, the timing of your turn relative to others is randomly decided. However, between your turn and your next turn, every other participant has a chance to make a choice.
You have 60 seconds to make your decision. If you do not make your decision within 60 seconds, your turn is skipped. If you do not make a decision, the default decision that you do not delete any link is implemented.
The following page explains how your earnings depend on the decisions you make.
After your turn, the other participants get to make the same decisions based on the new configuration.
The round ends when all participants consecutively decide not to delete any links, or if there are no links remaining in the configuration.
In the following round new groups are formed and participants are randomly assigned to groups so you will be playing with different participants.