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

Here is the information implemented by the computer:

{% if report_t == 2 %} {{ signal_N }} {% if signal_N == 1 %} ball is {% else %} balls are {% endif %} drawn out of the selected box, of which:

{{ signal_numeratior2 }} in every {{ signal_denominator }} {% if signal_N == 1 %} ball {% else %} balls{% endif %} {% if signal_N == 1 or signal_numeratior2 == 1%} is {% else %} are {% endif %}
and {{ signal_numeratior1 }} in every {{ signal_denominator }} {% if signal_N == 1 %} ball {% else %} balls {% endif %} {% if signal_N == 1 or signal_numeratior1 == 1%} is {% else %} are {% endif %}

{% elif report_t == 3 %} {{ signal_N }} {% if signal_N == 1 %} ball is {% else %} balls are {% endif %} drawn out of the selected box, among which:

{% 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_N == 1 }} {{signal_count2}} ball is {{ elif signal_count2 == 1 }} {{signal_count2}} ball is {{ else }} {{signal_count2}} balls are {{ endif }}
and {{ if signal_N == 1 }} {{signal_count2}} ball is {{ elif signal_count1 == 1 }} {{signal_count1}} ball is {{ else }} {{signal_count1}} balls are {{ endif }}
{% elif report_t == 5 %} {{ for row in rows }} {{ if row.cells == 1 }} {{ elif row.cells == 2 }} {{ endif }} {{ if row.divisible_by_4 }}{{ endif }} {{ endfor }}
{% endif %}

{{if played_round == 0}} It does not match with any of the scenarios. {{else}} It matches with Scenario {{played_round}}. {{endif}}
{{if played_round == 0}}

Given the info, what is the percentage chance that the selected box is Box L vs Box R?

Click on the slider bar then drag to assess.

Box L

Box R

{{else}}
Box L

{{belief_dummy2}}%

Your guess was:
"There is {{belief_dummy2}}% chance that Box L is selected."
"There is {{belief_dummy}}% chance that Box R is selected."

Box R

{{belief_dummy}}%

{{endif}} {% endblock %}