{{ extends "global/Page.html" }} {{ block title }}Task{{ endblock }} {{ block content }}
📋 Social Norms Task Imagine that a person has been given $9 and must decide how many dollars to keep for themselves and how many to give to a charitable organization. The initial allocation is $4.50 each. For each possible allocation below, please rate how socially appropriate you think that choice would be, using the 7-point scale.
Very inappropriate Neutral Very appropriate
{{ for alloc in allocations }} {{ for v in "1234567" }} {{ endfor }} {{ endfor }}
Allocation 1 2 3 4 5 6 7
Keep {{ alloc.keep }}  ·  Give {{ alloc.give }}
0 / 10 answered
{{ endblock }}