{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Thank you {% endblock %} {% block content %}
Before the end of the study, we are interested in your experience during the estimation task.

{{ form.fun.label }}
"not at all" {% for choice in form.fun %} {% endfor %} {% for choice in form.fun %} {% endfor %}
{{ choice.choice_label }}
{{ choice.tag }}
"extremely fun"

{{ form.difficult.label }}
"not at all" {% for choice in form.difficult %} {% endfor %} {% for choice in form.difficult %} {% endfor %}
{{ choice.choice_label }}
{{ choice.tag }}
"extremely difficult"

{{ form.speed.label }}
"far too little time" {% for choice in form.speed %} {% endfor %} {% for choice in form.speed %} {% endfor %}
{{ choice.choice_label }}
{{ choice.tag }}
"far too much time"

{% formfield 'comments' %}
{% endblock %}