{% extends "base.html" %} {% block title %}Assessment Report - {{ assessment.name }}{% endblock %} {% block content %}
The results for the {{ assessment.name }} assessment have been recorded.
{% if (current_user.is_authenticated and current_user.role in ['admin', 'consultant']) or is_free %} {% set assessment_name = assessment.name | lower | trim %} {# ISAA Summary #} {% if 'isaa' in assessment_name and summary %}No subtype criteria met.
{% endif %} {% elif 'cars' in assessment_name %}Total Raw Score: {{ total_raw_score }}
Interpretation: {{ interpretation }}
{% elif 'dst' in assessment_name or 'ddst' in assessment_name or 'dsst' in assessment_name or 'developmental screening' in assessment_name or 'developmental screening' in assessment.name.lower() %}Total Score (days): {{ total_raw_score }}
{% if interpretation is not none %}Interpretation: {{ interpretation }}
{% endif %} {% else %}Total Raw Score: {{ total_raw_score }}
{% if t_score is not none %}T-Score: {{ t_score }}
{% endif %} {% if interpretation is not none %}Interpretation: {{ interpretation }}
{% endif %} {% endif %} {% if 'isaa' in assessment_name %} {% set isaa_class = 'No Autism' if total_raw_score < 70 else ('Mild Autism' if total_raw_score <= 106 else ('Moderate Autism' if total_raw_score <= 153 else 'Severe Autism')) %}ISAA Classification: {{ isaa_class }}
| Classification | No Autism < 70 | Mild Autism 70 to 106 | Moderate Autism 107 to 153 | Severe Autism > 153 |
|---|
| Domain | {% if 'vsms' in assessment_name or 'social maturity' in assessment_name %}Equivalent Age (Months) | {% elif 'dst' in assessment_name or 'ddst' in assessment_name or 'dsst' in assessment_name or 'developmental screening' in assessment_name %}Score (days) | Equivalent Age (Months) | {% elif 'vadrs' in assessment_name %}Score | {% else %}Score | {% endif %} {% if 'cbcl' in assessment_name and cbcl_domain_interpretations %}Interpretation | {% endif %}
|---|---|---|---|---|---|---|
| {{ domain }} | {% if 'vsms' in assessment_name or 'social maturity' in assessment_name %}{{ "%.2f"|format(score / 30) }} | {% elif 'dst' in assessment_name or 'ddst' in assessment_name or 'dsst' in assessment_name or 'developmental screening' in assessment_name %}{{ score }} | {{ "%.2f"|format(score / 30) }} | {% else %}{% if 'ciss' in assessment_name %} {{ score }} / {{ max_domain_scores.get(domain, 'N/A') }} {% else %} {{ score }} {% endif %} | {% endif %} {% if 'cbcl' in assessment_name and cbcl_domain_interpretations %}{{ cbcl_domain_interpretations.get(domain, '—') }} | {% endif %}
| Composite | Score | Interpretation |
|---|---|---|
| Internalizing | {{ cbcl_composites.internalizing }} | {{ cbcl_interpretations.internalizing }} |
| Externalizing | {{ cbcl_composites.externalizing }} | {{ cbcl_interpretations.externalizing }} |
| Total Other Problems | {{ cbcl_composites.total_other_problems }} | {{ cbcl_interpretations.total_other_problems or '—' }} |
| Total Score | {{ cbcl_composites.total_score }} | {{ cbcl_interpretations.total_score }} |
| Question | Answer | Score |
|---|---|---|
| {{ response.question.text }} | {{ response.choice.text }} | {{ response.choice.weightage }} |
Chronological Age (CA): {{ ca_in_months }} months
Social Age (SA): {{ "%.2f"|format(sa_in_months) }} months
Social Quotient (SQ): {{ "%.2f"|format(social_quotient) }}
{% elif 'dst' in assessment_name or 'ddst' in assessment_name or 'dsst' in assessment_name or 'developmental screening' in assessment_name or 'developmental screening' in assessment.name.lower() %}Chronological Age (CA): {{ taker_age_in_months }} months
Developmental Age (DA): {{ "%.2f"|format(total_raw_score / 30) }} months
Developmental Quotient (DQ): {{ "%.2f"|format(dst_dq or 0) }}
{% if 'ddst' not in assessment_name %}| DQ Range | Classification |
|---|---|
| > 130 | Very Superior |
| 120 - 129 | Superior |
| 110 - 119 | High Average |
| 90 - 109 | Average |
| 80 - 89 | Low Average |
| 70 - 79 | Borderline |
| 50 - 69 | Mild Development Delay |
| 35 - 49 | Moderate Development Delay |
| 20 - 34 | Severe Development Delay |
| < 20 | Profound Development Delay |
Chronological Age (CA): {{ ca_in_months }} months
Developmental Age (DA): {{ "%.2f"|format(da_in_months) }} months
Developmental Quotient (DQ): {{ "%.2f"|format(developmental_quotient) }}
{% endif %}Thank you for completing the assessment. The results will be reviewed by a consultant, who will get in touch with you shortly. further queries email to connect @manaslr.com