{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} Understanding Questions {% endblock %} {% block content %}

Please answer the following questions before starting the experiment. Multiple answers may be possible.

1. What is the inflation target?
{% formfield player.answer1 label="" %}

2. How many other participants are there in the economy?
{% formfield player.answer2 label="" %}

3. Do you know know what output in the current period is when you make a decision?
{% formfield player.answer3 label="" %}

4. How does output react to an increase in government spending?
{% formfield player.answer4 label="" %}

5. Another stupid question?
{% formfield player.answer5 label="" %}

{% next_button %} {% include 'LtF/Instructions.html' %} {% endblock %} {% comment %}{% block scripts %} {% endblock %}{% endcomment %}