{% load i18n %} {% load unfold %} {% component "unfold/components/container.html" with component_class="CourseAnalyticsComponent" %}
{% trans "Average percentage of lessons completed by participants" %}
{% trans "Percentage of participants who attempted at least one quiz" %}
{% trans "Average score across all quizzes" %}
| {% trans "Student" %} | {% trans "Completion" %} | {% trans "Avg. Score" %} |
|---|---|---|
|
{{ student.initials }}
{{ student.name }}
|
{{ student.completion_percentage }}%
|
{{ student.average_score }}% |