You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spec: SDR 3.2.1 — "The system shall prioritize highlighted note sections during flashcard generation." Doc: "The generation should follow the content of the notes, and focus on the highlighted sections."
Current state
Generation in api/flashcards treats note content uniformly. #7 will detect and highlight definitions and formulas; nothing yet feeds that signal back into generation, so a highlighted definition carries no more weight than a passing aside.
Weight generation toward highlighted content: guarantee coverage of highlighted definitions and formulas before drawing on surrounding prose.
Apply the same weighting to quiz generation, where the requirement is identical in spirit.
Include user-applied highlights, not only auto-detected ones — an explicit highlight is the strongest available signal of what the student thinks matters.
Degrade cleanly for notes with no highlights: fall back to current uniform behaviour rather than producing an empty deck.
Spec: SDR 3.2.1 — "The system shall prioritize highlighted note sections during flashcard generation." Doc: "The generation should follow the content of the notes, and focus on the highlighted sections."
Current state
Generation in api/flashcards treats note content uniformly. #7 will detect and highlight definitions and formulas; nothing yet feeds that signal back into generation, so a highlighted definition carries no more weight than a passing aside.
Scope
Depends on
Acceptance criteria