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

Part 1 is selected.

The cards {{if card1_money > 0}} No report + ${{ card1_money }} {{else}} {{ if card1 == 21 }} Report 1 {{ elif card1 == 22 }} Report 2 {{ elif card1 == 23 }} Report 3 {{ elif card1 == 24 }} Report 4 {{ elif card1 == 25 }} Report 5 {{ endif }} {{endif}} and {{if card2_money > 0}} No report + ${{ card2_money }} {{else}} {{ if card2 == 21 }} Report 1 {{ elif card2 == 22 }} Report 2 {{ elif card2 == 23 }} Report 3 {{ elif card2 == 24 }} Report 4 {{ elif card2 == 25 }} Report 5 {{ endif }} {{endif}} are drawn,

where {{if winning_card > 20}} {{ if winning_card == 21 }} Report 1 {{ elif winning_card == 22 }} Report 2 {{ elif winning_card == 23 }} Report 3 {{ elif winning_card == 24 }} Report 4 {{ elif winning_card == 25 }} Report 5 {{ endif }} {{else}} No report + ${{ payoff_from_card}} {{endif}} was ranked higher.

{{if report_wins == 0}}

Because No report + ${{ payoff_from_card}} is ranked higher, you do not receive any report.

{{else}}
{{if winning_card == 21 }}

Therefore you get Report 1 and receive the following information.

{{elif winning_card == 22}}

Therefore you get Report 2 and receive the following information.

{{elif winning_card == 23}}

Therefore you get Report 3 and receive the following information.

{{elif winning_card == 24}}

Therefore you get Report 4 and receive the following information.

{{elif winning_card == 25}}

Therefore you get Report 5 and receive the following information.

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

{{signal_ratio2}}% are
{% elif winning_report == 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 winning_report == 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 winning_report == 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 %}
{{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 %}