{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Concluding Questions

Please rate your agreement with the following statements and answer the question below.
{% for choice in form.patience %} {% endfor %} {% for choice in form.altruism %} {% endfor %} {% for choice in form.awareness %} {% endfor %} {% for choice in form.attention %} {% endfor %} {% for choice in form.risk %} {% endfor %} {% for choice in form.impulsive %} {% endfor %} {% for choice in form.efficiency %} {% endfor %} {% for choice in form.savings %} {% endfor %}
Completely disagree Indifferent Completely agree
{{ form.patience.label }}{{ choice }}
{{ form.altruism.label }}{{ choice }}
{{ form.awareness.label }}{{ choice }}
{{ form.attention.label }}{{ choice }}
{{ form.risk.label }}{{ choice }}
{{ form.impulsive.label }}{{ choice }}
{{ form.efficiency.label }}{{ choice }}
{{ form.savings.label }}{{ choice }}


{% formfield player.investKnow %}

{% endblock %}