添加答题功能与支持需解锁章节的课程#360
Merged
Merged
Conversation
- 加入题库模块和引入SocialSisterYi大佬相关代码并实现字体解密 - 现在支持需要解锁章节的课程 - 修复若干问题
Samueli924
reviewed
Oct 18, 2024
Samueli924
requested changes
Oct 18, 2024
Samueli924
left a comment
Owner
There was a problem hiding this comment.
我建议把完成章节检测作为一个实验性功能,默认是关闭状态,通过在命令行加experimental参数开启,在关闭状态时遇到workid还是默认continue跳过比较好。
Contributor
Author
有些课程当前章节不完成是没办法获取到下一章节的,不配置题库视为不答题,会自动跳过的,在学习方法 if self.tiku.DISABLE or not self.tiku:
return None |
- 支持通过阅读任务点(不增加时长) - 允许通过置空题库配置的方式来停用题库 - 补充题库使用说明
Contributor
Author
|
感觉没什么好修复好更新的了( |
Contributor
Author
现在有人实现了tikuAdapter,支持多个题库。
可以在配置文件里[tiku]下追加配置项。要启用你的题库就需要填写provider=你的题库类名(大小写一致) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加答题功能与支持需解锁章节的课程