{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 2 - Bonus Questions {% endblock %} {% block content %}

Remember you were randomly matched to 99 other players at the beginning of the experiment, forming a group of 100.

You will now be asked 3 questions related to the earnings of that group of 100 people in Part 1.

A random draw will define which question will be paid at the end of the experiment.

If Questions 1 or 2 are selected by the random draw, you will be paid the bonus if your answer is correct.

If Question 3 is the one selected, the probability you select as an answer will define whether your payment depends on the statement in Question 3 being true, or on a random lottery*.

This payment mechanism is designed so that answering honestly every question gives you higher probability of earning the bonus.


The bonus amount is {{ Constants.b_points }} ECU.


{% include Constants.payment_template %}

{% next_button %}

{% endblock %}