{% extends "global/Page.html" %} {% load otree static %} {% block title %} The Assessment Task {% endblock %} {% block content %}

Part 2 is selected.

Here is the report you receive:

{% 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_abs == 1 %} There is {{signal_diff_abs}} more
than
{% else %} There are {{signal_diff_abs}} more
than
{% endif %} {% else %} {%if signal_diff_abs == 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 %}
{{if played_round == 0}} It does not match with any of the scenarios in Part 2. {{else}} It matches with Scenario {{played_round}} in Part 2. {{endif}}
{{if played_round == 0}}

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

{{else}}
Box G

{{belief_dummy2}}%

Your guess was:
"There is {{belief_dummy}}% chance that Box O is picked."
"There is {{belief_dummy2}}% chance that Box G is picked."

Box O

{{belief_dummy}}%

{{endif}} {% endblock %}