{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 2: What is your assessment under this scenario? {% endblock %} {% block content %}

Scenario {{player.round_number}} of {{num_rounds}}

Reminder:
If Part 2 is selected for payment, and this scenario matches with the actual information you see in the Assessment Task later, your decision HERE for this scenario will be used as your choice in that Task.

To maximize your chance of winning $10, please make your best assessment.

Please take time to make your decisions carefully. There is no need to rush as the experiment session is synchronized for everyone in the same session.

Suppose the following is the information you see from the report.

{% if report_t == 1 %} {% if signal_majority == 1 %} There are more
than
{% else %} There are more
than
{% endif %} {% elif report_t == 2 %} {{signal_ratio1}}% are

{{signal_ratio2}}% are
{% elif report_t == 3 %} {% if signal_diff > 0 %} {% if signal_diff == 1 %} There is {{signal_diff}} more
than
{% else %} There are {{signal_diff}} more
than
{% endif %} {% else %} {%if signal_diff == -1 %} There is {{signal_diff_abs}} more
than
{% else %} There are {{signal_diff_abs}} more
than
{% endif %} {% endif %} {% elif report_t == 4 %} {{ if signal_count1 == 1 }} {{signal_count1}} ball is {{ else }} {{signal_count1}} balls are {{ endif }}

{{ if signal_count2 == 1 }} {{signal_count2}} ball is {{ else }} {{signal_count2}} balls are {{ endif }}
{% elif report_t == 5 %} {% for i in signal %} {% if i == 1 %} {% elif i == 2 %} {% endif %} {% endfor %} {% for i in signal %} {% if i == 1 or i == 2 %}{% endif %} {% endfor %}
{{forloop.counter}}
{% endif %}

What is the percentage chance that the picked box is Box G vs Box O?

Click on the slider bar then drag to assess.

Box G

Box O

{% endblock %}