{{ block css }} {{ endblock }} {{ block title }} Questionnaire {{ endblock }} {{ block content }}

Recall that you could choose one of the following 2 job offers:

Please rate your agreement with the following statement on a scale of 1 to 7.

{{ for choice in form.tm_1 }}{{ endfor }}{{ for choice in form.tm_2 }}{{ endfor }}{{ for choice in form.tm_3 }}{{ endfor }}
Completely DisagreeCompletely Agree
1234567
I selected Job Offer #{{ if player.worker_set == True }}1{{ else }}2{{ endif }} to differentiate my job offer from the other firm’s offer.{{ choice }}
I selected Job Offer #{{ if player.worker_set == True }}1{{ else }}2{{ endif }} to signal my trust in the worker’s willingness to make decision(s) that increase my payoff.{{ choice }}
{{ form.tm_3.label }}{{ choice }}

{{ if player.worker_set == False }}

You chose to set the worker’s Wage level.

{{ formfield 'tm_4' }} {{ endif }} {{ for choice in form.td_1 }}{{ endfor }} {{ if player.worker_set == False }}{{ for choice in form.td_2 }}{{ endfor }}{{ endif }}
Very HardVery Easy
1234567
{{ form.td_1.label }}{{ choice }}
{{ form.td_2.label }}{{ choice }}

{{ for choice in form.te_1 }}{{ endfor }} {{ if player.worker_set == False }}{{ for choice in form.te_2 }}{{ endfor }}{{ endif }}
Not at all enjoyableExtremely enjoyable
1234567
{{ form.te_1.label }}{{ choice }}
{{ form.te_2.label }}{{ choice }}

{{ next_button }} {{ endblock }}