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

Feedback:

{% if correct %}

Correct!

{% else %}

Incorrect

{% endif %}

The answer was {{answer}}

And you said {{input_ans}}

{% formfield player.timeonpage_MathProblemFeedback %}
{# {% include Constants.instructions_template %} #} {% endblock %}