{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Instruction: Your Income from Diagnosis and Problem Solving
{% endblock %}
{% block content %}
For each round, you will receive the following income:
Therefore, your earning is:
Earning for a round = 80 tokens {% if player.expert_altruism == 1%} + 100 token only if problem is solved {% endif %} – cost of diagnosis
If you are clear about the information above, please click "Next" to proceed to the next page for information about your clients.
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}