{% 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 %} {% if player.id_in_group == 1%}{% include 'GSS_low/Instructions.html' %}{% endif %} {% if player.id_in_group == 2%}{% include 'GSS_low/Instructions2.html' %}{% endif %} {% endblock %}