{{ block title }} Social Task: Make a Decision For Sharing Money {{ endblock }} {{ block content }}

Prompt: "{{ prompt_text }}"


For each of the following social decisions, choose Option A or Option B.

{% for q in questions %}

{{ forloop.counter }}.
{{ q.text|safe }}



{% endfor %}
{{ endblock }}