{% extends "global/SurveyPage.html" %} {% load otree static %} {% load i18n %} {% block title %} {% blocktrans trimmed %}Comprehension check{% endblocktrans %} {% endblock %} {% block content %} {% if sample_condition == 0 %}

{% blocktrans trimmed %} It is important that you understand the task. Below you see an example of a choice phase situation. Please answer the questions regarding this situation. {% endblocktrans %}

{% else %}

{% blocktrans trimmed %} It is important that you understand the task. Below you see an example of a choice phase situation. Please answer the questions regarding this situation. {% endblocktrans %}

{% endif %}
{% formfields %}
{% blocktrans trimmed %}

On the next page you will be informed about possible bonus payment. Click on "Next" to navigate to the next page.

{% endblocktrans %} {% next_button %} {% endblock %}