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

Please indicate to which extent the following statements fit:


{{ formfield 'OVanswer' }}


{% blocktrans trimmed %} How satisfied are you with your estimations? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "very dissatisfied" %} {% trans "very satisfied" %}

{% blocktrans trimmed %} 'How satisfied are you with the algorithm's estimations? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "very dissatisfied" %} {% trans "very satisfied" %}

{% blocktrans trimmed %} How difficult were the questions for you? {% endblocktrans %}

1 2 3 4 5 6 7
{% trans "very difficult" %} {% trans "very easy" %}

{% blocktrans trimmed %} I would have used the algorithmic support, if it was free. {% endblocktrans %}

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

{% blocktrans trimmed %} I would use an algorithm, if it was perfect. {% endblocktrans %}

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

{% blocktrans trimmed %} I do not like to get support from algorithms because I do not have any experience with algorithms. {% endblocktrans %}

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

{% blocktrans trimmed %} I know a lot about algorithms. {% endblocktrans %}

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