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

{% formfield player.training_question_1 with label='Suppose you chose Center and the other individual chose Down. How many points would you and the other individual receive, respectively?' %}

{% endif %} {% next_button %} {% include 'GSC_high/Practice.html' %} {% endblock %}