-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
area:coreCore pipeline/config/orchestrationCore pipeline/config/orchestrationarea:llmLLM providers, prompts, and generationLLM providers, prompts, and generationgood-first-issueGood for newcomersGood for newcomershelp-wantedExtra attention is neededExtra attention is neededpriority:mediumMedium priorityMedium prioritytype:featureNew feature or enhancement requestNew feature or enhancement request
Description
Problem Description
Students need self-assessment tools. Notes are descriptive but don't test knowledge retention.
Proposed Solution
Optionally generate a quiz based on the video content.
Implementation Details
- Add
--quizflag - Create a new prompt template
quiz.py - Generate 5-10 multiple-choice questions
- Append to the end of the notes with spoiler-tagged answers
Acceptance Criteria
- Quiz is generated when flag is present
- Questions are relevant to content
- Answers are hidden/spoiler-tagged (collapsible markdown)
References
src/yt_study/prompts/src/yt_study/llm/generator.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:coreCore pipeline/config/orchestrationCore pipeline/config/orchestrationarea:llmLLM providers, prompts, and generationLLM providers, prompts, and generationgood-first-issueGood for newcomersGood for newcomershelp-wantedExtra attention is neededExtra attention is neededpriority:mediumMedium priorityMedium prioritytype:featureNew feature or enhancement requestNew feature or enhancement request