{% extends "global/Page.html" %} {% load otree %} {% block title %} Chosen payment scheme {% endblock %} {% block content %}

Payment scheme {{ decision_number }} was chosen, where you decided to do {{ w1 }} extra rounds today on top of the {{ Constants.required_tasks }} required rounds. This means that you will have to do {{ w2 }} extra rounds (plus the required {{ Constants.required_tasks }} rounds) in the next session.

{% if player.rand1 == 0 %} The total {{ total_tasks_for_today }} rounds you have to do in today's session will be counted as {{ rewarded_tasks_for_today }} rounds when calculating your payoff. {% elif player.rand1 == 1 %} The total {{ total_tasks_for_tomorrow }} rounds you will have to do in the next session will be counted as {{ rewarded_tasks_for_tomorrow }} rounds when calculating your payoff. {% endif %} Therefore, you will receive {{ player.payoff }} at the end of the next session.

Please click on the Next button to proceed to today's rounds of the task.

{% next_button %} {% endblock %}