{{ block title }}Initial questionnaire{{ endblock }} {{ block global_styles }} {{ endblock }} {{ block content }}

Please fill in the following fields truthfully:

{{ formfield "age" }} {{ if form.age.errors }} {{ form.age.errors }} {{ endif }}


{{ formfield "sex" }} {{ if form.sex.errors }} {{ form.sex.errors }} {{ endif }}


{{ formfield "germborn" }} {{ if form.germborn.errors }} {{ form.germborn.errors }} {{ endif }}


{{ formfield "income" }} {{ if form.income.errors }} {{ form.income.errors }} {{ endif }}


{{ formfield "education" }} {{ if form.education.errors }} {{ form.education.errors }} {{ endif }}


feet inches


How satisfied are you with...
(0 = Completely dissatisfied; 10 = Completely satisfied) {{for choice in form.sat_socialLife.choices}} {{endfor}} {{ if player.seed_questionnaire_1 > 5000 }} {{ for choice in form.sat_socialLife }} {{ endfor }} {{ for choice in form.sat_health }} {{ endfor }} {{ else }} {{ for choice in form.sat_health }} {{ endfor }} {{ for choice in form.sat_socialLife }} {{ endfor }} {{ endif }}
{{choice}}
{{ form.sat_socialLife.label }}{{ choice }}
{{ form.sat_health.label }}{{ choice }}
{{ form.sat_health.label }}{{ choice }}
{{ form.sat_socialLife.label }}{{ choice }}


Different things are important to different people. How important are the following things to you? {{ if player.seed_questionnaire_2 > 5000 }} {{ for choice in form.importance_religion }} {{ endfor }} {{ for choice in form.importance_involvement }} {{ endfor }} {{ else }} {{ for choice in form.importance_involvement }} {{ endfor }} {{ for choice in form.importance_religion }} {{ endfor }} {{ endif }}
Unimportant Less Important Important Very important
{{ form.importance_religion.label }}{{ choice }}
{{ form.importance_involvement.label }}{{ choice }}
{{ form.importance_involvement.label }}{{ choice }}
{{ form.importance_religion.label }}{{ choice }}


{{ if player.seed_questionnaire_3 > 5000 }}

{{ formfield "check_account" }}


{{ formfield "alcohol" }}

{{ else }}

{{ formfield "alcohol" }}


{{ formfield "check_account" }}

{{ endif }}


{{ formfield "smoke" }}


{{ endblock }}