{{ extends 'global/Page.html' }} {{ block title }}Questionnaire{{ endblock }} {{ block content }}

Please indicate to which extent the following statements fit:


{% blocktrans trimmed %} How good do you find the quality of the algorithm's estimates? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "very bad" %} {% trans "very good" %}

{% blocktrans trimmed %} How would you rate your estimation performance (in the initial estimation) relative to that of the algorithm? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "very much worse" %} {% trans "very much better" %}

{% blocktrans trimmed %} It is not necessary for me to use the algorithm in this study. {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "does not describe me at all" %} {% trans "describes me perfectly" %}

{% blocktrans trimmed %} I feel uncomfortable using the algorithm in this study. {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "does not describe me at all" %} {% trans "describes me perfectly" %}

{% blocktrans trimmed %} How much do you trust the algorithm's estimations in this study? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "not trusted at all" %} {% trans "trusted totally" %}

{{ endblock }}