{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {% endblock %} {% block content %}

Please answer the following questions. This way it is made sure that you understand the task correctly before the experiment starts on the next page. The instructions are provided again on the bottom of the page.

{% formfields %} {% next_button %}

In the experiment you will be asked to pack boxes into a container using "drag and drop". The goal is to pack all items in a way that minimizes the used height of the container. The better you perform, the higher the bonus you recieve at the end of the experiment.
Once a box is placed inside the container and you touch the next one, you will no longer be able to change the position of the first. Rotation of boxes is possible in every round by dropping items in the rotation space, located to the right of the container. As soon as every box is packed successfully inside the container, you will be able to proceed to the following round. You will need to complete a total of two rounds.

Instructions will additionally be provided for your help on each of the following pages.

{% endblock %}