{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Quiz
The instructions are reported again below the questions.
{% endblock %}
{% block content %}
{{ formfield player.question_1 }}
{{ formfield player.question_2 }}
{% next_button %}
{% include Constants.template_instructions %}
{% endblock %}