AI问题模板编辑

使用以下占位符创建您的AI问题模板:

{question} - 题目内容

{options} - 选项列表

{answer} - 正确答案

{analysis} - 现有解析

数据管理

导出数据

将您的错题本、练习报告及所有设置导出为 JSON 文件进行备份。

导入数据

从备份文件中恢复您的数据。注意:这将覆盖您当前的所有记录!

粘贴备份数据

请将导出的 JSON 备份内容粘贴到下方文本框中。

系统设置

选项快捷键 (A/B/C/D)

选项 {{ String.fromCharCode(65 + index) }}

下一题快捷键

提示:点击上方按钮后进入录入状态(蓝光闪烁),按键后自动保存。选项快捷键会自动连续录入 A-D。

规则说明:

  • 自动切换开启时,快捷键可立即跳过延时。

{{ selectedTag }} {{ selectedKP }}

共 {{ filteredQuestions.length }} 题 第 {{ currentQuestionIndex + 1 }} 题
跳至:
{{ q.knowledge_point }}
第 {{ q.actualIndex + 1 }} 题

{{ opt.key }}.
解析
豆包 一言
{{ q.memory_point }}

练习设置

选择知识模块 (可多选)

练习模式

题目数量

自动切换

延迟: ms

练习进度

{{ answeredCount }} / {{ practiceQuestions.length }}
正确
{{ practiceStats.correctCount }}
错误
{{ practiceStats.wrongCount }}
胜率
{{ practiceStats.accuracy }}%
用时
{{ formatTime(practiceStats.totalTime) }}
ms
{{ currentQuestion.knowledge_point }}
#{{ tag }}

详解与记忆

{{ selectedAnswer === currentQuestion.answer_key ? '正确' : '错误' }}
{{ currentQuestion.memory_point }}

暂无错题

你太棒了!所有的练习都答对了。

错题本 ({{ allWrongQuestions.length }})

知识点分布 (Top 5)

{{ kp.name }} {{ kp.count }}

标签分布 (Top 10)

#{{ tag.name }} {{ tag.count }}
筛选结果:找到 {{ wrongQuestionsData.length }} 道错题
{{ q.knowledge_point }} #{{ tag }}

{{ opt.key }}.
解析: {{ q.memory_point }}
豆包 一言

{{ appTitle }}考前必背核心总结

暂无必背清单数据

{{ mod.module }}

{{ mod.description }}

{{ section.name }}

核心数值矩阵

{{ h }}

练习报告

{{ (practiceReports || []).length }} 条记录

暂无练习报告

完成练习后,这里将显示你的报告

{{ new Date(report.startTime).toLocaleString('zh-CN', {month:'numeric', day:'numeric', hour:'2-digit', minute:'2-digit'}) }} {{ report.settings.practiceMode === 'sequential' ? '顺序' : (report.settings.practiceMode === 'reverse' ? '倒序' : '随机') }} 进行中
用时:{{ formatTime(report.stats.totalTime) }} {{ report.stats.accuracy }}%
总数
{{ report.stats.totalQuestions }}
正确
{{ report.stats.correctCount }}
错误
{{ report.stats.wrongCount }}
正确率
{{ report.stats.accuracy }}%

练习设置

{{ kp }}

错误题目 ({{ (report.wrongQuestionIds || []).length }}题)

{{ expandedReportIds.has(report.id) ? '收起' : '展开' }}
{{ q.knowledge_point }} #{{ tag }}

{{ opt.key }}.
解析: {{ q.memory_point }}

即将跳转

即将离开当前应用前往 AI 平台进行解析,请确认。

前往解析

{{ modalMessage }}

AI 题目解析

题目 {{ currentAiQuestion.original_question || currentAiQuestion.question }}

{{ opt.key }}. {{ opt.text }}
正在思考...