{% if original %} {% if original.computed_scores %}
Scoresheet | Score | Messages |
---|---|---|
{{i.scoresheet}} | {{i.score}} | {{i.message}} |
Variable name | Label | Response |
---|---|---|
{{a.variable_name}} |
{%if a.question.text%}
{{a.question.text|capfirst}}{% endif %} {{a.possible_choices_json}} |
{% if not a.answer.strip %}Not Answered {% endif %}
{% if a.choice_label %}
{{a.choice_label}}
{% if a.possible_choices_json %}
{% endif %}
{% endif %}
{% if a.upload %}
{{a.upload.name}}
{% endif %}
|