{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instruction: Information on Your Matched Client {% endblock %} {% block content %}

Your matched client is a hypothetical person. We have conducted a similar study previously where we collected data from some real people playing the role of the client. Based on their decision data, we construct the decision for your matched simulated client. Your client will behave like these previous participants actually behaved.

Therefore, your best strategy is to treat your client as if you are interacting with a real person and carefully consider how this person may react while you are making your choice of the diagnostic accuracy.


Below are more details about the client.

The client’s goal is to solve his/her problem. The client will receive:

For every round, your client will {% if player.treatment == 1 %} NOT {% endif %} observe your diagnostic accuracy.
And your client will always observe your diagnostic result and your recommendation of solution.

For each round, your client may be one of the two types, with equal chances:

Challenge Question

Based the information above, please answer the questions below.

{% formfield player.expert_q3 %}

{% formfield player.expert_q4 %}


If you are clear about the information above, please click "Next" to proceed to the next page for a summary of the whole game.

{% next_button %} {% endblock %} {% block scripts %} {% endblock %}