Files
Spanish/docs/spanish-fundamentals/exercises/seed/irregular-yo-verbs.json
Trey t 47a7871c38 Add 13 new grammar notes with 1010 exercises from video extraction
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>
2026-04-16 08:40:05 -05:00

82 lines
2.4 KiB
JSON

[
{
"sentence": "Yo _____ de la casa a las ocho. (salir)",
"correct": "salgo",
"distractor": "salo",
"explanation": "Salir takes -go in yo form.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ la tarea cada día. (hacer)",
"correct": "hago",
"distractor": "haco",
"explanation": "Hacer takes -go in yo form.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ un coche nuevo. (conducir)",
"correct": "conduzco",
"distractor": "conduco",
"explanation": "-cir verbs take -zco in yo form.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ a Juan. (conocer)",
"correct": "conozco",
"distractor": "conoco",
"explanation": "-cer verbs after a vowel take -zco.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ la película. (ver)",
"correct": "veo",
"distractor": "vo",
"explanation": "Ver has the irregular yo form veo.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ un regalo. (dar)",
"correct": "doy",
"distractor": "do",
"explanation": "Dar has the irregular yo form doy.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ el libro en la mesa. (poner)",
"correct": "pongo",
"distractor": "pono",
"explanation": "Poner takes -go in yo form.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ el almuerzo. (traer)",
"correct": "traigo",
"distractor": "trago",
"explanation": "Traer is traigo (note the i); trago is from tragar (to swallow).",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ a mi familia. (proteger)",
"correct": "protejo",
"distractor": "protego",
"explanation": "Proteger spells the yo form with j (protejo) to keep the soft consonant sound.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
},
{
"sentence": "Yo _____ que sí. (suponer)",
"correct": "supongo",
"distractor": "supono",
"explanation": "Suponer follows the -go pattern like poner.",
"source_chapter": "21",
"source_title": "Irregular Yo Verbs"
}
]