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

Click the "Show hint" button to see hint:

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

{% if player.activeness == 1 %} {% endif %} {% if player.activeness == 0 %} {% endif %}

(i) The probability of my own signal being correct is 60%.
(ii) The probability of my own signal being correct is 40%.
(iii) I guess that the probability of the expert’s diagnosis being correct is 100%.
(iv) I guess that the probability of the expert’s diagnosis being correct is 50%.

Which statements above are true?

{% formfield player.client_q1 %}

Click the "Show hint" button to see hint:

{% endif %}

{% next_button %} {% endblock %}