{% extends "survey/Instrument.html" %} {% load otree static %} {% block title %} Participant Survey {% endblock %} {% block content %}

Directions: The following statements measure aspects of your personality. Please indicate your feelings towards each of these by moving the slider towards the assessment that best describes you.


{% for item in pt %} {% endfor %}
{{ item.1 }}
Does not Describe Me Well Describes me Very Well
 

{% endblock %} {% block scripts %} {% endblock %}