How do you rate yourself personally: In general, are you someone who is willing to take risks or do you try to avoid risks?
On a sclae from 0 (not at all willing to take risks) to 10 (very willing to take risks).
{% for c in form.risk %}
{{ c }}
{% endfor %}
Which of the following information was important for your decisions?
On a scale from 0 (not at all important) to 10 (very important)
The lead time of the supplier:
{% for c in form.importance_lt %}
{{ c }}
{% endfor %}
The supplier’s capacity:
{% for c in form.importance_cap %}
{{ c }}
{% endfor %}
The customer demand in future rounds:
{% for c in form.importance_demand %}
{{ c }}
{% endfor %}
The incurred costs by orders (stock) and delay:
{% for c in form.importance_costs %}
{{ c }}
{% endfor %}
The open orders at the supplier
{% for c in form.importance_supplier %}
{{ c }}
{% endfor %}