Scraped a 4h Spanish fundamentals YouTube video (transcript + OCR on 14810 frames), extracted structured content across 52 chapters, and generated fill-in-the-blank quizzes for every grammar topic. - 13 new GrammarNote entries (articles, possessives, demonstratives, greetings, poder, al/del, prepositional pronouns, irregular yo, stem-changing, stressed possessives, present/future perfect, present indicative conjugation) - 1010 generated exercises across all 36 grammar notes (new + existing) - Fix tense guide parser to handle unnumbered *Usages* blocks - Rewrite 6 broken tense guide bodies (imperative, subj pluperfect, subj future) with numbered usage format - Bump courseDataVersion 5→6 with TenseGuide refresh on upgrade - Add docs/spanish-fundamentals/ with raw transcripts, polished notes, structured JSON, and exercise data Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
[
|
|
{
|
|
"sentence": "Este regalo es para _____.",
|
|
"correct": "mí",
|
|
"distractor": "yo",
|
|
"explanation": "After preposition 'para', use mí, not yo.",
|
|
"source_chapter": "16",
|
|
"source_title": "Prepositional Pronouns"
|
|
},
|
|
{
|
|
"sentence": "¿Quieres ir _____?",
|
|
"correct": "conmigo",
|
|
"distractor": "con mí",
|
|
"explanation": "con + mí combines into conmigo.",
|
|
"source_chapter": "16",
|
|
"source_title": "Prepositional Pronouns"
|
|
},
|
|
{
|
|
"sentence": "Sí, voy _____.",
|
|
"correct": "contigo",
|
|
"distractor": "con ti",
|
|
"explanation": "con + ti combines into contigo.",
|
|
"source_chapter": "16",
|
|
"source_title": "Prepositional Pronouns"
|
|
},
|
|
{
|
|
"sentence": "El libro es de _____.",
|
|
"correct": "él",
|
|
"distractor": "lo",
|
|
"explanation": "After de, use the prepositional pronoun él (with accent).",
|
|
"source_chapter": "16",
|
|
"source_title": "Prepositional Pronouns"
|
|
},
|
|
{
|
|
"sentence": "Esto es para _____.",
|
|
"correct": "nosotros",
|
|
"distractor": "nos",
|
|
"explanation": "After 'para', use the prepositional pronoun nosotros.",
|
|
"source_chapter": "16",
|
|
"source_title": "Prepositional Pronouns"
|
|
},
|
|
{
|
|
"sentence": "Entre tú y _____, no hay problema.",
|
|
"correct": "yo",
|
|
"distractor": "mí",
|
|
"explanation": "After 'entre', Spanish uses subject pronouns yo and tú.",
|
|
"source_chapter": "16",
|
|
"source_title": "Prepositional Pronouns"
|
|
},
|
|
{
|
|
"sentence": "Ella va _____.",
|
|
"correct": "con ellos",
|
|
"distractor": "conellos",
|
|
"explanation": "Only mí and ti combine with con; con ellos stays separate.",
|
|
"source_chapter": "16",
|
|
"source_title": "Prepositional Pronouns"
|
|
}
|
|
] |