{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire, Page 1 of Page 5 {% endblock %} {% block content %} In Part 2 of the Experiment, please, answer the following questionnaire.

Part 2A {% formfield 'gender' label="Your gender:" %} {% formfield 'age' label="Your age:" %} {% formfield 'nationality' label="Your country of origin:" %} {% formfield 'highesteduc' label="Your highest level of education completed:" %} {% formfield 'student' label="Are you a student at the moment?" %} {% formfield 'work' label="Are you employed (working for a company)?" %} {% formfield 'feedback' label="Please, explain briefly the strategy you used to choose your activity level and neighbors during the experiment:" %} {% next_button %} {% endblock %}