{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Expert-Client Game: Instruction
{% endblock %}
{% block content %}
This task contains an expert-client game.
This game will repeat for {{ rounds }} rounds.
At the end of the task, one out of {{ rounds }} rounds will be randomly selected,
and your decisions for that round will be used to determine your payment.
So, your best strategy is to treat every round carefully as if it is the round selected for payment.
You are playing the role as an expert for the whole task. In each round, you will be mached with a DIFFERENT client.
More details about your role and the client's role will be provided later.
Generally speaking, this game is about diagnosing and solving the client's problem. Your task is to diagnose the client’s problem and provide a recommendation for a solution.
For each round, your client is facing a problem, but they do not know which of the two problems they face. The problem could be either Problem A or Problem B, with the details below:
In the next page, more information about how to diagnose the problem will be provided.
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}