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

A set of four cards are laid out on a table in front of you. Each card has a number on one side and a letter on the other.

Which card (s) should you return to verify that the following is correct:

if a card displays a D on one side, then it displays a 3 on the other side ?

{% for i, c in cards %}
{{ c }}
{% endfor %}
{% for field in form %} {{ field.as_hidden }} {% endfor %}
{% endblock %}