File size: 699 Bytes
e40dce0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{{ block title }}Welcome to the Behavioral Games Demo{{ endblock }}
{{ block content }}
  <h4>What to expect</h4>
  <p>
    You will play three short games that illustrate core ideas in behavioral public policy:
  </p>
  <ol>
    <li><strong>Prisoner’s Dilemma</strong> — cooperation vs. self-interest</li>
    <li><strong>Trust Game (simple)</strong> — reciprocity and fair returns</li>
    <li><strong>Public Goods</strong> — contributions to a shared fund</li>
  </ol>
  <p>
    There are no right or wrong answers. Decide independently. After each game we will review results together.
  </p>
  <p>
    When you are ready, click Next to begin.
  </p>
  {{ next_button }}
{{ endblock }}