{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Questions
{% endblock %}
{% block content %}
Please answer the questions about the instructions.
You need to answer them correctly to continue to the main experiment.
{% formfields %}
{% next_button %}
{% endblock %}