{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Quiz: Basic Ideas {% endblock %} {% block content %}

Before we start the experiment, please answer the questions below. You need to get the correct answers to move to the next page.

{% formfields %} {% next_button %}
{% include Constants.instructions %}
{% endblock %}