{{ extends 'global/Page.html' }} {{ block title }}Instructions{{ endblock }} {{ block content }}

This is what is called an individual choice experiment. That means that your choices only affect your own payment.

You start each round with an experimenter benefit. That is {{C.EXPERIMENTER_BENEFIT}} that you receive at the start of each round.

You also receive payment for a task. For this task, you will help with a university mail campaign by either (1) neatly folding one piece of paper into thirds (2) stuffing the tri-folded paper into an envelope or (3) addressing and stamping envelops. You will receive a wage for each task completed and each round of the experiment will require you to complete {{C.NUM_TASKS}} tasks.

In the first round, you start with a wage of {{C.INITIAL_WAGE}}. There is no choice in round one.

In each additional round, you have the choice of remaining at the wage from the previous round, choosing a wage {{C.RAISE}} higher, or returning to your round 1 wage of {{C.INITIAL_WAGE}}.

If your total earnings from tasks completed within a round is larger than {{C.BENEFIT_THRESHOLD}} then the experimenter benefit becomes $0.

There are {{C.NUM_ROUNDS}} rounds in the experiment. At the end of each round, you will see:

  1. The wage you chose this round
  2. Tasks you completed this round
  3. Earnings from the task this round
  4. Earnings from the experimenter benefit this round
  5. Total earnings this round
{{ next_button }} {{ endblock }}