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

Instructions

{% if order == 1 %} {% if subsession.round_number == 1 %} You are now in Round 1.

This is a known time limit round. The time limit per game will be shown before the game starts.
{% endif %} {% if subsession.round_number == 11 %} You are now in Round 2.

This is an unknown time limit round. Whether you made the time limit will only be revealed after you end a given game.
{% endif %} {% endif %} {% if order == 0 %} {% if subsession.round_number == 1 %} You are now in Round 1.

This is an unknown time limit round. Whether you made the time limit will only be revealed after you end a given game.
{% endif %} {% if subsession.round_number == 11 %} You are now in Round 2.

This is a known time limit round. The time limit per game will be shown before the game starts.
{% endif %} {% endif %}


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