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

Please answer all questions before receiving your payment. Your responses are completely confidential and used only for research purposes.

{# Q1: Age #}

{{ form.q_age.errors }}
{# Q2: Student status + sub-questions #}

{{ form.q_is_student.errors }}
{# Student sub-questions (no separate number) #} {# Non-student sub-question (no separate number) #} {# Q3: Gender #}

{{ form.q_gender.errors }}
{# Q4: Risk willingness #}

Enter a number from 0 to 10, where 0 = not at all willing and 10 = very willing.

0  1  2   3  4  5   6  7  8   9  10
{{ form.q_risk_willingness.errors }}
{# Q5: Appraisal bias #}
{% if role == 'Appraiser' %} {% else %} {% endif %}
{{ form.q_appraisal_bias.errors }}
{# Q6: Instruction clarity #}

Enter a number from 1 to 7, where 1 = very unclear and 7 = very clear.

1  2  3   4  5  6  7
{{ form.q_instruction_clarity.errors }}
{# Q7: Comments #}

{{ next_button }}
{{ endblock }}