{{ extends 'global/Page.html' }} {{ block title }}Follow-Up Questionnaire (Page 1 of 4){{ endblock }} {{ block content }}

How difficult did you find it to correctly position more sliders than the other employees?

{{ for choice in form.dif }} {{ endfor }} {{ for choice in form.dif }} {{ endfor }}
Very Easy Very Difficult
{{ choice.label }}
{{ choice }}

How committed were you to correctly position more sliders than the other employees?

{{ for choice in form.commit }} {{ endfor }} {{ for choice in form.commit }} {{ endfor }}
Not Committed Very Committed
{{ choice.label }}
{{ choice }}

How enjoyable did you find the slider task?

{{ for choice in form.enjoy }} {{ endfor }} {{ for choice in form.enjoy }} {{ endfor }}
Not Enjoyable at all Very Enjoyable
{{ choice.label }}
{{ choice }}

Think about the {{ if session.config.cash_payment }}cash{{ else }} gift card{{ endif }} bonus offered in this experiment, and rate the degree to which that bonus conforms to each of these attributes.

{{ for choice in form.attr_fung }} {{ endfor }} {{ for choice in form.attr_fung }} {{ endfor }} {{ for choice in form.attr_hedon }} {{ endfor }} {{ for choice in form.attr_novel }} {{ endfor }} {{ for choice in form.attr_dist1 }} {{ endfor }}
Not at all To a great extent
{{ choice.label }}
The reward can easily be used to obtain goods and services.{{ choice }}
The reward will be used to consume “wants” instead of “needs.”{{ choice }}
The reward is novel and unique.{{ choice }}
The reward feels distinct from wages, and not simply “more wages.”{{ choice }}

Below are two circles, one representing your fixed wage and the other representing the {{ if session.config.cash_payment }}cash{{ else }} gift card{{ endif }} bonus. The greater the overlap between the two circles, the more similar those items are to one another. Which picture below best describes how you think about the two items?

{{ for choice in form.dist2 }} {{ endfor }}
{{ choice }}

Click the arrow below when you are ready to move on.

{{ next_button }} {{ endblock }}