{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ subsession.round_number }} {% endblock %} {% block content %}
FOR THIS ROUND,
You are in the group 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 your group has cost coefficient 3, and therefore cost function \(3x^2 \).
Your cost coefficient is 3, and therefore total cost function is \(3x^2 \).
The other participant in your group has cost coefficient 1, and therefore cost function \(x^2 \).
In this round, what is your effort level? [0-100]
{{ form.effort.errors }} Your effort \(x \) =