网络安全知识题库练习

最近练习记录

上次得分: {{ history[0].score }}% ({{ history[0].date }})
进度: {{ currentIndex + 1 }} / {{ questions.length }}
⏱️ {{ formatTime(timeLeft) }}
{{ getQuestionTypeLabel(currentQuestion.type) }}

{{ currentQuestion.question }}

{{ key }}. {{ content }}
{{ score >= 80 ? '🏆' : (score >= 60 ? '👍' : '💪') }}

练习结束

得分
{{ score }}
用时
{{ formatTime(timeUsed) }}
正确率
{{ correctCount }}/{{ questions.length }}

题目解析

#{{ index + 1 }} {{ q.isCorrect ? '正确' : '错误' }} {{ getQuestionTypeLabel(q.type) }}

{{ q.question }}

{{ optKey }}. {{ optContent }} ✔ 正确答案 ✘ 你的选择
💡 解析: {{ q.analysis || '暂无解析' }}