{% extends "base.html" %} {% block title %}考试监控配置 - {{ exam.title }}{% endblock %} {% block head %} {% endblock %} {% block content %}
配置考试防作弊监控参数
考试标题:{{ exam.title }}
考试时长:{{ exam.duration_minutes }}分钟
题目数量:{{ exam.total_questions }}题
考试状态: {{ '进行中' if exam.is_active else '已结束' }}