{% 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, ${{ currencypayoff1 }}.
{% 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.
| Period | Survival Cutoff | Random Draw |
|---|---|---|
| {{ q.round_number}} | {{ q.cutoff }} | {{ q.draw }} |