{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 1 - Question {% endblock %} {% block content %}

Time: {{ time }} seconds.

The next question is about the following problem. In studies like ours, sometimes there are participants who do not carefully read the instructions and just quickly click through the study. This means that there are a lot of random answers which compromise the results. To show that you read our questions carefully, please enter aquamarine as your answer to the next question.

{% formfield player.check_q label = "What is you favorite color?" %}

Please click "Next" to continue.

{% next_button %} {% endblock %}