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

{{ Constants.feedback1_question }}

You answered: {{ player.training_question_1 }}

{% if player.is_training_question_1_correct %}

Your answer is correct.

{% else %}

Your answer is incorrect. {{ Constants.feedback1_explanation }}.

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