{% 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 make the following choices, and the computer randomly chooses the third row, highlighted by the red circle. What will be your status in this round?

{% formfield player.client_q1 %}

Click the "Show hint" button to see hint:

{% endif %}

{% next_button %} {% endblock %}