{% extends "global/Page.html" %} {% load otree static %} {% block title %} Session 2 Benchmark coordination mechanism {% endblock %} {% block content %}

Now let’s start session 2.

{% if player.id_in_group == 1 %}

You’re the Sales representative. In each period, please give your quantity of demand forecast based on the information you have.

Click “next” to continue.

{% else %}

You’re the Operations representative. In each period, please give your quantity of production based on the information you have.

Click “next” to continue.

{% endif %} {% next_button %} {% endblock %}