{% extends "global/Page.html"%} {% load staticfiles otree_tags%} {% block title %} Answer Math Problem {%endblock%} {% block content %}

Math Problem:

{{problem}}

{% formfield player.input_answer with label="Answer:" %}
{% formfield player.timeonpage_MathProblemInput %}
{# {% include Constants.instructions_template %} #} {% endblock %}