{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} In task 2 we repeat task 1.

The rules are the same as before; that is, you make a series of consumption/savings decisions over 40 periods, not knowing how long you live over that period.
The survival chances from one period to the next are the same as before.
You also have to decide when to start claiming social security benefits in the first 9 periods (ages 62-70).
As in the first sequence of 40 periods, you will not know until the end, the period in which you “die”. Your cumulative earnings up to that period will comprise your earnings for task 2.

After you complete task 2, we will randomly determine with equal probability, whether task 1 or task 2 is selected for payment.

You will then be asked to complete a questionnaire. After completing the questionnaire, you will be paid your total earnings for the experiment ({{ session.participation_fee }} participation payment plus earnings from task 1 or task 2).

{% next_button %} {% endblock %}