Yihong89/dsh-teacher

插件 ⭐ 3 MIT automationtoolsvisual

DSH教师插件:苏格拉底式导师,引导你从Markdown问题集中找到答案,在会话中追踪知识盲点,并按间隔重复计划重新测试。

catalog 简介:DSH teacher plugin: Socratic tutor that leads you to answers from a markdown question set, tracks knowledge gaps in-session, and retests them on a spaced-repetition schedule.

安装

questions.md ──▶  /teach questions.md
                      │  LLM parse / tolerant parser
                      ▼
        SQLite question store (courses + questions + quiz runs)
                      │  /quiz → 📝 LLM-free quiz popup (MCQ / free-text)
                      ▼
            answers ──▶ POST /dsh-teacher/quiz/submit (run stored)
                      │  "Quiz finished (run N)" → LLM analysis
                      ▼
            grade each answer (vs hidden keys) ──▶ gaps → Socratic walk
                      │  gap ledger (persists across sessions, SQLite)
                      │  you: "/retest" (on-demand, anytime)
                      ▼
            "Explain rebase to me."  ──▶  graded, rescheduled (FSRS-5)

Yihong89/dsh-teacher 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。