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

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

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