{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %} Please answer the following questions with respect to the algorithm and its recommendations:

{{ questionnaire_1 }} {{ formfield_errors 'questions_trust_answers'}}

Please answer the following questions about yourself:

{% formfield player.gender%} {% formfield player.age%} {% formfield player.education%}





Please answer all questions to continue.

{{ form.errors }} {% endblock %}