{{extends 'pre_survey/BasePage.html'}} {{ block title }}Tolerance for ambiguity {{ endblock }} {{ block content }}

Please assign to which extend you agree with the following statements:

People who insist on a yes or no answer don't know how complicated things are.

I would:
{% formfield player.ambiguity_1 label="" %}

Many of our most important decisions are based on insufficient information.

I would:
{% formfield player.ambiguity_2 label="" %}

An expert who is unable to give a clear answer does not know much about the problem.

I would:
{% formfield player.ambiguity_3 label="" %}

Teachers who assign vague tasks give students a chance to show initiative and originality.

I would:
{% formfield player.ambiguity_4 label="" %}

When you have chosen all of your answers press the “Confirm” button.

{{ endblock }}