{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Quiz
{% endblock %}
{% block content %}
{% if player.id_in_group == 1 %}
We want to make sure you have a good understanding of the instructions. Please complete the following quiz before continuing.
{% formfields %} {% else %}We want to make sure you have a good understanding of the instructions. Please complete the following quiz before continuing.
{% formfields %} {% endif %} {% next_button %} {% endblock %}