{% extends "global/Page.html" %} {% load otree static %} {% block title %} Choose Treatment {% endblock %} {% block content %}
Your Own Information
Your signal Problem {{ private_signal }}
Accuracy of Your Signal 60%

Expert's Information
Diagnostic Result Problem {{ diagnostic_result }}
Solution Recommendation Solution {{ recommend_solution }}
Please guess the expert's diagnostic accuracy   {% formfield player.belief_precision label = "" %}

{% if player.activeness == 1 %}
  Note:
  Solution A* solves Problem A. Solution B* solves Problem B.
  If you receive the correct solution, you will receive 120 tokens.
  If you receive the incorrect solution, you will receive 20 tokens.
{% for choice in form.treatment_choice %} {% endfor %}
Which solution would you choose for solving your problem?
{{ choice }}
{% endif %} {% if player.activeness == 0 %} {% for guess in form.passive_guess %} {% endfor %}
Do you think the doctor's recommended solution will solve the problem?
{{ guess }}
{% endif %}

{% next_button %} {% endblock %}