{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %} {% formfield player.submitted_answer label=player.question %} {% next_button %}
In case you want to check some information, the instructions of experiment is shown below:
{% include Constants.Instructions_t1_template %} {% endblock %}