{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Understanding Question {{ num_q }} of {{ total_q }} {% endblock %} {% block content %} {% if num_q == 1 %}

Suppose firm Q produced 20 units and firm P produced 30 units and marginal cost is equal to {{ marginal_cost }}. What would be the profit for firm P? {% formfield player.training_question_1 %}

{% endif %} {% next_button %} {% include 'cournot_class/Instructions.html' %} {% endblock %}