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

Round {{round}} of 2

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

In this round, you will first play Nonogram for 10 minutes. After that, you will play 5 adding numbers games for 60 seconds each. 5 points will be deducted if you cannot solve an adding numbers game within 60 seconds.

Please press "Next" to continue.
{% endif %}


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