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

This payment scheme is as follows:

There is some uncertainty in the payoff for the rounds you do in the next session. Suppose you choose x extra rounds for today's session. Therefore, what remains for the next session is {{ Constants.w }} - x rounds. You will have to do {{ Constants.w }} - x extra rounds in the next session, but when calculating your payoff, your {{ Constants.w }} - x extra rounds will count as

Whether it is + {{ Constants.dw }} or - {{ Constants.dw}} will be randomly drawn with equal probability, if this payment scheme will be chosen.

So if you choose x extra rounds for today, you will receive:

You will receive the whole payment at the end of the next session.

{% formfield player.w1_risky_tomorrow label="How many extra rounds would you like to do today?" %} {% next_button %} {% endblock %}