{% extends "global/Page.html" %} {% load otree %} {% block title %} Payment scheme {{ decision_number }} {% endblock %} {% block content %}
This payment scheme is very simple.
Suppose you choose x extra rounds for today. For each round (required + extra) done today, you receive {{ Constants.p1 }}, and for each round (required + extra) done in the next session, you receive {{ Constants.p2 }}.
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_certain label="How many extra rounds would you like to do today?" %} {% next_button %} {% endblock %}