{% 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 %}
| {{ choice.choice_label }} |
{% endfor %}
{% for choice in form.fun %}
| {{ choice.tag }} |
{% endfor %}
|
"extremely fun" |
|
| {{ form.difficult.label }} |
| "not at all" |
{% for choice in form.difficult %}
| {{ choice.choice_label }} |
{% endfor %}
{% for choice in form.difficult %}
| {{ choice.tag }} |
{% endfor %}
|
"extremely difficult" |
|
| {{ form.speed.label }} |
| "far too little time" |
{% for choice in form.speed %}
| {{ choice.choice_label }} |
{% endfor %}
{% for choice in form.speed %}
| {{ choice.tag }} |
{% endfor %}
|
"far too much time" |
|
{% formfield 'comments' %}
{% endblock %}