{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Question 3 {% endblock %} {% if form.errors %} {% endif %} {% block content %} {% if player.id_in_group == 1 %}

{% formfield player.expert_q3_1 %}

{% formfield player.expert_q3_2 %}

Please refer to this cost table:

Diagnostic Accuracy 50% 60% 70% 80% 90% 100%
Cost of diagnosis in tokens 0 1 4 8 16 25



Click the "Show hint" button to see hint:

{% endif %} {% if player.id_in_group == 2 %} Suppose you see the following result table.

What will be your payment for this round?

{% formfield player.client_q3 %}

Click the "Show hint" button to see hint:

{% endif %}

{% next_button %} {% endblock %}