Test_Johanne/dictator/instructions.html

20 lines
565 B
HTML
Raw Normal View History

2025-03-06 10:28:01 +01:00
<div class="card bg-light m-3">
<div class="card-body">
<h3>
Instructions
</h3>
<p>
You will be paired randomly and anonymously with another participant.
In this study, one of you will be Participant 1 and the other
Participant 2. Prior to making a decision, you will learn your role,
which will be randomly assigned.
</p>
<p>
There is {{ C.ENDOWMENT }} to split. Participant 1 will
decide how much they will retain. Then the rest will go to
Participant 2.
</p>
</div>
</div>