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

{{ if player.participant.spender == 1 }} You just attempted to purchase the following item using money from the joint account.

{{ else }} Your partner attempted to purchase the following item using money from the joint account.

{{ endif }} Selected item for auction.

{{ description }}

We will ask you how you would feel purchasing the item at amounts ranging from $0 to $20. For instance, how would you feel if {{ if player.participant.spender == 1 }}you{{ else }}your partner{{ endif }} were able to purchase the item for $8 with money earned by you? How would you feel if {{ if player.participant.spender == 1 }}you{{ else }}your partner{{ endif }} were able to purchase the item for $8 with money earned by your partner? How would your feelings change if {{ if player.participant.spender == 1 }}you{{ else }}your partner{{ endif }} were instead paying $12 for the item? Please indicate your feelings using the smiley face scale above — ranging from very positive (Face A) to very negative (Face G).

Smiley face pain scale.

Please indicate how you would feel about the purchase at the different prices, stating a letter (A-G) that best corresponds to your feelings.

Money YOU earned, from the joint account

Price A B C D E F G

Money YOUR PARTNER earned, the from joint account

Price A B C D E F G

{% for field in form %} {% if field.name.startswith('pop_self') %} {% for choice in field %} {% endfor %} {% endif %} {% endfor %}
{{ field.label }}{{ choice }}

{% for field in form %} {% if field.name.startswith('pop_partner') %} {% for choice in field %} {% endfor %} {% endif %} {% endfor %}
{{ field.label }}{{ choice }}

{{ next_button }} {{ endblock }}