{% extends "global/Page.html" %} {% load staticfiles otree %} {% block styles %} {% endblock %} {% block content %}

Questionnaire

Please answer to the following questions

{% formfield player.sex label="Gender" %} {% formfield player.age label="Age" %} {% formfield player.comment label="Your comment" %} Did you like the experiment?

No, not at all
Yes, very much
 
{{ form.like.errors }} {% endblock %}