{% extends "global/Page.html" %} {% load staticfiles otree %} {% csrf_token %} {% block title %} Comprehension quiz {% endblock %} {% block content %}

This quiz is designed to check your comprehension of the instructions and allow you to earn extra money. Each correct answer is worth $0.20. The sum will be sent to you as a bonus. When answering these questions, you can refer to the instructions below.
{% formfields %} # here is the timer code (collapsed)

{% include Constants.instructions_template %}

{% endblock %}