{% extends "global/SimplePage.html" %} {% load otree %} {% block content %} {% if player.round_number == 1 %}

The colour test you are about to take part in is very simple.When asked for your favourite colour you must select 'Green'. This is an attention check.

{% formfield player.Attention_Check1 %}

{% else %}

The colour test you are about to take part in is very simple. When asked for your favourite colour you must select 'Blue'. This is an attention check.

{% formfield player.Attention_Check2 %}

{% endif %} {% include "global/ButtonNext.html" with button_text="Next" %} {% endblock %}