{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instruction {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block content %} {% if read == 1 %} {% endif %}

{#
#} {#

Tab 1#} {#

#} {#
#} {#
#}

Welcome to this experiment about decision making. It will take approximately 1 hour.


Please read the instructions carefully. A good understanding of the instructions is essential for making sound decisions and will affect your payment.


Click “Next” below to learn about your roles.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Roles


The computer will randomly assign 10 participants the role of Member A and the other 10 the role of Member B. The roles remain fixed throughout the experiment.


There will be {{ tot_matches }} rounds of decisions. In each round, the computer will randomly and anonymously match one Member A with one Member B to form a decision group.


Click “Next” below for an overview of your experimental tasks in each round.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Experimental Tasks: Overview


The computer randomly draws a number X unknown to both Member A and Member B.


Member A makes two decisions: (a) acquire information about X, and (b) choose a report to send to Member B.


Member B makes one decision: choose a number Y after seeing Member A’s report.


Member B earns more reward the closer is Y to X. Member A earns more reward the closer is Y to X plus a constant.


Click “Next” below to learn more about Member A’s first decision.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Member A’s 1st Decison: Acquiring Information about X


The unknown X is a number with one decimal randomly drawn from [0.0, 100.0].


Member A acquires information about X by cutting [0.0, 100.0] into N equal pieces. The computer will reveal to Member A which one of the N pieces contains X.


Example: 3-Piece Cut (N = 3). If X is drawn to be 30.2, the computer will reveal that X lies in [0.0, 33.3]. If X = 50.6, it will reveal that X lies in [33.4, 66.7]. If X = 80.8, it will be reveal that X lies in [66.8, 100.0].


In each round, Member A is given a budget of 100 reward points to pay for the cutting cost. Choosing N = 1 is free. Each additional piece costs 10 points to cut.


Cost cannot exceed budget: the possible choice of N ranges from 1 (no cut, no information, no cost) to 10 (10-piece cut, most information, highest cost at 100 points).


Click “Next” below to learn more about Member A’s second decision.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Member A’s Second Decision: Sending Report


Given the first decision, the piece that contains X will be highlighted in blue on a bar. Figure 1 shows an example where a 3-piece cut was chosen and the middle piece contained X.


Member B will not see Member A’s choice of N and the blue piece.


Member A sends a report to Member B by clicking on the bar twice to outline a report, which will be shown as a yellow piece.


The yellow piece can be anywhere on the bar. Figure 2 shows an example where the yellow piece encompasses the blue piece (but this is not required).


Click “Next” below to learn more about Member B’s decision.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Member B’s Decision: Choosing Number Y


Member A’s report, the yellow piece, will be shown on a similar bar. Figure 3 continues with the example but shows what Member B will see (without the cut and the blue piece).


Member B chooses Y by clicking on the bar once to pinpoint a number with one decimal in [0.0, 100.0].


Member B submitting the choice of Y marks the end of the round.


Click “Next” below to learn about Member A’s reward in each round.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Member A’s Reward in Each Round


In addition to the cutting budget of 100 reward points, Member A will be given another 100 points in each round. The points that Member A can keep as earned reward increases as

according to the formula:

$${ \text{Member A’s Reward Points to Keep} = \left(100 - \frac{[Y-(X+20)]^2 }{50} \right) + (100 − 10N)}$$


In case of a negative value, the earned reward for the round will be 0.


Click “Next” below to learn about Member B’s reward in each round.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Member B’s Reward in Each Round


Member B will be given 150 reward points in each round. The points that Member B can keep as earned reward increases as Y is closer to X, according to the following formula:

$${ \text{Member B’s Reward Points to Keep} = 150 - \frac{(Y-X)^2}{50} }$$


In case of a negative value, the earned reward for the round will be 0.


Click “Next” below to learn about Member B’s reward in each round.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Event Summary


At the end of each round, the computer will provide an event summary, which covers:


{#
#} {#

Tab 2

#} {#
#} {#
#}

Your Cash Payment


One round out of 40 will be randomly selected to calculate your cash payment. (So it is in your best interest to take each round seriously.)


Your total cash payment will be the reward points you earned in the randomly selected round (1 point = 1 HKD) plus a 30 HKD show-up fee.


{#
#} {#

Tab 2

#} {#
#} {#
#}

Quiz and Practice


To ensure your comprehension of the instructions, you will take a quiz and play 1 practice round. The practice round will not be included in the determination of your cash payment.


{% endblock %}