{% extends "global/Page.html" %} {% load otree %} {% block content %} Q12
As a general rule, would you say that most people can be trusted, or that you can never be too careful in your dealings with people?
Could you rank yourself on a scale from 0 to 10, where 0 means "You can’t be too careful" and 10 means "Most people can be trusted".
{% formfield player.trust_people%}
Could you rank yourself on a scale from 0 to 10, where 0 means "being very careful in your relationships with other people" and 10 means "being very confident in relationships with others".

- In general {% formfield player.trust_scale_general label = "" %}
- With family {% formfield player.trust_scale_family label = "" %}
- With other students {% formfield player.trust_scale_students label = "" %}
{% next_button %} {% endblock %}