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

Click the "Show hint" button to see hint:

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

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

Which statements above are true?

{% formfield player.client_q2 %}

Click the "Show hint" button to see hint:

{% endif %}

{% next_button %} {% endblock %}