{% 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 today's rounds. Suppose you choose x extra rounds for today's session. You will have to do x extra rounds today, but when calculating your payoff, your 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_today label="How many extra rounds would you like to do today?" %} {% next_button %} {% endblock %}