Files
Spanish/docs/spanish-fundamentals/exercises/final/personal-a.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

24 lines
2.3 KiB
JSON

{
"noteId": "personal-a",
"target_count": 15,
"seed_count": 0,
"generated_count": 15,
"exercises": [
{"sentence": "Veo _____ mi hermana.", "correct": "a", "distractor": "—", "explanation": "Personal a is required before a human direct object."},
{"sentence": "Compro _____ un coche nuevo.", "correct": "—", "distractor": "a", "explanation": "No personal a before a non-human direct object."},
{"sentence": "Busco _____ mi madre.", "correct": "a", "distractor": "—", "explanation": "Personal a is needed before a specific human."},
{"sentence": "Visito _____ mis abuelos los domingos.", "correct": "a", "distractor": "—", "explanation": "Visiting people requires the personal a."},
{"sentence": "Necesito _____ un libro nuevo.", "correct": "—", "distractor": "a", "explanation": "Inanimate object — no personal a."},
{"sentence": "No conozco _____ nadie aquí.", "correct": "a", "distractor": "—", "explanation": "Personal a is required before nadie/alguien."},
{"sentence": "¿Tienes _____ hermanos?", "correct": "—", "distractor": "a", "explanation": "Tener for possession does not take the personal a."},
{"sentence": "Quiero mucho _____ mi perro.", "correct": "a", "distractor": "—", "explanation": "Pets treated as family take the personal a."},
{"sentence": "Escucho _____ la música.", "correct": "—", "distractor": "a", "explanation": "Inanimate object — no personal a."},
{"sentence": "Llamé _____ Juan ayer.", "correct": "a", "distractor": "—", "explanation": "Personal a before a named person."},
{"sentence": "Esperamos _____ el autobús.", "correct": "—", "distractor": "a", "explanation": "Inanimate object — no personal a."},
{"sentence": "Esperamos _____ nuestros amigos.", "correct": "a", "distractor": "—", "explanation": "Personal a before specific human direct objects."},
{"sentence": "¿Viste _____ alguien en la calle?", "correct": "a", "distractor": "—", "explanation": "Personal a is required before alguien."},
{"sentence": "Ayudo _____ mi madre con la cena.", "correct": "a", "distractor": "—", "explanation": "Personal a before a human direct object."},
{"sentence": "Estudio _____ español todos los días.", "correct": "—", "distractor": "a", "explanation": "Inanimate / abstract object — no personal a."}
]
}