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

How would you describe yourself: Do you generally think things over for a long time before acting – in other words, are you not impulsive at all? Or do you generally act without thinking things over for long, in other words, are you very impulsive?

Please answer on a scale from 0 to 10, where 0 means not at all impulsive and 10 means very impulsive.

{% for choice in form.impulsive %} {% endfor %}
{% for choice in form.impulsive %} {% endfor %}
not at all impulsive very impulsive


{% next_button %}
{% next_button %}
{% endblock %}