Generated on {{ generated_at }}
| Topic | Questions | Avg Score | Status |
|---|---|---|---|
| {{ topic|title }} | {{ stats.questions }} | {{ "%.1f"|format(stats.average_score) }}% | {% if stats.average_score >= 80 %} Strong {% elif stats.average_score >= 60 %} Improving {% else %} Needs Work {% endif %} |
Average Score: {{ "%.1f"|format(area.average_score) }}% | Questions Attempted: {{ area.questions_attempted }}
| Type | Topic/ID | Score | Date |
|---|---|---|---|
| {% if item.type == 'interview' %} Interview {% else %} Lab {% endif %} | {{ item.topic if item.topic else item.id }} | {{ item.score }}% {% if item.type == 'lab' %} {% if item.passed %}Pass{% else %}Fail{% endif %} {% endif %} | {{ item.timestamp[:16].replace('T', ' ') }} |