{{ load otree }} {{ block title }} Instructions {{ endblock }} {{ block content }}

This part of the experiment involves {{ Constants.num_rounds }} {{ if Constants.num_rounds == 1 }} round{{ else }} rounds{{ endif }} of a die-rolling task.

In each round, you will see a random roll of a die on the computer screen. Your task is to report the outcome of the die roll that you saw on the screen.

Your payoff will be determined by the result that you report. Specifically, in each round,...

We do not want your answers in one round to affect your decisions in another. So after the end of the study we will randomly choose one round and use your report in this round to determine your payment for the die-rolling task. If the die-rolling task is chosen for your payment in Part III, your earnings from this task will be added to your earnings from Part I and Part II, and the participation fee.

This is the end of the instructions for this part. We will go through some examples on the next pages.

Suppose you observe the following die roll in a round:


How many points do you earn for this round if you report a 3?
{{ formfield player.q1 }}
How many points do you earn for this round if you report a 5?
{{ formfield player.q2 }}
How many points do you earn for this round if you report a 6?
{{ formfield player.q3 }}

Suppose you observe the following die roll in a round:


How many points do you earn for this round if you report a 3?
{{ formfield player.q4 }}
How many points do you earn for this round if you report a 5?
{{ formfield player.q5 }}
How many points do you earn for this round if you report a 6?
{{ formfield player.q6 }}

{{ endblock }}