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

Instructions

{% if pressure_first == 0 %} You are now almost ready to start. In total, you will play the game for nine rounds in three parts. All games can be solved in 8 moves.

In the first part of the study, you will play the game four times. Your earnings will be determined as follows: In each round, you will start with a budget of £ 4. In order to receive this payment, you will have to solve the game in at most 14 moves. If you are able to solve the game with the minimum number of moves (8), you will receive a bonus of £ 1.

Because the number of moves is limited, it is best to work out the solution before making your first move if you want to maximise your earnings.

You will move on to the next round once you solve the game or if you run out of moves.

At the end of the study, 1 of the 9 rounds will be randomly selected for payment. You will not receive any payment for the 8 rounds that are not selected.

To make sure that you fully understand how the payoff works, please answer the following question.

What is the maximum number of moves?
{% formfield player.attention_check2 label="" %} {% endif %} {% if pressure_first == 1 %} You have now reached the second part of the study. You will play the game 4 times. All games can be solved in 8 moves.

Your earnings will be determined as follows: in each round, you will start with a budget of £ 4. In order to receive this payment, you will still have to solve the game in at most 14 moves. If you are able to solve the game with the minimum number of moves (8), you will still receive a bonus of £ 1.

Unlike the previous part, no money will be deducted for the time spent on the game.

Because the number of moves is limited, it is still best to work out the solution before making your first move if you want to maximise your earnings.

You will move on to the next round once you solve the game or if you run out of moves.

To make sure that you fully understand how the payoff works, please answer the following question.

What is the maximum number of moves?
{% formfield player.attention_check2 label="" %} {% endif %}


{% next_button %}
{% endblock %}