{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results of Task {{ Constants.task }} {% endblock %} {% block content %}
The first period when the random draw is greater than the survival cutoff is period {{ paying_round }}.
Thus, Period {{ paying_round }} was the death/termination round.

The computer will randomly select a payment task (Task 1 or Task 2) at the end of the session.
If task {{ Constants.task }} is chosen to be the payment task, then your earnings will be your cumulative payoff till period {{ paying_round }} of Task {{ Constants.task }} which is ${{ currencypayoff2 }}.

{% next_button %}

The following table summarizes the period-wise survival cutoff and the random draw from 1 to 100.
Recall that the first period when the random draw is greater than the survival cutoff is the death/termination period.

{% for q in subsession_in_all_rounds %} {% endfor %}
Period Survival Cutoff Random Draw
{{ q.round_number}} {{ q.cutoff }} {{ q.draw }}
{% endblock %}