选择题目文件

请选择要加载的题库文件 (从 assets/xxx.json 加载):

{{ chosenSet.name }}

{{ chosenSet.description }}

本合集共有 {{ chosenSet.questionIds.length }} 道题目。

已做:{{ setStats.attempts }} 题; 正确率:{{ (setStats.attempts ? (setStats.correctTimes / setStats.attempts * 100).toFixed(1) : 0) }}%; 平均用时:{{ (setStats.attempts && setStats.totalTime ? (setStats.totalTime / setStats.attempts / 1000).toFixed(1) : 0) }}s

第 {{ currentIndex + 1 }} / {{ quizList.length }} 题 [ {{ currentQuestion.type }} ]

题目 ID: {{ currentQuestion.uniqueId }} 复制链接

本题暂无解析

笔记(点击此处编辑笔记)

{{ currentQuestion.note || '点击此处添加笔记...' }}

解析

AI 生成,不保真!

本题已做次数: {{ statsForCurrentQ.attempts }}; 正确率: {{ (statsForCurrentQ.attempts ? (statsForCurrentQ.correctTimes / statsForCurrentQ.attempts * 100) .toFixed(1) : 0 ) }}% ;平均用时: {{ (statsForCurrentQ.attempts && statsForCurrentQ.totalTime ? (statsForCurrentQ.totalTime / statsForCurrentQ.attempts) / 1000 : 0 ).toFixed(1) }}s

键盘:1~4 选项,空格提交/下一题,Alt+C切换解析,Ctrl+左键编辑笔记
p.s 感谢 fx, wlj 的前期测试和修改建议!

答题完成

本轮共 {{ quizList.length }} 题,正确:{{ correctCount }},错误:{{ quizList.length - correctCount }}。

正在处理,请稍后...