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

This is a bot protection task

To prove that you are a human player please answer the following question asked in the audio.

{% formfield player.captcha %}

A wrong answer or a timeout will classify you as a bot and the experiment ends. If you click on the "Next" Button the instructions for the main task will be shown.


{% next_button %} {% endblock %}