{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Decision Situation {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

Time: :


Which element do you choose?
Select the corresponding button and press "Next".

{{ form.submitted_choice.0.tag }} 1 {{ form.submitted_choice.1.tag }} 2 {{ form.submitted_choice.2.tag }} 3 {{ form.submitted_choice.3.tag }} 4
{{ form.submitted_choice.4.tag }} 5 {{ form.submitted_choice.5.tag }} 6 {{ form.submitted_choice.6.tag }} 7 {{ form.submitted_choice.7.tag }} 8

{% endblock %} {% block scripts %} {% endblock %}