{% extends "base.html" %} {% block title %}Students — Claw-ED{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Students

{{ stats.chats }} Questions Today
{{ lesson_chats | length }} Active Lessons
{{ lesson_chats | sum(attribute='question_count') }} Total Questions
{% if lesson_chats %}

Student Activity by Lesson

{% for lc in lesson_chats %} {% endfor %}
Lesson Questions Last Activity
{{ lc.lesson_title }} {{ lc.question_count }} {{ lc.last_question }} View
{% else %}

No student questions yet.

Share a lesson link with students and they can ask questions about the material.

{% endif %} {% endblock %}