{% extends "global/Page.html" %} {% load otree %} {% block title %} Final Questions About Your Decision Process {% endblock %} {% block content %} Thank you very much for completing the tasks! Before proceeding with the Payment, we would like to ask you a few questions about your experience during the experiment.

Please describe how you made your predictions during the task. For example, did you have a general strategy or approach when:

{{ form.prediction_strategy }}

Please be as detailed as you can. There are no right or wrong answers here.


How difficult was it to perform the experiment?

{{ formfield_errors 'difficulty' }}
{% for v in difficulty_values %} {% endfor %}
Very easy Very difficult

How confident are you that your predictions were better than random?

{{ formfield_errors 'difficulty_certainty' }}
{% for v in certainty_values %} {% endfor %}
Very uncertain Completely certain


{% endblock %}