{% extends "global/Page.html" %} {% load otree static %} {% block global_styles %} {% endblock %} {% block content %}

Captcha

This is a captcha to block bots and automated answers.
All answers need to be correct in order to proceed to the main part of the study.
Check all pictures with traffic lights!
{% formfield player.captcha_1 %}
{% formfield player.captcha_2 %}
{% formfield player.captcha_3 %}
{% formfield player.captcha_4 %}
{% formfield player.captcha_5 %}
{% formfield player.captcha_6 %}
Not all of your answers are correct.
{% endblock %}