{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Instructions
{% endblock %}
{% block content %}
In this task, you will be divided in 2 groups.
Each group consists of 3 participants: 2 members and 1 coordinator.
Throughout this task, everyone will remain part of the same group and interact with the same other group.
Groups can be assigned to either Position A or Position Z.
Some rules differ between these positions and will be explained on the next pages.
{% next_button %}
{% endblock %}