{% extends "base.html" %} {% block title %}考试管理 - FlashExam{% endblock %} {% block content %}
创建和管理考试,组织考试流程
考试总数
暂无考试数据
{% endif %}|
|
ID | 考试名称 | 描述 | 时长 | 题目数 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
|
|
{{ exam.id }} | {{ exam.duration_minutes }}分钟 | {{ exam.total_questions }}题 | {% if exam.is_active %} 进行中 {% else %} 已结束 {% endif %} | {% if exam.created_at %} {% if exam.created_at.strftime is defined %} {{ exam.created_at.strftime('%m-%d %H:%M') }} {% else %} {{ exam.created_at }} {% endif %} {% else %} 未知 {% endif %} |
点击"创建考试"开始创建第一个考试