{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Adoption Costs {% endblock %} {% block content %}

On this page, we ask you to indicate how costly it would be to you personally to adopt various behaviours. The scale goes from "not costly at all" to "prohibitively costly". When considering costs, please think not only about monetary costs, but also about how difficult it would be to you personally to adopt this behaviour.

Please indicate how costly the adoption of each item in the list below is to you:

{% for field in form %} {% endfor %}
Adoption Costs
{{ field.label }}
Not costly at all
{{ field.errors }}
prohibitively costly
{% endblock %}