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

{{ question }}

You answered: {{ player.training_question_1 }}

{% if player.is_training_question_1_correct %}

Your answer is correct.

{% else %}

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

{% endif %}

Now that you have learned how to read the payoff table, please proceed to the next page to start the first round of the actual game.

{% next_button %} {% include 'GSC_low/Practice.html' %} {% endblock %}