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

Is the following statement True or False?

"The client will never observe my choice of diagnostic accuracy."

{% formfield player.expert_q4 %}

Click the "Show hint" button to see hint:




{% formfield player.expert_q5 %}

Click the "Show hint" button to see hint:

{% endif %} {% if player.id_in_group == 2 %} You are assigned as {% if player.activeness == 1 %} an ACTIVE {% endif %} {% if player.activeness == 0 %} a PASSIVE {% endif %} client. Which of the following statement is true?
{% formfield player.client_q2 %}

Click the "Show hint" button to see hint:

{% endif %}

{% next_button %} {% endblock %}