{% extends "global/Page.html" %} {% load otree static %} {% block title %} Summary of the Game {% endblock %} {% block content %}

Below is a summary of the game:

  1. You are choosing a diagnostic accuracy level to diagnose the problem for your client;
  2. The cost of diagnosis is increasing with the level of diagnostic accuracy;
  3. {% if player.expert_altruism == 1 %}You will earn 100 tokens if the client's problem is solved{% else %}You will earn no extra tokens from solving the client's problem{% endif %};
  4. Your diagnostic accuracy is {% if player.treatment == 1 %}NOT{% endif %} observable to your client;
  5. PASSIVE client will always follow your diagnosis and recommendation;
  6. ACTIVE clients will make the final decision about which solution to implement, based on their self-diagnosis and your diagnosis and recommendation;
  7. Your income in a round = 80 tokens {% if player.expert_altruism == 1%}+ 100 token only when problem is solved {% endif %} – cost of diagnosis

Once you are clear about the information above, please click "Next" to start playing the game!

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