{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please answer the following questions related to you. {% endblock %} {% block content %}
| Your age: | {% formfield player.age %} | |||
| Your gender: | {% formfield player.gender %} | |||
| Your field of study? | {% formfield player.your_study %} | |||
| Why did you participate in this study? | {% formfield player.reason %} | |||
| In how many experiments similar to this one did you participate already? | {% formfield player.nr_similar_experiments %} | |||
| Did you receive all information about this experiment during the experiment? | {% formfield player.other_info %} | |||
| Do you believe you interacted with real humans? | {% formfield player.real_humans %} |