{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ subsession.round_number }}, Stage 1 {% endblock %} {% block content %} {% if player.subgroup == 1 %}
FOR THIS ENTIRE ROUND,
You are in the subgroup with DIFFERENT cost coefficients of both participants.
{% if player.marginal_cost == 1 %}Your cost coefficient is 1, and therefore total cost function is \(x^2 \).
The other participant in you subgroup has cost coefficient 3, and therefore cost function \(3x^2 \).
{% endif %}
{% if player.marginal_cost == 3 %}
Your cost coefficient is 3, and therefore total cost function is \(3x^2 \).
The other participant in you subgroup has cost coefficient 1, and therefore cost function \(x^2 \).
{% endif %}
The participants in the other subgroup both have SAME cost coefficient, and therefore the same cost function.
In particular, both participants in the other subgroup have cost coefficient 1, and therefore cost function \(x^2 \).
FOR THIS ENTIRE ROUND,
You are in the subgroup with SAME cost coefficient of both participants.
Your cost coefficient is 1, hence the total cost for your effort level \(x \) is calculated as \(x^2 \).
The other participant in your subgroup also has cost coefficient 1, and exactly the same total cost function as you.
The participants in the other subgroup both have DIFFERENT cost coefficients, and therefore different cost functions.
In particular,
One participant has cost coefficient 1, and therefore cost function \(x^2 \);
One participant has cost coefficient 3, and therefore cost function \(3x^2 \);
In this stage, what is your effort level? [0-100]
{{form.effort.errors}} Your effort \(x \) =