Skip to content

feat: 接入大模型自动完成章节测验 (#45) - #57

Open
MilLoong wants to merge 1 commit into
chaolucky18:masterfrom
MilLoong:feat/quiz-auto-answer
Open

MilLoong wants to merge 1 commit into
chaolucky18:masterfrom
MilLoong:feat/quiz-auto-answer

Conversation

@MilLoong

Copy link
Copy Markdown

摘要

  • 新增 v1_autoAnswer.js:章节测验 / 作业自动答题(优先本地答案库,不足时再调 DeepSeek)
  • 新增 v1_autoAnswer_optimized.js(及油猴版):把 V3 刷课流程与自动答题合并
  • 测验策略:skipChapterTest 优先于 autoAnswer;支持 autoRedo / autoRedoTimes,多 iframe 按 workId 隔离

Closes #45

更新功能

  • 普通章节:视频播放与 nextUnit() 照常可用
  • 默认 skipChapterTest=true 时跳过测验(与 V3 一致)
  • skipChapterTest=falseautoAnswer=true 时可自动答题并提交
  • 同一页多个测验 iframe 按 workId 隔离,避免串答案
  • 仅刷课油猴与合并版油猴不要同时启用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

可以通过接入大模型来自动完成章节考试吗

1 participant