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

Round {{ subsession.round_number }} of 9

{% if per_10sec_ins == 0 %}

Game:

Countdown:

Payoff:
£

check:



Moves Made:
0

Solution:

{% if subsession.round_number == 1 %} {% endif %} {% if subsession.round_number == 2 %} {% endif %} {% if subsession.round_number == 3 %} {% endif %} {% if subsession.round_number == 4 %} {% endif %} {% if subsession.round_number == 5 %} {% endif %} {% if subsession.round_number == 6 %} {% endif %} {% if subsession.round_number == 7 %} {% endif %} {% if subsession.round_number == 8 %} {% endif %}
{% else %}

Game:

Countdown:

Payoff:
£

Moves Made:
0

check:

Solution:

{% if subsession.round_number == 1 %} {% endif %} {% if subsession.round_number == 2 %} {% endif %} {% if subsession.round_number == 3 %} {% endif %} {% if subsession.round_number == 4 %} {% endif %} {% if subsession.round_number == 5 %} {% endif %} {% if subsession.round_number == 6 %} {% endif %} {% if subsession.round_number == 7 %} {% endif %} {% if subsession.round_number == 8 %} {% endif %}
{% endif %}

{{ form.errors }} {% next_button %}
{% endblock %} {% block scripts %} {% endblock %}