{{ extends "global/Page.html" }} {{ block title }}Questionnaire{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_survey.html' }}

In this final part of the study, we will ask you to answer a series of questions about yourself and your partner. These questions will help us gather additional information for our research. All details are confidential and cannot be used to track your personal identity.

Please rate how much you agree with the following statements:

{% for field in form %} {% if field.name in likert_fields_nonspender %} {% for choice in field %} {% endfor %} {% endif %} {% endfor %}
Question Strongly Disagree Somewhat Disagree Neutral Somewhat Agree Strongly Agree
{{ field.label }}{{ choice }}

{% for field in form %} {% if not field.name in likert_fields_nonspender and not field.name in happiness_fields %}
{{ field }}

{% endif %} {% endfor %}

Please rate how much you agree with the following statements according to the smiley face scale below:

Smiley face pain scale. {% for field in form %} {% if field.name in happiness_fields %} {% for choice in field %} {% endfor %} {% endif %} {% endfor %}
A B C D E F G
{{ field.label }}{{ choice }}

{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}