{% extends "admin/base.html" %} {% load i18n %} {% block title %}Dashboard | {{ site_title }}{% endblock %} {% block content %}
A clear view of your Testpoint platform.
Student attempts and active students across the last 7 days.
Activity will appear here when students start tests.
Your newest test content and its real activity.
| Test title | Skill | Questions | Attempts | Status | Created |
|---|---|---|---|---|---|
| {{ test.title }} | {{ test.get_category_display }} | {{ test.question_count }} | {{ test.attempt_count }} | {% if test.is_published %}Published{% else %}Draft{% endif %} | {{ test.created_at|date:"M j, Y" }} |
Create your first test to start building the practice library.
Create a test