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

Here we will provide you 2 practice rounds for you to see how the interface will look.

Please notice that: in the actual task, there will be at most one of the following 5 reports.

Practice Round 1 of 2

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

This is the information you see from the report.

{% for i in report_order %} {% if i == 1 %} {% elif i == 2 %} {% elif i == 3 %} {% elif i == 4 %} {% elif i == 5 %} {% endif %} {% endfor %}
There are more
than
71% are

29% are
There are 3 more
than
5 are

2 are
1 2 3 4 5 6 7

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 %}