{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Please return the HIT if you are color blind {% endblock %} {% block content %}

This task requires color differentiation ability. Unfortunately, color blind people cannot participate in this study. Please write the number you see in the image to show that you can distinguish colors.

{{ form.color_blind_1.errors }}
{{ form.color_blind_2.errors }}
{{ form.color_blind_3.errors }}

{% next_button %} {% endblock %}