{{ extends 'global/Page.html' }} {{ block title }}Questionnaire - 1 of 7{{ endblock }} {{ block content }}

{{ formfield 'gender' }}

{{ formfield 'age' }}

{{ formfield 'education' }}


{% blocktrans trimmed %} How good is your knowledge in the field of economics? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "very bad" %} {% trans "very good" %}

{% blocktrans trimmed %} How good is your knowledge in the field of technology? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "very bad" %} {% trans "very good" %}

{{ endblock }}