{% extends "global/Page.html" %} {% load otree static %} {% block title %} Pay {% endblock %} {% block content %}
The Investors’s earning for a round equals the actual amount in the Jar. At the end of the experiment, one round will be randomly selected and the amount in Jar selected by the Investors that period will be the payoff the Investors receives.
{% if session.vars.tx_arm == 'Align' %}An Expert’s earnings depend only on the number of Investors who pick that Expert. Every round an Expert earns {{session.vars.Base}} for each Investor who picks that Expert. That is the only payment an Expert receives.
{% endif %} {% if session.vars.tx_arm == 'Choice' %}An Expert’s earnings depend in part on the number of Investors who pick that Expert. Every round an Expert earns {{session.vars.Base}} for each Investor who picks that Expert. In addition, Experts have the option of earning an extra {{session.vars.Comish}} for each of those Investors who goes on to pick Jar A. Investors will be able to see if the Experts they are selecting from in a given round have taken this option.
{% endif %} {% if session.vars.tx_arm == 'Disc' %}An Expert’s earnings depend in part on the number of Investors who pick that Expert. Every round an Expert earns {{session.vars.Base}} for each Investor who picks that Expert. In addition, an Expert earns an extra {{session.vars.Comish}} for each of those Investors who goes on to pick Jar A.
{% endif %} {% if session.vars.tx_arm == 'NoDisc' or session.vars.tx_arm == 'NoRep' %}An Expert’s earnings depend in part on the number of Investors who pick that Expert. Every round an Expert earns {{session.vars.Base}} for each Investor who picks that Expert.
{% endif %} At the end of the experiment, two blocks will be randomly selected for each Expert. Experts will recieve all money earned in all periods in those blocks. {% next_button %} {% endblock %}