{% extends "global/Page.html" %} {% load otree %} {% block title %}Questionnaire #???{% endblock title %} {% block content %}

Please answer the following questions about yourself by indicating the extent of your agreement.

Be as honest as you can throughout, and try not to let your responses to one question influence your response to other questions. There are no right or wrong answers.

{% formfield player.lotr_01 %} {% formfield player.lotr_02 %} {% formfield player.lotr_03 %} {% formfield player.lotr_04 %} {% formfield player.lotr_05 %} {% formfield player.lotr_06 %} {% formfield player.lotr_07 %} {% formfield player.lotr_08 %} {% formfield player.lotr_09 %} {% formfield player.lotr_10 %} {% next_button %} {% endblock %}