Goal description Detemination of the measurement Indicator (s) and Overcoming Criteria |
Evaluation | ||||
1 | 2 | 3 | 4 | 5 |
{% if ind.choice.score == 1 %}
{% endif %} {% if ind.comments and ind.choice.score == 1 %}{{ ind.comments|safe }}{% endif %} |
{% if ind.choice.score == 2 %}
{% endif %} {% if ind.comments and ind.choice.score == 2 %}{{ ind.comments|safe }}{% endif %} |
{% if ind.choice.score == 3 %}
{% endif %} {% if ind.comments and ind.choice.score == 3 %}{{ ind.comments|safe }}{% endif %} |
{% if ind.choice.score == 4 %}
{% endif %} {% if ind.comments and ind.choice.score == 4 %}{{ ind.comments|safe }} {% endif %} |
{% if ind.choice.score == 5 %}
{% endif %} {% if ind.comments and ind.choice.score == 5 %}{{ ind.comments|safe }}{% endif %} |
Score of parameter | {% if objects.score_a %} {{objects.score_a}} {% else %} 0 {% endif %} |