{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ player.round_number }}: Investment Decision {% endblock %} {% block app_styles %} {% endblock %} {% block content %}

Ethical Statement

As a seller, I am expected to adhere to the following:

  • You are endowed with L${{endowment}} to use completely or partially to invest in increasing your probability of winning the contest.
  • You can make a prediction about the average investment other participants will do, which will help inform your decision.
  • Enter your prediction for the other participants' average investment: L$
    L${{slider_max|to0}}
    L${{slider_min|to0}}

    How much would you like to invest, to increase your probability of winning: L$
    L${{slider_max|to0}}
    L${{slider_min|to0}}

    REMEMBER:
    If you turn out to be the winner, you'll keep your endowment minus your investment and receive the value of the prize, L${{V}}.
    If you are NOT the winner, you'll just keep your endowment minus your investment.

    Based on your prediction and investment, your probability of wining is %, so your possible outcomes are:

    Note: If you do not make a choice, your investment and prediction will default to zero.
    Note: Your winning probability is calculated assuming each of the other participants invest the predicted average. {% endblock %}