{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Question 1 out of {{Constants.numPerQuizz}}
{% endblock %}
{% block content %}
{% formfield player.submitted_answer1 label=player.question1 %}
{% next_button %}
{% endblock %}