{# src/examen/templates/start.html #} {% extends "base.html" %} {% block title %}Examen — {{ artifact.quiz_id }}{% endblock %} {% block content %} {% if demo_mode %}
{% endif %}A self-examination for code you just shipped.
up to {{ artifact.questions | length }} questions · drills replace remaining slots on miss · ~{{ ((artifact.questions|length) * 50 // 60) or 1 }} minutes
{% if resume_session_id %}You have an unfinished run of this quiz. Resume it.
{% endif %}Confidence rated alongside each answer.