{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Please answer the following questions {% endblock %} {% block content %}

{% formfield player.submitted_answer with label=player.question %}

{% include 'UG_quiz/Instructions.html' %} {% next_button %} {% endblock %}