{% extends 'base.html' %} {% block title %}Topic Scores | Teacher Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
View student performance across all topics
| Student | Total Submissions | Average Score | {% if not selected_topic_id %}Topics Completed | {% endif %}Actions |
|---|---|---|---|---|
|
{{ student_data.student.username[:2].upper() }}
{{ student_data.student.username }}
{{ student_data.student.email }}
|
{{ student_data.total_submissions }} | {% set score = student_data.total_score %} {{ score }}% | {% if not selected_topic_id %}{{ student_data.topics|length }} | {% endif %}
|
No reviewed submissions found for the selected criteria.