{% extends "admin/base.html" %} {% block content %}
{{ student.email }}
{% if student.teacher %}Assigned to {{ student.teacher.username }}
{% endif %}| Topic | Reading | Speaking | Comprehension | Score | Last Updated |
|---|---|---|---|---|---|
| {{ progress.topic.title }} | {% if progress.reading_completed %} Completed {% else %} Not Started {% endif %} | {% if progress.speaking_completed %} Completed {% else %} Not Started {% endif %} | {% if progress.comprehension_completed %} Completed {% else %} Not Started {% endif %} | {% if progress.comprehension_score is not none %} {{ progress.comprehension_score|round(1) }}% {% else %} N/A {% endif %} | {{ progress.updated_at|timeago }} |
This student hasn't started any topics yet.
{{ submission.created_at|timeago }}
Completed {{ submission.type|title }} section {% if submission.score is not none %} with a score of {{ submission.score|round(1) }}% {% endif %}
This student hasn't submitted any work yet.
Are you sure you want to delete student ? This action cannot be undone.